Blueblue4 / IoU-AwareCalibration

Code to reproduce the experiments described in "Do We Still Need Non-Maximum Suppression? Accurate Confidence Estimates and Implicit Duplication Modeling with IoU-Aware Calibration" (https://arxiv.org/pdf/2309.03110.pdf)
14 stars 1 forks source link

IoU-aware #2

Open YH-2023 opened 10 months ago

YH-2023 commented 10 months ago

How to migrate this IoU-aware model to other models?

Blueblue4 commented 10 months ago

The easiest way is to use your model to generate detections in the MS-COCO format (as described in https://github.com/Blueblue4/IoU-AwareCalibration#generate-detections).