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

False positives and misses #128

Open
R0flcopt3r opened this issue Feb 26, 2021 · 6 comments
Open

False positives and misses #128

R0flcopt3r opened this issue Feb 26, 2021 · 6 comments

Comments

@R0flcopt3r
Copy link

Is it safe to assume that unmatched_dets are equivalent with miss and unmatched_trks are equivalent with false_positive?

@abewley
Copy link
Owner

abewley commented Feb 26, 2021 via email

@R0flcopt3r
Copy link
Author

Great!

Is there a way to specify the ground truth to SORT? Currently I'm comparing the bounding boxes I get back with the bounding boxes I send in, which has a ground truth. It's somewhat slow and can result in miss-match situations that isn't the fault of SORT.

@jwscot
Copy link

jwscot commented Aug 3, 2021

Also interested in this!

@youonlytrackonce
Copy link

Is it safe to assume that unmatched_dets are equivalent with miss and unmatched_trks are equivalent with false_positive?

unmatched tracks are not handled in the code. Why? There is no track management as described in the paper. Or am I missing something?

@abewley
Copy link
Owner

abewley commented Jul 21, 2022 via email

@youonlytrackonce
Copy link

Prediction is called on all tracks matched and unmatched and I believe the track management you are referring to is on lines 248 to 250. Where if a track goes unmatched for too long it will be removed.

On Thu, Jul 21, 2022, 15:14 youonlytrackonce @.> wrote: Is it safe to assume that unmatched_dets are equivalent with miss and unmatched_trks are equivalent with false_positive? unmatched tracks are not handled in the code. Why? There is no track management as described in the paper. Or am I missing something? — Reply to this email directly, view it on GitHub <#128 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5YXKZXHO4GRUBVHHX2RGTVVFEKNANCNFSM4YIUBLCQ . You are receiving this because you commented.Message ID: @.>

I cannot find prediction call for unmatched tracks on the code (if detector cannot detect the track, track should be updated according to previous prediction ). My assumption is that "unmatched detection" is a new object that just comes into the frame and unmatched track is that detector cannot detect existing track. The function "associate_detections_to_trackers" returns "unmatched_trks" but this variable is not used.

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

4 participants