The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
π₯¦ Cauliflower Disease Detection Dataset
A curated computer vision dataset for automatic detection and classification of cauliflower leaf diseases, designed for training and evaluating deep learning models in agricultural and plant pathology applications.
This dataset is suitable for image classification, object detection, and transfer learning workflows and is provided in YOLO-compatible format.
π Dataset Overview
Cauliflower crops are highly susceptible to various fungal diseases, insect infestations, and nutrient deficiencies, which significantly impact yield and quality. This dataset aims to support research and development of AI-driven disease detection systems for precision agriculture.
Key features:
- Real-world field images
- Multiple disease classes
- YOLO-style annotations
- Ready for training with modern detection frameworks
π§ͺ Classes
The dataset contains 5 distinct classes:
| Class ID | Class Name |
|---|---|
| 0 | Alternaria Leaf Spot |
| 1 | Black Rot |
| 2 | Downy Mildew |
| 3 | Insect Infested |
| 4 | Nutrient Deficiency |
nc: 5
names:
- alternaria_leaf_spot
- black_rot
- downey_mildew
- insect_infested
- nutrient_deficiency
π Dataset Structure
The dataset follows the YOLO directory format:
cauli_disease/
βββ train/
β βββ images/
β βββ labels/
βββ valid/
β βββ images/
β βββ labels/
βββ test/
β βββ images/
βββ data.yaml
data.yaml
train: ../train/images
val: ../valid/images
test: ../test/images
π§Ύ Annotation Format
YOLO annotation format
Each image has a corresponding
.txtfileLabel format:
<class_id> <x_center> <y_center> <width> <height>All coordinates are normalized between 0 and 1
π·οΈ Source & Licensing
- Original Dataset Source: Roboflow Universe
- Project Name: Cauli Disease
- Version: 4
- License: CC BY 4.0
π Source URL: https://universe.roboflow.com/computervisionprojects-apdge/cauli_disease/dataset/4
You are free to use, modify, and distribute this dataset, provided appropriate credit is given to the original creators.
π Use Cases
This dataset can be used for:
- π± Plant disease detection
- πΈ Agricultural image classification
- π€ YOLO / Faster R-CNN / SSD training
- π§ Transfer learning experiments
- π Benchmarking agricultural vision models
π οΈ Example: Training with YOLOv8
yolo detect train \
data=data.yaml \
model=yolov8n.pt \
epochs=100 \
imgsz=640
π Citation
If you use this dataset in academic work, please cite:
@dataset{cauli_disease,
title={Cauliflower Disease Detection Dataset},
author={Indra Prasad Sapkota},
year={2024},
url={https://huggingface.co/datasets/indra17/plant_care}
}
License: MIT
π Acknowledgements
- Roboflow Universe for dataset hosting and annotation tools
- Contributors and annotators involved in data collection and labeling
- Open-source community supporting agricultural AI research
- Downloads last month
- 1,758