DIUx-xView / xview3-reference

Reference data processing code and model for the xView3 prize challenge.
Other
44 stars 27 forks source link

Implement metrics changes #13

Closed timatcambrio closed 2 years ago

timatcambrio commented 2 years ago

Changes:

  1. Allows for dropping detections in solver submissions that are matched to LOW confidence ground truth labels;
  2. Allows for increasing the cost for prediction-ground truth pairs whose distance is greater than the distance tolerance; related to #9.
favyen2 commented 2 years ago

Is it intended that costly_dist is disabled in drop_low_confidence_preds even with --costly_dist flag (args.costly_dist is not passed to drop_low_confidence_preds)?

timatcambrio commented 2 years ago

Is it intended that costly_dist is disabled in drop_low_confidence_preds even with --costly_dist flag (args.costly_dist is not passed to drop_low_confidence_preds)?

Nice catch! Thank you, @favyen2!