ahmetozlu / vehicle_counting_tensorflow

:oncoming_automobile: "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.

Home Page:https://www.youtube.com/watch?v=PrqnhHf6fhM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue about counting the vehicle

Akhtar303nu opened this issue · comments

Hi @ahmetozlu this code sometime detect(count) vehicle and sometime it doesn't count the vehicle
suggest some changes or any link which will help me and if you solve this issue please share the code
Thanks

commented

Hey,

Success of the detection depends the model that I chosed "MobileNet-SSD" for this sample project! You can work on "Transfer Learning" or you can train the MobileNet-SSD from scratch to improve detection!

Success of the counting depends the algorithm that uses main parameters are about the ROI locations which can be modified by this line as considering your case specs (for example fps)! Thus, you can improve the accuracy of object counting module.