VMMR API 1.0 VMMR API 1.0 Live Demo

 

Overview

A Vehicle Make and Model Recognition (VMMR) system can provide great value in terms of vehicle monitoring and identification based on vehicle exterior appearance. A VMMR system is an important component of many applications such as automatic vehicle surveillance, traffic management, driver assistance systems, traffic behavior analysis, and traffic monitoring, etc. Our VMMR system can help greatly reduce the cost for such applications. It recognizes vehicles on the basis of make, model, and generation (group of consecutive manufacturing years).

Developing an effective VMMR system involves overcoming challenges such as image acquisition, varying lighting and weather conditions, occlusions, shadows, reflections, the diversity of vehicles, and the addition or removal of vehicle models over time. Our deep-learning model addresses these challenges, providing a robust VMMR system that delivers high accuracy in vehicle recognition.

Core Technology: Tensorflow & YOLO V4 Based AI Model

Trained on our huge collection of vehicle images with Tensorflow 2.x and YOLO V4, our VMMR API provides a solution to classify vehicles by their make, model, body style and generation from images. The capabilities provided so far are as follows:

  • Makes/brands: 43 Click here for a complete list of makes/brands covered
  • Models: 659 (A complete list of models covered is comming soon...)
  • Generation: 2010 to 2021 (Generation data won't be available until VMMR API 2.0)
  • Markets: passenger cars, including light-duty pickup trucks, made and marketed for US and Canadian markets
  • Detection angles: multiple, including front, rear, side, etc

VMMR API Examples

VMMR API works reasonably well on still pictures. It has never been tested on videos.


    <VMMR>
        <Make>Cadillac</Make>
        <Model>XT5</Model>
        <Generation>2017-2019</Generation>
        <Body_Style>SUV</Body_Style>
        <Doors>4D</Doors>
        <Confidence>0.92</Confidence>
        <Left>35</Left>
        <Top>81</Top>
        <Width>577</Width>
        <Height>316</Height>
    </VMMR>
        
    

<VMMR>
    <Make>Cadillac</Make>
    <Model>XT5</Model>
    <Generation>2017-2019</Generation>
    <Body_Style>SUV</Body_Style>
    <Doors>4D</Doors>
    <Confidence>0.92</Confidence>
    <Left>35</Left>
    <Top>81</Top>
    <Width>577</Width>
    <Height>316</Height>
</VMMR>
        
    

    <VMMR>
        <Make>Cadillac</Make>
        <Model>XT5</Model>
        <Generation>2017-2019</Generation>
        <Body_Style>SUV</Body_Style>
        <Doors>4D</Doors>
        <Confidence>0.92</Confidence>
        <Left>35</Left>
        <Top>81</Top>
        <Width>577</Width>
        <Height>316</Height>
    </VMMR>