-
Notifications
You must be signed in to change notification settings - Fork 8k
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
what smaller model size is the most effective? #8910
Comments
https://www.ccoderun.ca/programming/yolo_faq/#configuration_template Note this repo is no longer maintained. You should switch to the Hank.ai one: https://www.ccoderun.ca/programming/yolo_faq/#which_repos_to_use_and_avoid |
You can rely on the yolov3-tiny.cfg file to create a config of model with a smaller size |
You can use MobileNetV2 for the Classification or For Detection you can use the YOLO v4 |
yolov4-tiny_3l.cfg |
I have a fire detection dataset and I trained it according to the yolov3-tiny config file, but the results are not as expected. Can you recommend me which model is more accurate and has a small model size?
The text was updated successfully, but these errors were encountered: