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

Count for X #61

Closed MentalGear closed 4 years ago

MentalGear commented 4 years ago

Could this library also be used to count any non-specific object on a uniform background ?

ahmetozlu commented 4 years ago

Sure, it already supports counting any custom objects that are inside the label map (in other words, the frozen graph learned the custom objects while training), for example you can check this!