automotive-tools-instance-segmentation-demo
收藏资源简介:
该数据集是一个专注于汽车手动工具实例分割的真实世界计算机视觉数据集。数据集包含579张高分辨率原始摄影图像(演示版为40张精选图像),全部在真实汽车车间环境中拍摄,无任何AI生成或网络抓取内容。数据集中包含37个物体类别,涵盖各种手动工具(如组合扳手、棘轮扳手、套筒、钳子、螺丝刀、锤子等)以及个人防护装备(安全眼镜、手套)。所有图像均采用手动创建的多边形分割标注,确保像素级精度,标注格式为YOLOv8分割格式,可轻松转换为COCO、CVAT、Pascal VOC等其他常见格式。数据集特别注重图像多样性,包含了油污工具、锈蚀工具、肮脏表面、强反光、运动模糊、明亮日光、低光照条件、室内车间照明、室外环境、部分遮挡、手持物体、多物体重叠、不同视角和尺度以及复杂背景等具有挑战性的真实世界条件,旨在提升模型在工业环境中的鲁棒性。该数据集专为商业AI开发设计,适用于实例分割、物体检测、工业自动化、机器人、自动化库存管理、智能车间、预测性维护、工具追踪、制造AI、仓库自动化以及计算机视觉研究等多种应用场景。数据集采用商业许可,未来计划扩展至约1000张图像并增加更多工具类别和工业场景。
This dataset is a real-world computer vision dataset focused on instance segmentation of automotive hand tools. It contains 579 high-resolution original photographic images (40 curated images in the demo version), all captured in real automotive workshop environments without any AI-generated or web-scraped content. The dataset includes 37 object categories covering various hand tools (e.g., combination wrenches, ratchet wrenches, sockets, pliers, screwdrivers, hammers, etc.) and personal protective equipment (safety glasses, gloves). All images are annotated with manually created polygon segmentation masks ensuring pixel-level accuracy, and the annotation format is YOLOv8 segmentation format, easily convertible to other common formats such as COCO, CVAT, Pascal VOC. The dataset particularly emphasizes image diversity, including challenging real-world conditions such as oil-stained tools, rusty tools, dirty surfaces, strong reflections, motion blur, bright sunlight, low-light conditions, indoor workshop lighting, outdoor environments, partial occlusion, hand-held objects, multiple overlapping objects, different viewpoints and scales, and complex backgrounds, aiming to improve model robustness in industrial environments. Designed for commercial AI development, the dataset is suitable for instance segmentation, object detection, industrial automation, robotics, automated inventory management, smart workshops, predictive maintenance, tool tracking, manufacturing AI, warehouse automation, and computer vision research. The dataset is licensed for commercial use, with future plans to expand to approximately 1000 images and add more tool categories and industrial scenarios.
数据集概述:Automotive Hand Tools Instance Segmentation Demo
该数据集是一个用于实例分割任务的真实世界计算机视觉数据集,专注于汽车维修场景中的手持工具。它从包含579张真实汽车维修车间照片的商业数据集中精选了40张图片,用于展示完整数据集的图像和标注质量。
核心特点
- 数据来源:100%原创摄影,无AI生成或网络抓取图像。
- 标注方式:100%人工创建的多边形分割标注,边界准确且一致。
- 格式兼容:标注格式为YOLOv8分割格式,可轻松转换为COCO、CVAT、Pascal VOC、LabelMe等格式。
- 许可协议:商业许可,适合用于商业AI系统开发。
数据集统计
| 属性 | 值 |
|---|---|
| 任务 | 实例分割 |
| 标注格式 | YOLOv8分割格式 |
| 图像数量 | 579(版本1.0) |
| 对象类别 | 37 |
| 标注类型 | 多边形分割 |
| 图像分辨率 | 高分辨率 |
| 摄影类型 | 原创 |
| 许可 | 商业许可 |
对象类别(共37类)
| ID | 类别(原文) |
|---|---|
| 0 | wrench_combination |
| 1 | wrench_ratchet |
| 2 | breaker_bar |
| 3 | socket |
| 4 | socket_extension |
| 5 | pliers |
| 6 | wire_cutters |
| 7 | screwdriver |
| 8 | hammer |
| 9 | fastener |
| 10 | clip_removal_tool |
| 11 | chisel |
| 12 | PPE_safety_goggles |
| 13 | tool_case |
| 14 | long_nose_pliers |
| 15 | PPE_safety_gloves |
| 16 | lug_wrench |
| 17 | metal_shears |
| 18 | panel_removal_tool |
| 19 | angle_grinder |
| 20 | pincers |
| 21 | oil_dispenser |
| 22 | magnetic_pickup_tool |
| 23 | hose_clamp_pliers |
| 24 | band_strapping_tool |
| 25 | telescopic_tram_gauge |
| 26 | adjustable_wrench |
| 27 | bearing_puller |
| 28 | pry_bar |
| 29 | utility_knife |
| 30 | caliper |
| 31 | hose_clamp |
| 32 | hex_key |
| 33 | diagnostic_tool |
| 34 | torque_wrench |
| 35 | oil_filter_wrench |
| 36 | bar_clamp |
图像多样性
数据集有意包含了真实生产环境中的困难条件,如:
- 清洁工具、油污工具、生锈工具、脏污表面
- 强烈反光、运动模糊、明亮阳光、低光照条件
- 室内车间照明、室外环境
- 部分遮挡、手持物体、多个重叠物体
- 各种视角、不同物体尺度、复杂背景
这些场景有助于提升模型的鲁棒性。
数据集结构
text Automotive_Hand_Tools_Instance_Segmentation/
├── README.md ├── LICENSE.md ├── data.yaml ├── classes.txt ├── metadata.xlsx │ ├── images/ │ ├── train/ │ └── val/ │ ├── labels/ │ ├── train/ │ └── val/ │ ├── preview/ │ ├── original/ │ ├── overlays/ │ └── preview.pdf │ └── scripts/
标注格式
采用Ultralytics YOLOv8分割格式,每个标注文件每行包含一个对象实例。
格式:
<class_id> <x1> <y1> <x2> <y2> ... <xn> <yn>
class_id— 对象类别IDx和y— 归一化的多边形坐标
典型应用场景
- 实例分割
- 目标检测
- 工业自动化
- 机器人技术
- 自动化库存管理
- 智能车间
- 预测性维护
- 工具追踪
- 制造AI
- 仓库自动化
- 计算机视觉研究
未来开发计划
- 扩展至约1,000张原创图片
- 增加更多工具类别
- 引入更具挑战性的工业场景
- 增加对象多样性
- 持续改进标注质量
联系方式
Ekaterina Bocharova
- LinkedIn:www.linkedin.com/in/екатерина-бочарова-0414a1416
- Email:kattya.bocharova@gmail.com





