news 2026/5/25 19:12:08

YOLO系列目标检测数据集大全【第二期】

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
YOLO系列目标检测数据集大全【第二期】

YOLO系列目标检测数据集大全【第二期】

1. YOLOv11卫星遥感城市建筑目标检测数据集

  • 目标类别:[‘building’, ‘undefined’];中文类别:[‘建筑物’, ‘其他’]
  • 训练集:21487 张;验证集:2442 张;测试集:523 张;总计:24452 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法卫星遥感城市建筑目标检测数据集-24452张-标注类别为建筑物-其他.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:2names:['building','undefined']


================================================================================

2. YOLOv11城市建筑与室内装饰时钟目标检测数据集

  • 目标类别:[‘clock’];中文类别:[‘时钟’]
  • 训练集:400 张;验证集:50 张;测试集:50 张;总计:500 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法城市建筑与室内装饰时钟目标检测数据集-500张-标注类别为时钟.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:1names:['clock']


================================================================================

3. YOLOv11城市道路井盖、坑洼与减速带目标检测数据集

  • 目标类别:[‘Manhole’, ‘Pothole’, ‘SpeedBreaker’];中文类别:[‘井盖’, ‘坑洼’, ‘减速带’]
  • 训练集:3133 张;验证集:405 张;测试集:264 张;总计:3802 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法城市道路井盖、坑洼与减速带目标检测数据集-3802张-标注类别为井盖-坑洼-减速带.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:3names:['Manhole','Pothole','SpeedBreaker']

================================================================================

4. YOLOv11多类别目标检测数据集

  • 目标类别:[‘Lane-Lines’, ‘all motor vehicle prohibited’, ‘axle load limit’, ‘bullock cart and hand cart prohibited’, ‘cattle ahead’, ‘chevron direction’, ‘compulsary ahead’, ‘compulsary ahead or turn left’, ‘compulsary ahead or turn right’, ‘compulsary keep left’, ‘compulsary keep right’, ‘compulsary sound horn’, ‘compulsary turn left ahead’, ‘compulsary turn right ahead’, ‘cross road’, ‘cycle crossing’, ‘cycle prohibited’, ‘dangerous dip’, ‘falling rocks’, ‘gap in median’, ‘give way’, ‘guarded level crossing’, ‘height limit’, ‘horn prohibited’, ‘hospital ahead’, ‘hump or rough road’, ‘left hand curve’, ‘left reverse bend’, ‘left turn prohibited’, ‘length limit’, ‘loose gravel’, ‘men at work’, ‘narrow bridge ahead’, ‘narrow road ahead’, ‘no entry’, ‘no parking’, ‘no stopping or standing’, ‘overtaking prohibited’, ‘pass either side’, ‘pedestrian crossing’, ‘pedestrian prohibited’, ‘petrol pump ahead’, ‘potholes’, ‘quay side or river bank’, ‘restriction ends’, ‘right hand curve’, ‘right reverse bend’, ‘right turn prohibited’, ‘road widens ahead’, ‘roundabout’, ‘school ahead’, ‘side road left’, ‘side road right’, ‘slippery road’, ‘speed bump’, ‘speed limit 100’, ‘speed limit 120’, ‘speed limit 15’, ‘speed limit 20’, ‘speed limit 30’, ‘speed limit 40’, ‘speed limit 50’, ‘speed limit 60’, ‘speed limit 70’, ‘speed limit 80’, ‘staggered intersection’, ‘steep ascent’, ‘steep descent’, ‘stop’, ‘straight prohibited’, ‘t intersection’, ‘traffic signal’, ‘truck prohibited’, ‘u turn’, ‘u turn prohibited’, ‘unguarded level crossing’, ‘width limit’, ‘y intersection’];中文类别:[‘车道线’, ‘所有机动车禁止’, ‘轴重限制’, ‘牛车和手推车禁止’, ‘前方有牛’, ‘箭头方向’, ‘必须直行’, ‘必须直行或左转’, ‘必须直行或右转’, ‘必须靠左行驶’, ‘必须靠右行驶’, ‘必须鸣笛’, ‘前方必须左转’, ‘前方必须右转’, ‘十字路口’, ‘自行车过街’, ‘自行车禁止’, ‘危险凹陷’, ‘落石’, ‘中央隔离带缺口’, ‘让行’, ‘有守卫的铁路道口’, ‘限高’, ‘禁止鸣笛’, ‘前方有医院’, ‘凸起路面或粗糙路面’, ‘左弯’, ‘反向左弯’, ‘禁止左转’, ‘限长’, ‘松散碎石’, ‘前方施工’, ‘前方窄桥’, ‘前方窄路’, ‘禁止驶入’, ‘禁止停车’, ‘禁止停车或停留’, ‘禁止超车’, ‘可从两侧通过’, ‘人行横道’, ‘行人禁止’, ‘前方有加油站’, ‘坑洼’, ‘码头或河边’, ‘限制结束’, ‘右弯’, ‘反向右弯’, ‘禁止右转’, ‘前方道路变宽’, ‘环岛’, ‘前方有学校’, ‘左侧支路’, ‘右侧支路’, ‘路面湿滑’, ‘减速带’, ‘限速100’, ‘限速120’, ‘限速15’, ‘限速20’, ‘限速30’, ‘限速40’, ‘限速50’, ‘限速60’, ‘限速70’, ‘限速80’, ‘错位交叉路口’, ‘陡坡上行’, ‘陡坡下行’, ‘停车’, ‘禁止直行’, ‘T字路口’, ‘交通信号灯’, ‘卡车禁止’, ‘允许掉头’, ‘禁止掉头’, ‘无守卫的铁路道口’, ‘限宽’, ‘Y字路口’]
  • 训练集:7606 张;验证集:1219 张;测试集:1148 张;总计:9973 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法多类别目标检测数据集-9973张-标注类别为车道线-所有机动车禁止-轴重限制-牛车和手推车禁止-前方有牛-箭头方向-必须直行-必须直行或左转-必须直行或右转-必须靠左行驶-必须靠右.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:78names:['Lane-Lines','all motor vehicle prohibited','axle load limit','bullock cart and hand cart prohibited','cattle ahead','chevron direction','compulsary ahead','compulsary ahead or turn left','compulsary ahead or turn right','compulsary keep left','compulsary keep right','compulsary sound horn','compulsary turn left ahead','compulsary turn right ahead','cross road','cycle crossing','cycle prohibited','dangerous dip','falling rocks','gap in median','give way','guarded level crossing','height limit','horn prohibited','hospital ahead','hump or rough road','left hand curve','left reverse bend','left turn prohibited','length limit','loose gravel','men at work','narrow bridge ahead','narrow road ahead','no entry','no parking','no stopping or standing','overtaking prohibited','pass either side','pedestrian crossing','pedestrian prohibited','petrol pump ahead','potholes','quay side or river bank','restriction ends','right hand curve','right reverse bend','right turn prohibited','road widens ahead','roundabout','school ahead','side road left','side road right','slippery road','speed bump','speed limit 100','speed limit 120','speed limit 15','speed limit 20','speed limit 30','speed limit 40','speed limit 50','speed limit 60','speed limit 70','speed limit 80','staggered intersection','steep ascent','steep descent','stop','straight prohibited','t intersection','traffic signal','truck prohibited','u turn','u turn prohibited','unguarded level crossing','width limit','y intersection']


================================================================================

5. YOLOv11室内与户外场景时钟目标检测数据集

  • 目标类别:[‘clock’];中文类别:[‘时钟’]
  • 训练集:449 张;验证集:129 张;测试集:64 张;总计:642 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法室内与户外场景时钟目标检测数据集-642张-标注类别为时钟.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:1names:['clock']


================================================================================

6. YOLOv11室内卧室床头柜时钟目标检测数据集

  • 目标类别:[‘clock’];中文类别:[‘时钟’]
  • 训练集:1460 张;验证集:142 张;测试集:71 张;总计:1673 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法室内卧室床头柜时钟目标检测数据集-1673张-标注类别为时钟.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:1names:['clock']


================================================================================

7. YOLOv11室内吸烟行为目标检测数据集

  • 目标类别:[‘Smoking’];中文类别:[‘吸烟’]
  • 训练集:8262 张;验证集:787 张;测试集:393 张;总计:9442 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法室内吸烟行为目标检测数据集-9442张-标注类别为吸烟.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:1names:['Smoking']


================================================================================

8. YOLOv11室内宠物生活场景猫目标检测数据集

  • 目标类别:[‘Cat’];中文类别:[‘猫’]
  • 训练集:1371 张;验证集:40 张;测试集:41 张;总计:1452 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法室内宠物生活场景猫目标检测数据集-1452张-标注类别为猫.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:1names:['Cat']


================================================================================

9. YOLOv11室内宠物生活场景猫目标检测数据集

  • 目标类别:[‘cat’];中文类别:[‘猫’]
  • 训练集:34 张;验证集:0 张;测试集:0 张;总计:34 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法室内宠物生活场景猫目标检测数据集-34张-标注类别为猫.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:1names:['cat']


================================================================================

10. YOLOv11工业车间温湿度气压计目标检测数据集

  • 目标类别:[‘0’, ‘1’, ‘2’];中文类别:[‘温度计’, ‘湿度计’, ‘气压计’]
  • 训练集:112 张;验证集:0 张;测试集:0 张;总计:112 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法工业车间温湿度气压计目标检测数据集-112张-标注类别为温度计-湿度计-气压计.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:3names:['0','1','2']


================================================================================

11. YOLOv11游戏场景敌人与队友目标检测数据集

  • 目标类别:[‘enemy’, ‘team’];中文类别:[‘敌人’, ‘队友’]
  • 训练集:15045 张;验证集:1474 张;测试集:757 张;总计:17276 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法游戏场景敌人与队友目标检测数据集-17276张-标注类别为敌人-队友.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:2names:['enemy','team']


================================================================================

12. YOLOv11猫目标检测数据集

  • 目标类别:[‘cat’];中文类别:[‘猫’]
  • 训练集:66 张;验证集:5 张;测试集:5 张;总计:76 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法猫目标检测数据集-76张-标注类别为猫.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:1names:['cat']

']

  • 训练集:66 张;验证集:5 张;测试集:5 张;总计:76 张
  • 数据集下载(主页上搜索或网页上直接搜索压缩包名):YOLO算法猫目标检测数据集-76张-标注类别为猫.zip

data.yaml配置

train:../train/imagesval:../valid/imagestest:../test/imagesnc:1names:['cat']
版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/5/25 19:08:34

自动驾驶路径规划:Google OR-Tools与Q-Learning在TSP问题上的实战对比

1. 项目概述:当经典优化算法遇上强化学习在自动驾驶领域,尤其是像ROMIE这样的无人地面采矿采样机器人,全局路径规划(GPP)是其大脑的核心功能之一。简单来说,GPP要回答一个关键问题:“给定地图上…

作者头像 李华
网站建设 2026/5/25 19:08:23

从API密钥管理角度感受Taotoken平台的安全与便捷性

🚀 告别海外账号与网络限制!稳定直连全球优质大模型,限时半价接入中。 👉 点击领取海量免费额度 从API密钥管理角度感受Taotoken平台的安全与便捷性 对于需要集成多个大语言模型的开发者而言,API密钥的管理是一项基础…

作者头像 李华
网站建设 2026/5/25 19:06:51

CANN-昇腾NPU-GE编译优化-graph-autofusion进阶

引言:GE在昇腾CANN中的核心地位 GE(Graph Engine)是昇腾CANN架构中的图编译与优化引擎,负责将前端框架(如PyTorch、MindSpore)的计算图转换为昇腾NPU可执行的离线模型。在GE的众多优化技术中,gr…

作者头像 李华
网站建设 2026/5/25 19:06:23

别再死记硬背了!用Python实战案例,5分钟搞懂推荐算法的ACC、F1-Score和AUC

用Python实战案例5分钟搞懂推荐算法的核心评估指标刚接触推荐算法的开发者常被各种评估指标搞得晕头转向——ACC、F1-Score、AUC这些术语听起来抽象难懂,公式推导更让人望而生畏。但理解这些指标对优化推荐系统至关重要。本文将带您通过一个电影推荐案例&#xff0c…

作者头像 李华
网站建设 2026/5/25 19:06:03

AI模型训练能耗激增背后的回弹效应与绿色计算挑战

1. 项目概述:当“绿色AI”遭遇“回弹效应”最近几年,AI圈子里有个词越来越热,叫“绿色AI”(Green AI)。听起来很美,对吧?我们都希望技术发展能和环境保护和谐共生。但作为一名在算力堆里摸爬滚打…

作者头像 李华