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

Overfitting in the plots #12

Open
sfarkya opened this issue Jun 21, 2019 · 1 comment
Open

Overfitting in the plots #12

sfarkya opened this issue Jun 21, 2019 · 1 comment

Comments

@sfarkya
Copy link

sfarkya commented Jun 21, 2019

Hi @vietnguyen91 , thanks for the great repo.

I was looking at the plots you have shown for the VOC training and I see a lot of overfitting in the test data. So, I was wondering why is that? Are you able to get good mAP eventually on the test data.

I am writing the code for yolo v2 myself in tensorflow and that's an issue I am really suffering from that my model is consistently overfitting just like yours and my output aren't as good as you have shown. I am using adam optimizer. I tried using SGD with momentum and weight decay as well as adam with weight decay but my network doesn't learn anything and the training oscillates without convergence. Have you seen anything of this sort?

Thanks for any suggestion or comments.
Best,
Saurabh

@TimofeyKruk
Copy link

I have kind of the same problem! The mAP is about zero and only people are detected quite well. If you found the reason why it happens I am looking forward to hearing it! Thank you in advance!

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