ToyFerrariCarScratchDefectDataset
收藏资源简介:
Toy Ferrari Car 数据集是一个用于表面划痕检测的目标检测数据集,源自 ScratchSim 程序化合成数据管道。该数据集包含合成图像和真实图像两种模态,并针对两种主流检测器(LW-DETR 和 YOLO26)进行了划分。数据集根据训练方式组织为三类子集:纯合成数据(仅合成图像)、纯真实数据(稀缺或完整真实图像)以及混合数据(合成图像与少量真实图像以10%、25%、50%或100%比例混合)。背景方面,合成图像可选择随机背景或白色背景(模拟真实采集环境的静态白色背景)。所有评估均在独立预留的真实测试集上进行,确保泛化性。数据格式方面,LW-DETR 子集使用 COCO 格式的标注,YOLO26 子集使用 Ultralytics YOLO 格式(包含 images/、labels/ 和 data.yaml)。该数据集适用于研究从合成数据到真实数据的迁移学习、数据增强以及少样本目标检测等方法。
The Toy Ferrari Car dataset is an object detection dataset for surface scratch detection, derived from the ScratchSim procedural synthetic data pipeline. It contains two modalities: synthetic images and real images, and is partitioned for two mainstream detectors (LW-DETR and YOLO26). The dataset is organized into three subsets based on training methods: pure synthetic data (only synthetic images), pure real data (scarce or full real images), and mixed data (synthetic images mixed with a small amount of real images at ratios of 10%, 25%, 50%, or 100%). For backgrounds, synthetic images can have random backgrounds or white backgrounds (simulating a static white background in real acquisition environments). All evaluations are performed on a separate held-out real test set to ensure generalization. In terms of data format, the LW-DETR subset uses COCO format annotations, and the YOLO26 subset uses Ultralytics YOLO format (including images/, labels/, and data.yaml). This dataset is suitable for research on transfer learning from synthetic to real data, data augmentation, and few-shot object detection.
Toy Ferrari Car 划痕缺陷数据集
数据集简介
该数据集围绕玩具法拉利汽车的表面划痕缺陷检测任务构建,包含多种训练策略与检测器组合的版本,并配套了对应的论文引用与许可协议。
数据集结构
数据集按检测器和训练模式组织,涵盖三类训练模式:
| 训练模式 | 说明 |
|---|---|
| 合成数据(Synthetic only) | 仅使用程序化生成的合成图像 |
| 真实数据(Real only) | 使用真实拍摄的图像(含稀缺子集与全量) |
| 融合数据(Infused) | 合成图像与少量真实图像(10%、25%、50%、100%)混合 |
对应检测器包括 LW-DETR(使用 COCO 格式标注)和 YOLO26(使用 Ultralytics YOLO 格式,包含 images/、labels/、data.yaml)。
目录组织
LW-DETR 目录
lwdetr/infusion_rb:融合数据,随机背景lwdetr/infusion_wb:融合数据,白色背景lwdetr/synth/synth_lwdetr_random_background.zip:纯合成,随机背景lwdetr/synth/synth_lwdetr_white_background.zip:纯合成,白色背景lwdetr/real_scarce:真实数据稀缺子集(10%/25%/50%)lwdetr/real_scarce/synth_mixed_scarce_lwdetr_real100:真实数据全量(100%)
YOLO26 目录
yolo26/synth_mixed_random_background.zip:融合数据,随机背景yolo26/synth_mixed_white_background.zip:融合数据,白色背景yolo26/synth_random_background.zip:纯合成,随机背景yolo26/synth_white_background.zip:纯合成,白色背景yolo26/real_data_scratches.zip:纯真实数据
关键说明
- 背景模式:
随机背景使用随机化背景渲染合成图像;白色背景 (WB)模拟真实采集场景中的静态白色背景。 - 评估方式:所有模型均在留出的真实图像测试集上评估,该测试集不参与任何训练。
- 微调策略:
Synth → Real微调使用纯合成数据集进行预训练,使用纯真实数据集进行第二阶段训练。 - 数据路径:所有相对路径均位于数据集仓库根目录下,可通过 Hugging Face 数据集页面访问对应文件(如
https://huggingface.co/datasets/saptarshineilsinha/ToyFerrariCarScratchDefectDataset/tree/main)。
引用与许可
该数据集配套论文为《ScratchSim: A Procedural Synthetic Data Pipeline for Surface Scratch Detection》(arXiv 编号 2607.27065),许可协议为 CC BY 4.0。





