-
Notifications
You must be signed in to change notification settings - Fork 72
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
Question on training Yolo v1 #2
Comments
What I'm trying to do....
|
Hi @ruiminshen I think is working Btw I'm documenting my findings about Yolo here: Do you accept a pull request for updating the Readme file? |
@leonardoaraujosantos Sorry, I'm a little busy these days and I didn't noticed your message. Your operation is correct. To switch between models (YOLOv1 and YOLOv2), you can change the option "model" in "config" section in the default configuration file "config.ini", and the -c argument is used to override the options by another configuration file. |
When I trained it by following leonardoaraujosantos, I got this problem. |
@leonardoaraujosantos @xhzcyc @ruiminshen |
@TaihuLight hi? can you get a accurate resuklt with yolo2? |
@zhyj3038 I can get the mAP with YOLO2, but multi-scale trianing and training with own dataset are need to be finished! |
@TaihuLight Hello, have you successfully implemented the test? Is the effect good? |
Hi @ruiminshen, thanks for the project.
Could you show me how should I train for the yolo v1 (Tiny)?
Do I need to change the config.ini file? (I already downloaded the datasets VOC)
Thanks
The text was updated successfully, but these errors were encountered: