-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
missing objects for tracking objects video= 10fps #146
Comments
@PROGRAMMINGENGINEER-NIKI hi, I have the same issue. Have you solved the problem? I tried to change --max_age argument which keeps alive the traking number even not detected at next frames. But seams not working as I expected. |
in Line245: solution:
|
Hey @Ashsur @cappittall @PROGRAMMINGENGINEER-NIKI |
Thanks for the useful repository.
I combined the sort algorithm with an object detection(YOLOV3), I run the application at 30 fps but my video feed is 10fps. I noticed when the video feed is slow,10fps, the system does not work well, it misses some object for a few frames and id switching happens.
I wonder why this is happening? is it due to the Kalman filter? How Kalman filter can be affected when the video is slow 1 or 10 fps?
The text was updated successfully, but these errors were encountered: