PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.83k stars 2.89k forks source link

Class-wise mAP only showing results for a few classes during evaluation #9182

Open gauricollab09 opened 1 month ago

gauricollab09 commented 1 month ago

问题确认 Search before asking

请提出你的问题 Please ask your question

Hi all,

I'm encountering an issue while evaluating my object detection model that I trained using the --classwise argument in the command as follows: python3 tools/eval.py -c configs/ppyoloe/voc/ppyoloe_plus_crn_s_30e_voc_NC.yml --classwise --amp image

The evaluation only displays the AP for the first two classes in the label_list.txt, but I have multiple classes in my dataset. Here are the details of my setup:

Environment:

PaddleDetection version: 3.0.0-betal PaddlePaddle version: release/2.5 OS: Ubuntu 20.04

What I have tried so far:

I verified that my dataset contains annotations for all 19 classes. I used a lower confidence threshold (--conf_thres 0.001) to include more detections, but the issue persists. I checked the label_list.txt.

Could someone else me with this? Thank you!

liu-jiaxuan commented 1 month ago

Hi, please check if other output results (e.g., PR curve) include all categories

gauricollab09 commented 1 month ago

@liu-jiaxuan It contains the curves for only the two categories - cup and person.

liu-jiaxuan commented 4 weeks ago

Hi, the PaddleDetection beta version may have potential problems. Please use PaddleX first. You can refer to the tutorial