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

model got low mAP #5800

Open
akhilgkrishnan opened this issue May 31, 2020 · 7 comments
Open

model got low mAP #5800

akhilgkrishnan opened this issue May 31, 2020 · 7 comments
Labels
Training issue Training issue - no-detections / Nan avg-loss / low accuracy:

Comments

@akhilgkrishnan
Copy link

Hey @AlexeyAB ,

I trained a model for detecting alcohol scenes in videos. So I labeled the image of Alcohol bottles and alcohol glass in a single class. I got only 18% of mAP @0.5.
I used the yolov3 model and trained in google colab.
For my dataset, it contains a lot of images having multiple alcohol bottle objects in a single image, but I labeled only a few of them. Is that is the problem for low mAP..?
How to solve this..?
Hey @AlexeyAB

@akhilgkrishnan akhilgkrishnan added the Training issue Training issue - no-detections / Nan avg-loss / low accuracy: label May 31, 2020
@readicculus
Copy link

If a label is in the image you want it labeled, otherwise when the model is training it penalize what should be a correct detection. Doesnt have to be all of them but definitely want most examples labeled.

@lsd1994
Copy link

lsd1994 commented Jun 3, 2020

Label all you want to detect, otherwise it's considerated to be background.

@akhilgkrishnan
Copy link
Author

Hey @readicculus @lsd1994 @AlexeyAB ,
I labeled the beer bottle and beer glass in one class called "Alcohol". When I trained this model I got only 20 mAP. Is that is the problem? Do I need to label within a separate class ..?

Thanks

@lsd1994
Copy link

lsd1994 commented Jun 3, 2020

Please show some images with label.

@akhilgkrishnan
Copy link
Author

Hey @lsd1994 ,
sample label image
Screenshot from 2020-06-03 17-25-28

@lsd1994
Copy link

lsd1994 commented Jun 4, 2020

It's hard to say, maybe your testset is not similar to trainset.

@akhilgkrishnan
Copy link
Author

akhilgkrishnan commented Jun 4, 2020

@lsd1994, my dataset drive link shared below, please check my dataset
https://drive.google.com/file/d/1lCi12xMHdXwWlxIAAyPSfKpyvJyl6AcD/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Training issue Training issue - no-detections / Nan avg-loss / low accuracy:
Projects
None yet
Development

No branches or pull requests

3 participants