-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Early end #1408
Comments
Hello @lccui, thank you for your interest in our work! Ultralytics has open-sourced YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects. To continue with this repo, please visit our Custom Training Tutorial to get started, and see our Google Colab Notebook, Docker Image, and GCP Quickstart Guide for example environments. If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you. If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:
For more information please visit https://www.ultralytics.com. |
I already use open-sourced YOLOv5,but I still want to know why |
@lccui strongly recommend moving from yolov3 to yolov5, as training instabilities have been fixed there. See ultralytics/yolov5#471 (comment) |
I'll reference my YOLOv5 comments here for the benefit of all the local YOLOv3 watchers.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
❔Question
python train.py --data data/custom.data --weights pretrained/yolov4.conv.137 --batch-size 8 --cfg cfg/yolov4.cfg --img-size 256
Namespace(adam=False, batch_size=8, bucket='', cache_images=False, cfg='cfg/ship-yolov4.cfg', data='data/4wship.data', device='', epochs=300, evolve=False, freeze_layers=False, img_size=[256], multi_scale=False, name='', nosave=False, notest=False, rect=False, resume=False, single_cls=False, weights='pretrained/yolov4.conv.137')
Additional context
run:python train.py --data data/custom.data --weights pretrained/yolov3-spp.pt --batch-size 8 --cfg cfg/yolov3-spp.cfg --img-size 256
is OK,normal
The text was updated successfully, but these errors were encountered: