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

Code-question: Comparison of the detected objects from different fames #11

Open MichelEhmen opened 5 years ago

MichelEhmen commented 5 years ago

Hello Ahmet,

I'm currently working on a student project with Tensorflow. I think I understood the important things of your implementation. But I have one problem. When you detect the object and you want to identify the moving direction of the object with the frame-pixels of the frame before, how do you know that the object of the new frame is the same object like the object of frame before?

Thank you

ahmetozlu commented 5 years ago

https://github.com/ahmetozlu/tensorflow_object_counting_api/issues/45#issuecomment-522238455