You are on page 1of 1

- First, we create a CNN model for vehicle detection of various types.

Then we embed
this model in the vehicle detection system. In making this CNN model, we use a
dataset consisting of several vehicle classes. Building this model and system is
similar to working on study case no 1.
- At the toll gate, a camera will be installed connected to the vehicle detection system.
This camera is in charge of capturing images of passing vehicles in real time.
- The information captured by the camera will be forwarded to the vehicle detection
system.
- Then, the vehicle detection system will detect the type of vehicle that passes through
the toll gate. After that, the detection results will be displayed on the monitor screen
and forwarded to the database for storage. All passing vehicle events will be stored
in the database.
- Passing vehicles that have been detected will be counted in the vehicle counter
system.
- Furthermore, reports regarding the type and number of vehicles passing through the
toll gate will be updated and stored in the database.

You might also like