-
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
ID keeps increesing for the same objects #109
Comments
Problem solved I was inputing |
I have the same question and now I am confused. What exactly is the score? is it the confidence of detection? Update: I got it working, it is the confidence. |
@pilarpe4 Hello. Why are you giving min_hits = 3? Still I haven't understood this.
|
Check out the main sections in sort.py. This param is actually the number of frames you want to keep a tracker id alive without associated detections |
ID of same objects keeps increesing across frames. I want to same object mantain same id. HELP PLS
For example car with ID 10 in 1. frame, has 41 in 2. frame.
I tried lot of combinations of theese parametrs nothing helped.
tracker = Sort(max_age=5, min_hits=3, iou_threshold=0.3)
The text was updated successfully, but these errors were encountered: