IDEA-Research / DINO

[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
Apache License 2.0
2.15k stars 232 forks source link

About COCO Evaluation #163

Open Hezey opened 1 year ago

Hezey commented 1 year ago

@HaoZhang534 @SlongLiu @FengLi-ust I'm sorry, I have a small problem. The instances labeled in my training data are small target signals. But why do the coco evaluation indicators have APm and APl results,not just APs?

HaoZhang534 commented 1 year ago

How small the boxes in your dataset are? COCO evaluator views boxes with size < 30x30 as small.

Hezey commented 1 year ago

How small the boxes in your dataset are? COCO evaluator views boxes with size < 30x30 as small.

Thanks for your reply! Can I understand that if I get the values of APm and APL, then it means that I have m target instances and L instances in my dataset