-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to increase the number of objects in the demo? #2
Comments
Thank you for the nice implementation. However I'm having some problems understanding the code. For example, increasing the N_objects variable in fakeDetections function causes no change. in the number of objects tracked and/or the 'fake detections'. Can you let me know how to control the number of tracked objects in the demo? |
|
In a situation where I would like to test tracking with more objects, I found that the dictionary On another note however, I am trying to run the algorithm on data from the MOT16 benchmark. What tips would you suggest to do this easily? is the code generalized such that changing the input data will still have the algorithm work normally? |
If you want to apply the code to your own video data, I recommend that you should carefully find the parameters for the data, eg, K, Kalman parameters, and so on. These parameters are dependent on the video. However, I observed that the default setting generally works well. |
No description provided.
The text was updated successfully, but these errors were encountered: