-
Notifications
You must be signed in to change notification settings - Fork 109
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
demo parameters #25
Comments
|
Where can I change the track matching score and box NMX? Thanks. |
You can change the matching score threshold here: TraDeS/src/lib/utils/tracker.py Line 136 in 3eafd24
For using box NMS, try to add like this --box_nms 0.7 for your commend. |
how can we test segmentaion model? @JialianW |
See #24 (comment) |
I have tried the demo (with default parameters) on a very simple video which is tracking only 1 person, and found 2 following problems
How can I fine-tune the default parameters to overcome these problems?
The text was updated successfully, but these errors were encountered: