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 count people with a live video feed #4

Closed mnoggs closed 5 years ago

mnoggs commented 6 years ago

Hi ahmetozlu, i want to use your api for counting the amount of people within a camera feed and then saving the number to a text file. How do i go about implementing your code into my code to do that, I have attached my code.

Please feel free to message me or alter my code in any way to get a better result. Thank you :) people detection

ahmetozlu commented 5 years ago

Hey,

You can use pedestrian_counting sample to develop your project!

BR, Ahmet