-
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?
Commits on Mar 27, 2021
-
Initial implementation of metrics for MOTxxDet
Jack Valmadre committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for e507db3 - Browse repository at this point
Copy the full SHA e507db3View commit details -
Use array_fields for IOU and recall in detection
Jack Valmadre committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 9da41a0 - Browse repository at this point
Copy the full SHA 9da41a0View commit details -
Add AP to Detection to compute COCO-style integral
Jack Valmadre committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for d70a5b5 - Browse repository at this point
Copy the full SHA d70a5b5View commit details -
Try heap implementation of score-based matching
Jack Valmadre committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 4d392ad - Browse repository at this point
Copy the full SHA 4d392adView commit details -
Try different approach for score-based matching
Jack Valmadre committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 9943e4d - Browse repository at this point
Copy the full SHA 9943e4dView commit details
Commits on Mar 29, 2021
-
Remove alternative impls of match by score
Jack Valmadre committedMar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for c3769c7 - Browse repository at this point
Copy the full SHA c3769c7View commit details -
Remove varying threshold from main det metric
Jack Valmadre committedMar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 0a00e76 - Browse repository at this point
Copy the full SHA 0a00e76View commit details -
Add explicit 50, 75, 95 similarity thresholds
Rename to AP_coarse for MOT challenge integral.
Jack Valmadre committedMar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 0c607f8 - Browse repository at this point
Copy the full SHA 0c607f8View commit details -
Jack Valmadre committed
Mar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 110805e - Browse repository at this point
Copy the full SHA 110805eView commit details -
Remove MODA and associated metrics from DetLoc
Jack Valmadre committedMar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for db2456f - Browse repository at this point
Copy the full SHA db2456fView commit details -
Jack Valmadre committed
Mar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for a706237 - Browse repository at this point
Copy the full SHA a706237View commit details -
Jack Valmadre committed
Mar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 029cb79 - Browse repository at this point
Copy the full SHA 029cb79View commit details -
Add plots for detection metrics
Jack Valmadre committedMar 29, 2021 Configuration menu - View commit details
-
Copy full SHA for ab35b68 - Browse repository at this point
Copy the full SHA ab35b68View commit details
Commits on Apr 13, 2021
-
Use more correct definition of precision at recall
Add det_averaged combine functions for detection.
Jack Valmadre committedApr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for e07e718 - Browse repository at this point
Copy the full SHA e07e718View commit details -
Jack Valmadre committed
Apr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 56b20d0 - Browse repository at this point
Copy the full SHA 56b20d0View commit details -
Jack Valmadre committed
Apr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 0df4c04 - Browse repository at this point
Copy the full SHA 0df4c04View commit details -
Add AP using union of sequences
Jack Valmadre committedApr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ba0ef9 - Browse repository at this point
Copy the full SHA 8ba0ef9View commit details
Commits on May 10, 2021
-
In preproc, also ignore gt with poor visibility
Add MIN_VIS config option. Add IGNORE_TRACK_IDS for predictions of detectors.
Jack Valmadre committedMay 10, 2021 Configuration menu - View commit details
-
Copy full SHA for f8074e7 - Browse repository at this point
Copy the full SHA f8074e7View commit details
Commits on May 11, 2021
-
Remove average-per-sequence AP metrics
Remove DetLoc (contained only per-sequence AP).
Jack Valmadre committedMay 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 23edd90 - Browse repository at this point
Copy the full SHA 23edd90View commit details
Commits on Jun 27, 2021
-
Rename naive to legacy; fix legacy precision
Jack Valmadre committedJun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for fc36d59 - Browse repository at this point
Copy the full SHA fc36d59View commit details -
Jack Valmadre committed
Jun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for d58f5d8 - Browse repository at this point
Copy the full SHA d58f5d8View commit details -
Account for non-unique scores in prec-recall curve
Use pessimistic approach for legacy code.
Jack Valmadre committedJun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ffc74b - Browse repository at this point
Copy the full SHA 8ffc74bView commit details
Commits on Jun 28, 2021
-
Group by score for legacy average prec
Jack Valmadre committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 7380010 - Browse repository at this point
Copy the full SHA 7380010View commit details -
Do not count similarity below threshold in MODP
Jack Valmadre committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d7be19 - Browse repository at this point
Copy the full SHA 0d7be19View commit details -
Avoid RuntimeWarning for 0 / 0 in precision-recall
Jack Valmadre committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 197237a - Browse repository at this point
Copy the full SHA 197237aView commit details -
Add options to drop other classes and extra frames
Jack Valmadre committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 623152b - Browse repository at this point
Copy the full SHA 623152bView commit details
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7749953 - Browse repository at this point
Copy the full SHA 7749953View commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c3c78ba - Browse repository at this point
Copy the full SHA c3c78baView commit details -
Add class-averaging to detection
Add np.errstate guards where necessary. Change assertion to permit nans.
Configuration menu - View commit details
-
Copy full SHA for bfec477 - Browse repository at this point
Copy the full SHA bfec477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a1096 - Browse repository at this point
Copy the full SHA 98a1096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9041e38 - Browse repository at this point
Copy the full SHA 9041e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a97564d - Browse repository at this point
Copy the full SHA a97564dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa91124 - Browse repository at this point
Copy the full SHA fa91124View commit details