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 545 forks source link

Total objects detected? #54

Closed andhana closed 4 years ago

andhana commented 4 years ago

How to count of the all detected objects?

ahmetozlu commented 4 years ago

It is enough to parse the string "counting_mode" to get the count of the each detected object cluster so then you can add them all and get the total detected objects.