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

How to get counting value of all the entered cars? #3

Closed shivakutty closed 5 years ago

shivakutty commented 6 years ago

in the below example images, second car is not detected? Why?

1 2 counter3

ahmetozlu commented 6 years ago

It is detected, what do you mean? Could you specify your observation?

taojin1992 commented 5 years ago

I guess the meaning is: From the 1st image, the first vehicle detected is a silver car; in the 2nd image, there is a black vehicle and it comes after that silver car (the count is still 1 though, which should be 2); in the 3rd image, a new black car following the black car in 2nd image appears. The count should be 3 here.

ahmetozlu commented 5 years ago

fixed