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户外绿植围栏区黄蜂目标检测数据集)
- [19. YOLOv11室内足部护理场景脚目标检测数据集](#19. 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办公环境手持冲击钻目标检测数据集
- 目标类别 :'impact';中文类别:'冲击钻'
- 训练集 :361 张;验证集 :109 张;测试集 :49 张;总计:519 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法办公环境手持冲击钻目标检测数据集-519张-标注类别为冲击钻.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['impact']


2. YOLOv11室内桌面罐子目标检测数据集
- 目标类别 :'can';中文类别:'罐子'
- 训练集 :1656 张;验证集 :157 张;测试集 :79 张;总计:1892 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内桌面罐子目标检测数据集-1892张-标注类别为罐子.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['can']


3. YOLOv11户外园林孔雀目标检测数据集
- 目标类别 :'object';中文类别:'孔雀'
- 训练集 :233 张;验证集 :67 张;测试集 :32 张;总计:332 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法户外园林孔雀目标检测数据集-332张-标注类别为孔雀.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['object']


4. YOLOv11口腔医疗龋齿目标检测数据集
- 目标类别 :'caries';中文类别:'龋齿'
- 训练集 :219 张;验证集 :0 张;测试集 :0 张;总计:219 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法口腔医疗龋齿目标检测数据集-219张-标注类别为龋齿.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['caries']


5. YOLOv11室内安防场景安保人员目标检测数据集
- 目标类别 :'Unknown', 'guard';中文类别:'未知', '安保人员'
- 训练集 :288 张;验证集 :0 张;测试集 :0 张;总计:288 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内安防场景安保人员目标检测数据集-288张-标注类别为未知-安保人员.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 2
names: ['Unknown', 'guard']


6. YOLOv11铁路道口栏杆与布料目标检测数据集
- 目标类别 :'closed-barrier', 'cloth', 'open-barrier', 'railway', 'train';中文类别:'关闭的栏杆', '布料', '开启的栏杆', '铁路', '火车'
- 训练集 :242 张;验证集 :49 张;测试集 :18 张;总计:309 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法铁路道口栏杆与布料目标检测数据集-309张-标注类别为关闭的栏杆-布料-开启的栏杆-铁路-火车.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 5
names: ['closed-barrier', 'cloth', 'open-barrier', 'railway', 'train']


7. YOLOv11城市道路雾天行人与车辆目标检测数据集
- 目标类别 :'-', '- annotate- and create datasets', '- collaborate with your team on computer vision projects', '- collect - organize images', '- understand and search unstructured image data', 'Roboflow is an end-to-end computer vision platform that helps you', 'This dataset was exported via roboflow.com on April 15- 2024 at 2-02 AM GMT', 'car', 'custom-dataset-yolov8-fog-density - v8 2024-03-11 7-04pm', 'undefined';中文类别:'其他', '其他', '其他', '其他', '其他', '其他', '其他', '汽车', '其他', '其他'
- 训练集 :6227 张;验证集 :1559 张;测试集 :0 张;总计:7786 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法城市道路雾天行人与车辆目标检测数据集-7786张-标注类别为其他-其他-其他-其他-其他-其他-其他-汽车-其他-其他.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 10
names: ['-', '- annotate- and create datasets', '- collaborate with your team on computer vision projects', '- collect - organize images', '- understand and search unstructured image data', 'Roboflow is an end-to-end computer vision platform that helps you', 'This dataset was exported via roboflow.com on April 15- 2024 at 2-02 AM GMT', 'car', 'custom-dataset-yolov8-fog-density - v8 2024-03-11 7-04pm', 'undefined']


8. YOLOv11工业车间电子元件目标检测数据集
- 目标类别 :'cut-lead', 'damaged-case', 'good', 'misplaced';中文类别:'断脚', '外壳损坏', '良品', '错位'
- 训练集 :144 张;验证集 :13 张;测试集 :9 张;总计:166 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法工业车间电子元件目标检测数据集-166张-标注类别为断脚-外壳损坏-良品-错位.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 4
names: ['cut-lead', 'damaged-case', 'good', 'misplaced']


9. YOLOv11野外蜂巢周边胡蜂目标检测数据集
- 目标类别 :'Hornet-Back', 'Hornet-Front', 'Hornet-Side', 'Hornet-UP';中文类别:'胡蜂背部', '胡蜂正面', '胡蜂侧面', '胡蜂俯视'
- 训练集 :158 张;验证集 :68 张;测试集 :0 张;总计:226 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法野外蜂巢周边胡蜂目标检测数据集-226张-标注类别为胡蜂背部-胡蜂正面-胡蜂侧面-胡蜂俯视.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 4
names: ['Hornet-Back', 'Hornet-Front', 'Hornet-Side', 'Hornet-UP']


10. YOLOv11户外植物栖息地甲虫目标检测数据集
- 目标类别 :'beetle';中文类别:'甲虫'
- 训练集 :112 张;验证集 :13 张;测试集 :39 张;总计:164 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法户外植物栖息地甲虫目标检测数据集-164张-标注类别为甲虫.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['beetle']


11. YOLOv11超市货架商品目标检测数据集
- 目标类别 :'barillapasta', 'browni', 'cocacola', 'icimsut', 'sakasu';中文类别:'Barilla意大利面', '布朗尼', '可口可乐', '冰牛奶', '萨卡苏'
- 训练集 :425 张;验证集 :122 张;测试集 :61 张;总计:608 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法超市货架商品目标检测数据集-608张-标注类别为Barilla意大利面-布朗尼-可口可乐-冰牛奶-萨卡苏.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 5
names: ['barillapasta', 'browni', 'cocacola', 'icimsut', 'sakasu']


12. YOLOv11城市街道车辆目标检测数据集
- 目标类别 :'bus', 'car', 'truck', 'van';中文类别:'公交车', '轿车', '卡车', '面包车'
- 训练集 :359 张;验证集 :0 张;测试集 :0 张;总计:359 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法城市街道车辆目标检测数据集-359张-标注类别为公交车-轿车-卡车-面包车.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 4
names: ['bus', 'car', 'truck', 'van']


13. YOLOv11手术室无菌铺巾纱布旋转目标检测数据集
- 目标类别 :'gauzerotation';中文类别:'纱布旋转'
- 训练集 :696 张;验证集 :200 张;测试集 :100 张;总计:996 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法手术室无菌铺巾纱布旋转目标检测数据集-996张-标注类别为纱布旋转.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['gauzerotation']


14. YOLOv11海滩垃圾分类目标检测数据集
- 目标类别 :'Beach', 'Clothes', 'Foam', 'Other background', 'Other garbage', 'Plastic and Polymer', 'Wood and Plants';中文类别:'沙滩', '衣物', '泡沫', '其他背景', '其他垃圾', '塑料与聚合物', '木材与植物'
- 训练集 :703 张;验证集 :39 张;测试集 :39 张;总计:781 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法海滩垃圾分类目标检测数据集-781张-标注类别为沙滩-衣物-泡沫-其他背景-其他垃圾-塑料与聚合物-木材与植物.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 7
names: ['Beach', 'Clothes', 'Foam', 'Other background', 'Other garbage', 'Plastic and Polymer', 'Wood and Plants']

15. YOLOv11室内走廊电梯门目标检测数据集
- 目标类别 :'door_single', 'elevator_door_closed', 'elevator_door_open';中文类别:'单门', '电梯门关闭', '电梯门打开'
- 训练集 :438 张;验证集 :55 张;测试集 :55 张;总计:548 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内走廊电梯门目标检测数据集-548张-标注类别为单门-电梯门关闭-电梯门打开.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 3
names: ['door_single', 'elevator_door_closed', 'elevator_door_open']


16. YOLOv11桌面环境数据线目标检测数据集
- 目标类别 :'-', '- collaborate with your team on computer vision projects', '- collect - organize images', '- understand and search unstructured image data', 'Roboflow is an end-to-end computer vision platform that helps you', 'This dataset was exported via roboflow.com on October 22- 2024 at 7-27 AM GMT', 'cable - v3 2024-10-22 7-26am';中文类别:'其他', '其他', '其他', '其他', '其他', '其他', '数据线'
- 训练集 :120 张;验证集 :0 张;测试集 :0 张;总计:120 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法桌面环境数据线目标检测数据集-120张-标注类别为其他-其他-其他-其他-其他-其他-数据线.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 7
names: ['-', '- collaborate with your team on computer vision projects', '- collect - organize images', '- understand and search unstructured image data', 'Roboflow is an end-to-end computer vision platform that helps you', 'This dataset was exported via roboflow.com on October 22- 2024 at 7-27 AM GMT', 'cable - v3 2024-10-22 7-26am']


17. YOLOv11室内与室外门类目标检测数据集
- 目标类别 :'door';中文类别:'门'
- 训练集 :801 张;验证集 :100 张;测试集 :99 张;总计:1000 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内与室外门类目标检测数据集-1000张-标注类别为门.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['door']


18. YOLOv11户外绿植围栏区黄蜂目标检测数据集
- 目标类别 :'Wasp';中文类别:'黄蜂'
- 训练集 :327 张;验证集 :93 张;测试集 :47 张;总计:467 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法户外绿植围栏区黄蜂目标检测数据集-467张-标注类别为黄蜂.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['Wasp']


19. YOLOv11室内足部护理场景脚目标检测数据集
- 目标类别 :'foot';中文类别:'脚'
- 训练集 :86 张;验证集 :13 张;测试集 :7 张;总计:106 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内足部护理场景脚目标检测数据集-106张-标注类别为脚.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['foot']


20. YOLOv11室内家居环境右侧贴片目标检测数据集
- 目标类别 :'right-sticker';中文类别:'右侧贴片'
- 训练集 :647 张;验证集 :55 张;测试集 :32 张;总计:734 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法室内家居环境右侧贴片目标检测数据集-734张-标注类别为右侧贴片.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['right-sticker']


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


22. YOLOv11城市道路摩托车骑行行为目标检测数据集
- 目标类别 :'MORE_THAN_TWO_PERSONS', 'USING_MOBILE', 'WITHOUT_HELMET';中文类别:'多人同乘', '使用手机', '未戴头盔'
- 训练集 :775 张;验证集 :106 张;测试集 :102 张;总计:983 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法城市道路摩托车骑行行为目标检测数据集-983张-标注类别为多人同乘-使用手机-未戴头盔.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 3
names: ['MORE_THAN_TWO_PERSONS', 'USING_MOBILE', 'WITHOUT_HELMET']


23. YOLOv11卫星遥感湖泊目标检测数据集
- 目标类别 :'lake';中文类别:'湖泊'
- 训练集 :387 张;验证集 :22 张;测试集 :14 张;总计:423 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法卫星遥感湖泊目标检测数据集-423张-标注类别为湖泊.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['lake']


24. YOLOv11工业车间螺丝目标检测数据集
- 目标类别 :'未定义';中文类别:'其他'
- 训练集 :385 张;验证集 :107 张;测试集 :54 张;总计:546 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法工业车间螺丝目标检测数据集-546张-标注类别为其他.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 0
names: []
25. YOLOv11工业车间荧光笔目标检测数据集
- 目标类别 :'highlighter';中文类别:'荧光笔'
- 训练集 :108 张;验证集 :0 张;测试集 :0 张;总计:108 张
- 数据集下载(主页上搜索或网页上直接搜索压缩包名) :
YOLO算法工业车间荧光笔目标检测数据集-108张-标注类别为荧光笔.zip
data.yaml配置:
yaml
train: ../train/images
val: ../valid/images
test: ../test/images
nc: 1
names: ['highlighter']

