1. Home
  2. Docs
  3. Technical documentation
  4. English
  5. Recognition results

Recognition results

Each video file is processed by aveditor recognition engine (when the user hits the recognize command of the user interface).

Below is an example.

The video file

A video file (“VID_20220804_162816.mp4”), subsequently processed by the engine

The image files

The recognition process produces a sub directory, with the same filename, of the video. In this directory the engine stores the image files, of the vehicles it detects.

This image has an empty alt attribute; its file name is image-17.png
Above, we can see vehicles images, extracted from video file “VID_20220804_162816.mp4”
“VID_20220804_162816.mp4” recorded in the database (view from pgAdmin4)

Example of a record in the database

Below is an example where the database stores vehicles. For instance, let’s look for vehicle :

DT283AR

DT283ARbmw 1

witch we can see in 42_VID_20220804_162816.jpg image file, extracted by the engione, from the video above.

The image file 42_VID_20220804_162816.jpg recorded in the image files table

The engine thinks that image file 42_VID_20220804_162816.jpg is a “bmw 1” with license plate “DT283AR”

We can see where the vehicle with license plate number DT283AR is stored in database

The csv file

Vehicles, with their license plates, are also stored in a csv file, with the same filename of the video. User opens it with a spreadsheet software : it is located under C:\Users\Public\Documents\lpreditor\CSV.

Above is the sheet, produced by the engine when it processed the video file

We can see that the results of the reading is not perfect : there are reading errors. this is due to the poor quality of the video (it’s a little bit shaky and blurry).

It is recommended to film with a good camera.

In the csv file we can see the “image files” column : from line 4 to 16, there are 13 image files. The engine thinks there are images of the same vehicle.

42_VID_20220804_162816.jpg
An image filename in the image files col of the csv file.

Below this image file list, there are on the right colums “lpns“, “vehicles“. They are related to image files we already discuss above. We can see that the engine proposes different lpns, even if it thinks it’s the same vehicle:

DT283ARbmw 1
The engine thinks that image file 42_VID_20220804_162816.jpg is a “bmw 1” with license plate “DT283AR”

Above is the image file

Was this article helpful to you? Yes No

How can we help?