YOLO系列目标检测数据集大全【第四十七期】
-
- [1. YOLOv11室内办公区域监控视角人员目标检测数据集](#1. YOLOv11室内办公区域监控视角人员目标检测数据集)
- [2. YOLOv11多类别所里塑料瓶目标检测数据集](#2. YOLOv11多类别所里塑料瓶目标检测数据集)
- [3. YOLOv11公共场所人脸与口罩目标检测数据集](#3. YOLOv11公共场所人脸与口罩目标检测数据集)
- [4. YOLOv11餐厅与食品加工场景三文鱼目标检测数据集](#4. YOLOv11餐厅与食品加工场景三文鱼目标检测数据集)
- [5. YOLOv11工业车间与高空作业场景人员及安全鞋目标检测数据集](#5. YOLOv11工业车间与高空作业场景人员及安全鞋目标检测数据集)
- [6. YOLOv11工业车间人员目标检测数据集](#6. YOLOv11工业车间人员目标检测数据集)
- [7. YOLOv11夜间工业厂区人员行为目标检测数据集](#7. YOLOv11夜间工业厂区人员行为目标检测数据集)
- [8. YOLOv11城市街道违法停车目标检测数据集](#8. YOLOv11城市街道违法停车目标检测数据集)
- [9. YOLOv11便利店收银台场景店主与顾客交互目标检测数据集](#9. YOLOv11便利店收银台场景店主与顾客交互目标检测数据集)
- [10. YOLOv11室内安防监控区域目标检测数据集](#10. YOLOv11室内安防监控区域目标检测数据集)
- [11. YOLOv11实验室试管内气泡与蛞蝓目标检测数据集](#11. YOLOv11实验室试管内气泡与蛞蝓目标检测数据集)
- [12. YOLOv11超市货架商品目标检测数据集](#12. YOLOv11超市货架商品目标检测数据集)
- [13. YOLOv11高空作业无人机与军用航空器目标检测数据集](#13. YOLOv11高空作业无人机与军用航空器目标检测数据集)
- [14. YOLOv11建筑工地扬尘目标检测数据集](#14. YOLOv11建筑工地扬尘目标检测数据集)
- [15. YOLOv11河道景观带植被与结构目标检测数据集](#15. YOLOv11河道景观带植被与结构目标检测数据集)
- [16. YOLOv11铁路货运站台车厢状态目标检测数据集](#16. YOLOv11铁路货运站台车厢状态目标检测数据集)
- [17. YOLOv11工业车间电缆目标检测数据集](#17. YOLOv11工业车间电缆目标检测数据集)
- [18. YOLOv11海底珊瑚礁海龟目标检测数据集](#18. YOLOv11海底珊瑚礁海龟目标检测数据集)
- [20. YOLOv11室内办公环境漏斗目标检测数据集](#20. YOLOv11室内办公环境漏斗目标检测数据集)
- [21. YOLOv11桌面办公场景常用物品目标检测数据集](#21. YOLOv11桌面办公场景常用物品目标检测数据集)
- [22. YOLOv11工业车间火焰与人脸目标检测数据集](#22. YOLOv11工业车间火焰与人脸目标检测数据集)
- [23. YOLOv11建筑工地高空作业平台目标检测数据集](#23. YOLOv11建筑工地高空作业平台目标检测数据集)
- [24. YOLOv11超市货架商品目标检测数据集](#24. YOLOv11超市货架商品目标检测数据集)
- [25. YOLOv11温室大棚番茄目标检测数据集](#25. YOLOv11温室大棚番茄目标检测数据集)
1. YOLOv11室内办公区域监控视角人员目标检测数据集
- 目标类别 :'person';中文类别:'人'
- 训练集 :144 张;验证集 :5 张;测试集 :2 张;总计:151 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内办公区域人员目标检测数据集-151张-标注类别为人.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['person']


2. YOLOv11多类别所里塑料瓶目标检测数据集
- 目标类别 :'defect', 'good';中文类别:'缺陷', '良品'
- 训练集 :118 张;验证集 :29 张;测试集 :0 张;总计:147 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法多类别目标检测数据集-147张-标注类别为缺陷-良品.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 2
names: ['defect', 'good']


3. YOLOv11公共场所人脸与口罩目标检测数据集
- 目标类别 :'face', 'face_mask';中文类别:'人脸', '口罩'
- 训练集 :4285 张;验证集 :1838 张;测试集 :0 张;总计:6123 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法公共场所人脸与口罩目标检测数据集-6123张-标注类别为人脸-口罩.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 2
names: ['face', 'face_mask']


4. YOLOv11餐厅与食品加工场景三文鱼目标检测数据集
- 目标类别 :'-';中文类别:'三文鱼'
- 训练集 :303 张;验证集 :286 张;测试集 :119 张;总计:708 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法餐厅与食品加工场景三文鱼目标检测数据集-708张-标注类别为三文鱼.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['-']


5. YOLOv11工业车间与高空作业场景人员及安全鞋目标检测数据集
- 目标类别 :'person', 'safety_shoe';中文类别:'人员', '安全鞋'
- 训练集 :871 张;验证集 :109 张;测试集 :109 张;总计:1089 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法工业车间与高空作业场景人员及安全鞋目标检测数据集-1089张-标注类别为人员-安全鞋.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 2
names: ['person', 'safety_shoe']

6. YOLOv11工业车间人员目标检测数据集
- 目标类别 :'people';中文类别:'人'
- 训练集 :120 张;验证集 :52 张;测试集 :0 张;总计:172 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法工业车间人员目标检测数据集-172张-标注类别为人.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['people']


7. YOLOv11夜间工业厂区人员行为目标检测数据集
- 目标类别 :'Less-Suspicious', 'More-Suspicious', 'Normal', 'Suspicious';中文类别:'轻微可疑', '高度可疑', '正常', '可疑'
- 训练集 :453 张;验证集 :28 张;测试集 :14 张;总计:495 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法夜间工业厂区人员行为目标检测数据集-495张-标注类别为轻微可疑-高度可疑-正常-可疑.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 4
names: ['Less-Suspicious', 'More-Suspicious', 'Normal', 'Suspicious']

8. YOLOv11城市街道违法停车目标检测数据集
- 目标类别 :'illegal parking';中文类别:'违法停车'
- 训练集 :1953 张;验证集 :120 张;测试集 :40 张;总计:2113 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法城市街道违法停车目标检测数据集-2113张-标注类别为违法停车.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['illegal parking']


9. YOLOv11便利店收银台场景店主与顾客交互目标检测数据集
- 目标类别 :'cashbox', 'customer', 'money', 'plastic shopers', 'pocket', 'shopkeeper', 'suspicious activity', 'theft', 'watch';中文类别:'收银箱', '顾客', '现金', '塑料购物袋', '口袋', '店主', '可疑行为', '盗窃', '手表'
- 训练集 :469 张;验证集 :134 张;测试集 :67 张;总计:670 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法便利店收银台场景店主与顾客交互目标检测数据集-670张-标注类别为收银箱-顾客-现金-塑料购物袋-口袋-店主-可疑行为-盗窃-手表.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 9
names: ['cashbox', 'customer', 'money', 'plastic shopers', 'pocket', 'shopkeeper', 'suspicious activity', 'theft', 'watch']


10. YOLOv11室内安防监控区域目标检测数据集
- 目标类别 :'cf';中文类别:'cf'
- 训练集 :204 张;验证集 :19 张;测试集 :10 张;总计:233 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内安防监控区域目标检测数据集-233张-标注类别为cf.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['cf']


11. YOLOv11实验室试管内气泡与蛞蝓目标检测数据集
- 目标类别 :'bubbles', 'slug';中文类别:'气泡', '蛞蝓'
- 训练集 :426 张;验证集 :18 张;测试集 :18 张;总计:462 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法实验室试管内气泡与蛞蝓目标检测数据集-462张-标注类别为气泡-蛞蝓.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 2
names: ['bubbles', 'slug']


12. YOLOv11超市货架商品目标检测数据集
- 目标类别 :'butter', 'cocolino', 'cola', 'milk', 'yogurt';中文类别:'黄油', 'Coccolino', '可乐', '牛奶', '酸奶'
- 训练集 :104 张;验证集 :30 张;测试集 :15 张;总计:149 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法超市货架商品目标检测数据集-149张-标注类别为黄油-Coccolino-可乐-牛奶-酸奶.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 5
names: ['butter', 'cocolino', 'cola', 'milk', 'yogurt']

13. YOLOv11高空作业无人机与军用航空器目标检测数据集
- 目标类别 :'-';中文类别:'其他'
- 训练集 :105 张;验证集 :0 张;测试集 :0 张;总计:105 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法高空作业无人机与军用航空器目标检测数据集-105张-标注类别为其他.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['-']


14. YOLOv11建筑工地扬尘目标检测数据集
- 目标类别 :'dust';中文类别:'尘土'
- 训练集 :117 张;验证集 :32 张;测试集 :17 张;总计:166 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法建筑工地扬尘目标检测数据集-166张-标注类别为尘土.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['dust']


15. YOLOv11河道景观带植被与结构目标检测数据集
- 目标类别 :'Building', 'Grass', 'Lining', 'Rock', 'Tree', 'Water', 'land';中文类别:'建筑', '草地', '衬里', '岩石', '树', '水', '土地'
- 训练集 :606 张;验证集 :0 张;测试集 :0 张;总计:606 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法河道景观带植被与结构目标检测数据集-606张-标注类别为建筑-草地-衬里-岩石-树-水-土地.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 7
names: ['Building', 'Grass', 'Lining', 'Rock', 'Tree', 'Water', 'land']

16. YOLOv11铁路货运站台车厢状态目标检测数据集
- 目标类别 :'carriage with cargo', 'carriage without cargo', 'forkcarriage with cargo';中文类别:'载货车厢', '空车厢', '叉车装载车厢'
- 训练集 :2040 张;验证集 :0 张;测试集 :0 张;总计:2040 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法铁路货运站台车厢状态目标检测数据集-2040张-标注类别为载货车厢-空车厢-叉车装载车厢.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 3
names: ['carriage with cargo', 'carriage without cargo', 'forkcarriage with cargo']


17. YOLOv11工业车间电缆目标检测数据集
- 目标类别 :'cable';中文类别:'电缆'
- 训练集 :290 张;验证集 :83 张;测试集 :41 张;总计:414 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法工业车间电缆目标检测数据集-414张-标注类别为电缆.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['cable']


18. YOLOv11海底珊瑚礁海龟目标检测数据集
- 目标类别 :'turtle';中文类别:'海龟'
- 训练集 :2316 张;验证集 :82 张;测试集 :1 张;总计:2399 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法海底珊瑚礁海龟目标检测数据集-2399张-标注类别为海龟.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['turtle']


20. YOLOv11室内办公环境漏斗目标检测数据集
- 目标类别 :'Funnel';中文类别:'漏斗'
- 训练集 :100 张;验证集 :20 张;测试集 :10 张;总计:130 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内办公环境漏斗目标检测数据集-130张-标注类别为漏斗.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['Funnel']


21. YOLOv11桌面办公场景常用物品目标检测数据集
- 目标类别 :'bottle', 'laptop', 'mouse', 'phone', 'wallet';中文类别:'瓶子', '笔记本电脑', '鼠标', '手机', '钱包'
- 训练集 :2079 张;验证集 :139 张;测试集 :58 张;总计:2276 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法桌面办公场景常用物品目标检测数据集-2276张-标注类别为瓶子-笔记本电脑-鼠标-手机-钱包.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 5
names: ['bottle', 'laptop', 'mouse', 'phone', 'wallet']


22. YOLOv11工业车间火焰与人脸目标检测数据集
- 目标类别 :'0', '1', '2';中文类别:'火焰', '人', '人脸'
- 训练集 :267 张;验证集 :74 张;测试集 :41 张;总计:382 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法工业车间火焰与人脸目标检测数据集-382张-标注类别为火焰-人-人脸.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 3
names: ['0', '1', '2']


23. YOLOv11建筑工地高空作业平台目标检测数据集
- 目标类别 :'-', '- collaborate with your team on computer vision projects', 'Roboflow is an end-to-end computer vision platform that helps you', 'safety_project - v21 Relabeled 5 classes';中文类别:'其他', '其他', '其他', '其他'
- 训练集 :4718 张;验证集 :529 张;测试集 :531 张;总计:5778 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法建筑工地高空作业平台目标检测数据集-5778张-标注类别为其他-其他-其他-其他.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 4
names: ['-', '- collaborate with your team on computer vision projects', 'Roboflow is an end-to-end computer vision platform that helps you', 'safety_project - v21 Relabeled 5 classes']


24. YOLOv11超市货架商品目标检测数据集
- 目标类别 :'0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '2', '20', '21', '22', '23', '24', '3', '4', '5', '6', '7', '8', '9';中文类别:'其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他', '其他'
- 训练集 :3946 张;验证集 :0 张;测试集 :987 张;总计:4933 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法超市货架商品目标检测数据集-4933张-标注类别为其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他-其他.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 25
names: ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '2', '20', '21', '22', '23', '24', '3', '4', '5', '6', '7', '8', '9']


25. YOLOv11温室大棚番茄目标检测数据集
- 目标类别 :'Tomato';中文类别:'番茄'
- 训练集 :564 张;验证集 :161 张;测试集 :79 张;总计:804 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法温室大棚番茄目标检测数据集-804张-标注类别为番茄.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['Tomato']

