Skip to content
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

Trackers not deleting: #53

Open
Aayushktyagi opened this issue Nov 22, 2018 · 4 comments
Open

Trackers not deleting: #53

Aayushktyagi opened this issue Nov 22, 2018 · 4 comments

Comments

@Aayushktyagi
Copy link

Aayushktyagi commented Nov 22, 2018

Hi abewley ,

I was trying to run SORT on videos.But I found that there are some instances when trackers are not getting deleted(Continuing their linear trajectory) when no detection is present for few frames.
Code:
sort1
sort2
sort3
Kalman filter update function:
sort4
Results seems something like this:
sort5

I have used max_age = 2 , min_hits = 5.
It will be a a great help if you could help me out of this issue.

Thanks in advance
Aayush

@107318095
Copy link

I already have this problem, did you solve it?

@Aayushktyagi
Copy link
Author

Check the tracker object and see if trackers are being poped from it.

@107318095
Copy link

Yes, when an id has disappeared more than max_age, the tracker will not delete it, and when someone else's detection box appears, it will still show the undeleted ID

@107318095
Copy link

How did you solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants