Datasets:
Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
病虫害检测 YOLO 数据集
72,945 张农业病虫害图片,YOLO 目标检测格式,123 个类别。
数据分布
| Split | Images |
|---|---|
| train | 54,227 |
| val | 11,878 |
| test | 6,840 |
类别
- 0-61: 植物叶片病害(苹果/蓝莓/樱桃/玉米/葡萄/桃/辣椒/土豆/树莓/草莓/番茄)+ 锈病
- 62-122: 农作物病害(61 个类别)
格式
YOLO 目标检测格式:
images/{split}/- JPG 图片labels/{split}/- TXT 标注(每行:class_id cx cy w h)data.yaml- YOLO 配置文件
使用
from datasets import load_dataset
ds = load_dataset("GYD-418/yolo_bingchonghai")
来源
整合自多个公开农业病虫害数据集,转为统一 YOLO 格式。
- Downloads last month
- 8