Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
gauricollab09 opened this issue Oct 18, 2024 · 3 comments
Open
1 task done
Assignees

Comments

@gauricollab09
Copy link

问题确认 Search before asking

  • 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 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
Copy link
Collaborator

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

@gauricollab09
Copy link
Author

gauricollab09 commented Oct 22, 2024

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

@liu-jiaxuan
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants