Megvii-BaseDetection / OTA

Official implementation of our CVPR2021 paper "OTA: Optimal Transport Assignment for Object Detection" in Pytorch.
Apache License 2.0
242 stars 24 forks source link

OTA-Retinanet #4

Open fan945327815 opened 2 years ago

fan945327815 commented 2 years ago

Thanks for your great job! I want to know the size of the square anchor in 4.2 section. In addition, Is OTA sensitive to the size of the anchor?

Joker316701882 commented 2 years ago

@fan945327815 The anchor size is set to 8 * fpn_stride. And OTA is not sensitive to the size of the anchor. But may be sensitive to the number of anchors per location (may affect the hyper-params in Dynamic K Estimation).