Ozlu
Ozlu
I will perform code cleanup and then prepare detailed documentation about the source code, soon.
- To be able to count different types of vehicles, please change the line#505 in visualization_utils.py then store each of the detected object with different variable and print the result...
You can call the [API](https://github.com/ahmetozlu/tensorflow_object_counting_api/blob/master/api/object_counting_api.py) functions from your yolov3 model back-end.
Please check this: https://github.com/ahmetozlu/vehicle_counting_tensorflow/issues/49#issuecomment-507044987
Hey there, Thank you soooo much these helpful and useful tips! I agree with you that if I could separate detection and tracking in 2 threads, I could make it...
Yes, I have encountered with this situation many times... The main reason of it is about the redundant features. In this project, I am interested in corner detection (I used...