GYD-418/yolo_bingchonghai
收藏Hugging Face2026-03-30 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/GYD-418/yolo_bingchonghai
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- object-detection
language:
- zh
tags:
- pest-detection
- plant-disease
- yolo
- agriculture
size_categories:
- 100K<n<1M
---
# 病虫害检测 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 配置文件
## 使用
```python
from datasets import load_dataset
ds = load_dataset("GYD-418/yolo_bingchonghai")
```
## 来源
整合自多个公开农业病虫害数据集,转为统一 YOLO 格式。
提供机构:
GYD-418



