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

this repo is good ONLY for INFERENCE with PROVIDED WEIGHTS. #527

Open
ScottHoang opened this issue Jun 15, 2020 · 8 comments
Open

this repo is good ONLY for INFERENCE with PROVIDED WEIGHTS. #527

ScottHoang opened this issue Jun 15, 2020 · 8 comments

Comments

@ScottHoang
Copy link

like the title said, this implementation suffers serious issue when trained from scratch with mAP stalling at around 20%. If you are planning to train this on custom data, I suggest go looking at a different PyTorch implementation of yolo.

@tjiagoM
Copy link

tjiagoM commented Jun 16, 2020

Hi @voodoopotato do you have a suggestion of a good pytorch implementation? I've found different ones around so was curious to see what you think.

@ScottHoang
Copy link
Author

@tjiagoM yes I did.
https://github.com/ultralytics/yolov3. I achieved much much better results using their model.

@Khalifa1997
Copy link

@voodoopotato @tjiagoM do you think I can achieve results here training on only 100 images?

@ScottHoang
Copy link
Author

No.

@Khalifa1997
Copy link

@voodoopotato thanks for the quick reply, I am abit lost here though, what approachs do you think I should look into with dataset of that size? thanks!

@ScottHoang
Copy link
Author

@Khalifa1997 maybe I was a bit in haste. One hundred images are very small sample population but can be artificially multiplied with proper data-augmentation. It depends on how many cls you have, how common they are in your samples, etc...
But as I said in my title, this repo is only suitable for inference.

@aningineer
Copy link

@tjiagoM yes I did.
https://github.com/ultralytics/yolov3. I achieved much much better results using their model.

Are there any minimal Yolov3 implementations that achieve the original results from the authors? The Ultralytics repo seems to be quite heavy to develop on.

@XZLeo
Copy link

XZLeo commented May 24, 2022

This issue may not be true. I trained on my own dataset from scratch, the mAP reaches 50+%.

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

5 participants