-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pedestrian counting #12
Comments
I would like to share my exp here. Hi, @LESRQ , I am Andes and nice to see you are intersted with this too. I am trying to make this counting more accurate. You can check the Andes. |
Hi. I would like to use this code and modify it for a counting project to experiment with Tensorflow and machine learning but I'm having an problem at the get-go. How do I change the input video to use the Pi-Camera or another source instead of a file? So far I've tried:
Also, with the DVR method, did you use a raspberry or another device to process the counting? What was your set up like @LESRQ. Also, how is your project coming along? |
Hi @LESRQ , 1.) I have not found any chances to deploy tensorflow_object_counting_api to pip environment. However, I am planning to do it when I find the chance asap! 2.) You can use tensorflow_object_counting_api functions to count the objects accurately but you need to fine-tune the function parameters considering your input cases to reach the high accuracy. The built-in parameters are just set for general cases and if you use them as is, your accuracy will not be high most probably. You need to fine-tune the parameters. 3.) It depends the object detector, when the object detector could not detect the object then the object counting algorithm can not work properly. I suggest you try a different object detector (YOLO, RCNN, etc.) thus there must not be any false positive or true negative counted objects. |
Hi,
I'm a somewhat newbie to deep-learning and therefore I would be pleased if you have time to answer my questions.
Situation
Now I'm doing research on how the pedestrian traffic influences the traffic of bank's offices located nearby. So my goal at this stage is to count correctly the number of people passing by the office. I was intended to use DVR(or another camera) located near the window inside the bank office. Consequently, the camera will be located on the side.
So, my questions:
I would be very grateful if you have time to answer.
The text was updated successfully, but these errors were encountered: