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

MAP is too low. #634

Closed
zhangxiaohuixuhao opened this issue Feb 24, 2021 · 1 comment
Closed

MAP is too low. #634

zhangxiaohuixuhao opened this issue Feb 24, 2021 · 1 comment

Comments

@zhangxiaohuixuhao
Copy link

Hi, I'm using well this repo in COCO dataset and my custom dataset.

While doing my project with this repo, I had a two question about this.

  1. When using the COCO dataset for training, in the first eight epochs, the MAP of each test is small. The MAP is about 0.023, is this normal?

  2. When I use custom dataset for training, the following error occurred: ---------mAP not measured (no detections found by model). And I have changed the label to 'label_idx x_center y_center width height'.

Thank you for reading my issue.

@Flova
Copy link
Collaborator

Flova commented Mar 6, 2021

Hey,

regarding your first point, this is a known issue as described in #513.

The second point is expected behavior because the model doesn't make useful predictions in the first few epochs and the evaluation gets skipped if no detections are available.

I hope this helps. Feel free to reopen for further questions.

@Flova Flova closed this as completed Mar 6, 2021
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

2 participants