IDEA-Research / T-Rex

[ECCV2024] API code for T-Rex2: Towards Generic Object Detection via Text-Visual Prompt Synergy
https://deepdataspace.com/blog/T-Rex
Other
2.28k stars 147 forks source link

about the zero-shot AP for coco eval in the paper of T-rex2 #88

Closed MengTanOwn closed 3 weeks ago

MengTanOwn commented 3 weeks ago

Dear author, I have a question for you. What is the AP? Is it AP50, AP75, AP50:AP95, or AP50:AP75?

Mountchicken commented 3 weeks ago

It's mAP or AP50:AP75

hao416 commented 3 weeks ago

Dear author, I have a question for you. What is the AP? Is it AP50, AP75, AP50:AP95, or AP50:AP75?

Hi, I want to know mAP is Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] on coco? Thanks!

Mountchicken commented 3 weeks ago

Yes

hao416 commented 3 weeks ago

Yes

thanks