ahmetozlu / tensorflow_object_counting_api

🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
https://www.youtube.com/watch?v=yT_1eKJTdfk
MIT License
1.32k stars 546 forks source link

vehicle detection error #5

Closed u221 closed 6 years ago

u221 commented 6 years ago

@ahmetozlu When I run vehicle_counting.py the bounding boxes are getting displayed on the vehicles but when it passes the ROI line its not getting detected. please help me with this

mobileonekh commented 6 years ago

Same as me. Any suggestion?

ahmetozlu commented 6 years ago

Please modify this line as considering your case specs (for example fps)! Thus, you can improve the accuracy of object counting module.

mobileonekh commented 6 years ago

@ahmetozlu , i use the current code and also the sample video in this git. I don't make any change yet. but the result is 0 vehicle detected

mbalty commented 6 years ago

+1 to this problem

rakash commented 6 years ago

+1

rakash commented 6 years ago

same issue. any solution to this?

ahmetozlu commented 6 years ago

fixed

rakash commented 6 years ago

@ahmetozlu - what was the fix? which line / python file ? because by changing the "bottom" variable ( ymin, ymax) it detected the cars. can you tell me what fix you did and where?

wiwengweng commented 5 years ago

I think there's no so-call 'fix' here. As ahmetozlu tells, modify the line to improve the algorithm will help.