argoverse / argoverse-api

Official GitHub repository for Argoverse dataset
https://www.argoverse.org
Other
839 stars 240 forks source link

Limit max number of scores associated with max boxes. #226

Closed benjaminrwilson closed 3 years ago

benjaminrwilson commented 3 years ago

Fixes two issues:

  1. Corrects typing of args in rank.
  2. The scores array was incorrect when the number of detections exceeded the maximum allowed.
  3. Scores are sorted now in the case that someone submits unordered detections.