Atten4Vis / ConditionalDETR

This repository is an official implementation of the ICCV 2021 paper "Conditional DETR for Fast Training Convergence". (https://arxiv.org/abs/2108.06152)
Apache License 2.0
358 stars 48 forks source link

The code of validate the model performance (AP,AP50) #6

Closed Huzhen757 closed 2 years ago

Huzhen757 commented 2 years ago

Excuse me, I didn't see which script is used to calculate the accuracy(AP, AP50,AP75 etc.) on the COCO-2017val dataset. How can I review the experimental results in the paper? should I write a new script to validate accuracy ?

DeppMeng commented 2 years ago

Hi, please refer this section of the readme for model evaluation on COCO-val dataset. https://github.com/Atten4Vis/ConditionalDETR#evaluation