-
Notifications
You must be signed in to change notification settings - Fork 242
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
Add detection metrics #44
base: master
Are you sure you want to change the base?
Conversation
Rename to AP_coarse for MOT challenge integral.
Add det_averaged combine functions for detection.
Add MIN_VIS config option. Add IGNORE_TRACK_IDS for predictions of detectors.
Remove DetLoc (contained only per-sequence AP).
Use pessimistic approach for legacy code.
I forgot to mention, the command that I used to compute detection metrics for the MOT17Det benchmark is:
There are several new flags here: Edit: I meant |
Hello Jack, in your branch: https://github.com/jvlmdr/TrackEval/tree/detection-merge Would omitting this flag effect the results? Thank you. |
Hey! My mistake. I forgot that I inverted the sense of this flag from |
Add np.errstate guards where necessary. Change assertion to permit nans.
This PR adds the detection metrics from the MOT Challenge. There are some differences between this implementation and the original implementation. I have outlined them here:
https://docs.google.com/document/d/1UTR4G8va_fe-KsNZhrQJNE5w_7F9fPBVy9G4dKWrBfk/preview