facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.08k stars 2.37k forks source link

Average Precision of each class for best epoch and then it's mean #616

Open FedwickErwode opened 7 months ago

FedwickErwode commented 7 months ago

❓ How to do something using DETR

  1. How to get the mAP for each class at least IoU threshold of 0.50 during the best epoch like YOLOv8 provides, if i want to benchmark on my custom dataset. DETR provides the evaluation using coco_eval image YOLOv8 evaluation image
nicollecnunes commented 5 months ago

did you figure it out????