Skip to content
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

Doubts and problems counting objects #72

Open
sergiodevelop78 opened this issue Mar 11, 2020 · 1 comment
Open

Doubts and problems counting objects #72

sergiodevelop78 opened this issue Mar 11, 2020 · 1 comment

Comments

@sergiodevelop78
Copy link

Hello, I have some doubts that I would appreciate if you could help me solve them:

  1. I used the pedestrian_counting.py script as an example to be able to count an object from my own video. This video has objects to detect and count.
    I created the model and recorded the files in the correct paths.
    However, when I run the new python script (mine), I can watch the video, the boxes are drawn around the objects, their name or label, their score, etc, but the objects are not counted.
    So, does the videos must have a specific resolution? I am using a 1280x720p video right now.

  2. Is the videos' framerate important for scripts? In your examples I see that you indicate framerate but in the scripts they are no longer used.
    My video has or uses 29.97 FPS

  3. In the data / folder I created a .pbtxt file with the index of my model, since my model did not have that file.
    Is it normal to create it like that? Or should it have come with the model?

Thank you very much in advance for your response.
And thanks for the great work on your code.

Sergio

@HemanthKumarAchanta
Copy link

Even I have the same problem. Found any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants