Download CWD30 Dataset
Access our comprehensive agricultural image dataset for computer vision research
By downloading, you agree to our Terms of Use
How to Download
Follow these steps to access the dataset
1
Download the Dataset
Access the dataset through our provided links.
Dataset Naming Convention
Understanding how our image files are named and organized
File Naming Structure
Each image filename contains important metadata about the sample:
Macro Class
WC
Weed or Crop
_
Micro Class
K
Specific weed/crop type
_
Plant Age
w
Weeks after planting
_
Angle
45
Top view at 45°
_
ID
029058
Unique image ID
WC_K_W_45_029058.PNG
Visual Explanation
Figure 1: Detailed breakdown of the CWD30 filename structure
Data Organization
Understanding the dataset structure
CWD30v2 Structure
The CWD30 classification dataset is organized in the ImageNet style directory structure after download:
CWD30v2/
├── train/
│ ├── class_1/
│ │ ├── image_001.jpg
│ │ ├── image_002.jpg
│ │ └── ...
│ ├── class_2/
│ └── ...
└── test/
├── class_1/
├── class_2/
└── ...
Recommended Tools
Our Data Loader
Use our custom dataloader available in the official GitHub repository.
View on GitHubfmutils
For loading file addresses, we recommend using the files-management-utilities package.
fmutils DocumentationCWD30-S Information
Detailed information about the structure and organization of CWD30-S will be provided upon release.
Check back soon or watch our GitHub repository for updates.