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 get_coco128.sh for downloading the coco128 dataset #3047

Merged
merged 2 commits into from
May 6, 2021

Conversation

zldrobit
Copy link
Contributor

@zldrobit zldrobit commented May 6, 2021

Add a script get_coco128.sh for downloading the coco128 dataset, which accelerates training validation and testing.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Introducing a simple script for easy downloading of the COCO128 dataset.

📊 Key Changes

  • New get_coco128.sh bash script added to automate dataset download and setup.
  • Allows quick downloading and setup of the COCO128 dataset for training with just one command.

🎯 Purpose & Impact

  • 🎯 Simplifies the process of obtaining the COCO128 dataset, making it more user-friendly for both beginners and advanced users.
  • 🚀 Can accelerate the setup time for training YOLOv5 models, as it provides a quick way to access a small, yet useful dataset.
  • 👩‍💻 Benefits users looking to experiment with or prototype object detection models without requiring the full COCO dataset's size and complexity.

@glenn-jocher glenn-jocher changed the title Add get_coco128.sh for downloading the coco128 dataset (like get_coco.sh) Add get_coco128.sh for downloading the coco128 dataset May 6, 2021
@glenn-jocher
Copy link
Member

@zldrobit thank you for your contributions!

I'm guessing this makes calibrating the TFLite quantization a little easier?

@glenn-jocher glenn-jocher merged commit b8be76f into ultralytics:master May 6, 2021
@zldrobit
Copy link
Contributor Author

zldrobit commented May 7, 2021

@glenn-jocher Yes, you're right.
With this script, it will be more convenient to calibrate the TFLite quantization model and do testing on google Colab.

KMint1819 pushed a commit to KMint1819/yolov5 that referenced this pull request May 12, 2021
)

* Add get_coco128.sh

* Update get_coco128.sh

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
danny-schwartz7 pushed a commit to danny-schwartz7/yolov5 that referenced this pull request May 22, 2021
)

* Add get_coco128.sh

* Update get_coco128.sh

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Lechtr pushed a commit to Lechtr/yolov5 that referenced this pull request Jul 20, 2021
)

* Add get_coco128.sh

* Update get_coco128.sh

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
(cherry picked from commit b8be76f)
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
)

* Add get_coco128.sh

* Update get_coco128.sh

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
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.

2 participants