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

Global Wheat Detection 2020 Dataset Auto-Download #2968

Merged
merged 3 commits into from
Apr 28, 2021

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Apr 28, 2021

This PR adds the Global Wheat Detection 2020 dataset http://www.global-wheat.com/ to the YOLOv5 autodownload dataset list.

# Global Wheat 2020 dataset http://www.global-wheat.com/
# Train command: python train.py --data GlobalWheat2020.yaml
# Default dataset location is next to YOLOv5:
#   /parent_folder
#     /datasets/GlobalWheat2020
#     /yolov5

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

New dataset configuration added for Global Wheat 2020, and filename capitalization fixed for VisDrone dataset.

📊 Key Changes

  • Global Wheat 2020 Dataset Integration: A new configuration file has been added for the Global Wheat 2020 dataset.
  • VisDrone Dataset Filename Update: The visdrone.yaml file has been renamed to VisDrone.yaml to adhere to consistent naming conventions.
  • Dataset Download Script Updates: Streamlined import statements in the dataset download sections for both datasets.

🎯 Purpose & Impact

  • Enhanced Dataset Support: With the addition of Global Wheat 2020 dataset configuration, users can now train models specifically on this dataset, which is particularly useful for agricultural and plant surveillance applications.
  • Improved Consistency: Correcting the filename capitalization of the VisDrone dataset ensures consistency in the dataset naming scheme, reducing possible confusion or errors when referencing datasets.
  • Simplified Code: The changes in the download script are aimed to make the code cleaner and more maintainable, which benefits developers working on or extending the project.

@glenn-jocher glenn-jocher self-assigned this Apr 28, 2021
@glenn-jocher glenn-jocher added the enhancement New feature or request label Apr 28, 2021
@glenn-jocher
Copy link
Member Author

labels.jpg

image

train_batch0.jpg

image

@glenn-jocher glenn-jocher merged commit 33712d6 into master Apr 28, 2021
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-4 branch April 28, 2021 18:11
KMint1819 pushed a commit to KMint1819/yolov5 that referenced this pull request May 12, 2021
* Create GlobalWheat2020.yaml

* Update and rename visdrone.yaml to VisDrone.yaml

* Update GlobalWheat2020.yaml
danny-schwartz7 pushed a commit to danny-schwartz7/yolov5 that referenced this pull request May 22, 2021
* Create GlobalWheat2020.yaml

* Update and rename visdrone.yaml to VisDrone.yaml

* Update GlobalWheat2020.yaml
Lechtr pushed a commit to Lechtr/yolov5 that referenced this pull request Jul 20, 2021
* Create GlobalWheat2020.yaml

* Update and rename visdrone.yaml to VisDrone.yaml

* Update GlobalWheat2020.yaml

(cherry picked from commit 33712d6)
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
* Create GlobalWheat2020.yaml

* Update and rename visdrone.yaml to VisDrone.yaml

* Update GlobalWheat2020.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant