-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
How to train objects365 without auto download the dataset. #4658
Comments
@nocolour I haven't had enough opportunity to train on Objects365 to answer your questions well, but yes naturally if you download it yourself you should comment out the download field in the yaml so it doesn't try to download it again. You should place your data in the structure indicated in the yaml here, and yes you can use either the default hyps or the 365 hyps you indicated to train, though you should not need 300 epochs since the dataset is much larger than COCO, which is where the 300 number comes from. Lines 10 to 15 in fad57c2
|
Thank you for reply. |
@glenn-jocher |
@nocolour autodownload handles all conversion, I would recommend you simply use that:
|
Ya, I found the way to solve it ready. But need do the test 1st. I will setup the localhost webserver to host the dataset I downloaded. Then change the download url in Objects365.yaml. However still thank you. |
@nocolour oh good idea! |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! |
Can you provide a pre-training model on object365? |
thank you very much! furthermore,Can you provide a pre-training model yolov5s6 or yolov5s on object365? |
No, this is the only model available.
On Tue, 29 Nov 2022 at 18:59, wangsun1996 ***@***.***> wrote:
thank you very much! furthermore,Can you provide a pre-training model
yolov5s6 or yolov5s on object365?
—
Reply to this email directly, view it on GitHub
<#4658 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMXEGKPVGW6PAS7G4S2XZDWK27IHANCNFSM5DLEYEIQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
<https://www.ultralytics.com/>
*Glenn Jocher*
Founder & CEO, Ultralytics
+1 301 237 6695
<https://www.twitter.com/ultralytics>
<https://www.youtube.com/ultralytics>
<https://www.github.com/ultralytics>
<https://www.linkedin.com/company/ultralytics>
|
OK,thank you very much!!! |
i want to train a yolov5s6 on OBJ365 dataset to get a pre-train model,but we need 12h to train an epoch,Is there any way to speed up training? |
👋 Hello! Thanks for asking about training speed issues. YOLOv5 🚀 can be trained on CPU (slowest), single-GPU, or multi-GPU (fastest). If you would like to increase your training speed some options are:
Good luck 🍀 and let us know if you have any other questions! |
Dear all,
Have a nice day.
Since, I succeed to train on VisDrone. I wish to test on object365, but facing problem of downloading..
My Problem:
Object365 dataset too huge, download time out and can not complete with train.py --data Objects365.yaml.
To solve this problem, I use download manager to download the files manually one by one.
My question:
Thanks for your help..
The text was updated successfully, but these errors were encountered: