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

Dataset download bash script updates #1132

Merged
merged 1 commit into from
Oct 13, 2020
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 13, 2020

This refactors the bash download scripts with improvements. VOC data is now also self-hosted on https://github.com/ultralytics/yolov5/releases/download/v1.0/, which should improve availability, as the official site and some mirrors were intermittently unavailable.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Optimizing dataset download scripts for COCO and VOC datasets.

📊 Key Changes

  • Streamlined the COCO dataset download/unzip process by consolidating commands into fewer lines.
  • Simplified the VOC dataset download script, removing unnecessary navigational steps and conditionals.
  • Both scripts now leverage a loop to handle multiple file operations, improving readability and maintainability.
  • Standardized URLs for dataset downloads to make them easily changeable and consistent.

🎯 Purpose & Impact

  • Makes the dataset downloading process more efficient and user-friendly.
  • Reduces potential issues with directory navigation and conditionals, leading to a smoother setup experience.
  • Improves developers' and users' efficiency when working with large image datasets, which is crucial for machine learning tasks. 🚀

@glenn-jocher glenn-jocher merged commit 4346b13 into master Oct 13, 2020
@glenn-jocher glenn-jocher deleted the download_script_update branch October 13, 2020 13:58
burglarhobbit pushed a commit to burglarhobbit/yolov5 that referenced this pull request Jan 1, 2021
KMint1819 pushed a commit to KMint1819/yolov5 that referenced this pull request May 12, 2021
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
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.

1 participant