You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have some doubts that I would appreciate if you could help me solve them:
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.
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
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
The text was updated successfully, but these errors were encountered:
Hello, I have some doubts that I would appreciate if you could help me solve them:
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.
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
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
The text was updated successfully, but these errors were encountered: