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

Allow train to use zipped content #8940

Merged
merged 5 commits into from
Aug 13, 2022
Merged

Allow train to use zipped content #8940

merged 5 commits into from
Aug 13, 2022

Conversation

kalenmike
Copy link
Member

@kalenmike kalenmike commented Aug 12, 2022

This allows training with a dataset zip file with zipped content and not only a zipped folder.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Improved dataset downloading and extraction handling within YOLOv5.

📊 Key Changes

  • Dataset downloading now extracts contents into a subdirectory named after the dataset, rather than the generic DATASETS_DIR.

🎯 Purpose & Impact

  • Purpose: This change is intended to organize datasets better by creating a dedicated directory for each one, which prevents potential file overwrites and makes it easier to manage multiple datasets.
  • Impact: Users will benefit from a cleaner directory structure and reduced risk of dataset files interfering with one another, potentially improving overall user experience with dataset management. 🗂️

@glenn-jocher glenn-jocher merged commit 11a76bb into ultralytics:master Aug 13, 2022
@glenn-jocher
Copy link
Member

@kalenmike PR is merged!

ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
* fix: added transparent image and empty alt to social bar

* fix: remove underlines

* fix: hide underlines for all social links

* fix: always unzip into folder
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

Successfully merging this pull request may close these issues.

None yet

2 participants