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

Add bash script arguments #8962

Merged
merged 1 commit into from
Aug 14, 2022
Merged

Add bash script arguments #8962

merged 1 commit into from
Aug 14, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Aug 14, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced COCO dataset download script with optional arguments for selective downloading.

πŸ“Š Key Changes

  • Added optional arguments to specify which parts of the COCO dataset to download (--train, --val, --test, --segments).
  • Segregated download and extraction logic for different dataset parts based on the provided arguments.
  • Changed the mode of the get_coco128.sh script to be executable.

🎯 Purpose & Impact

  • Customizability: Users can now tailor dataset downloading to their specific needs, saving bandwidth and storage.
  • Efficiency: The script only processes selected dataset components, making it faster for users who do not require the entire dataset.
  • Usability Improvement: This change can enhance the user experience, especially for those with limited resources or specific dataset requirements.

@glenn-jocher glenn-jocher merged commit 42812fc into master Aug 14, 2022
@glenn-jocher glenn-jocher deleted the update/scripts branch August 14, 2022 20:33
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 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.

None yet

1 participant