SortScrews
收藏资源简介:
SortScrews是由多伦多大学等机构联合创建的螺丝分类数据集,包含560张512×512分辨率的RGB图像,涵盖六种螺丝类型和一个背景类。数据通过标准化采集设备获取,包含四种不同光照和视角的轻微变化设置,旨在支持工业自动化中的螺丝识别研究。该数据集采用平衡设计,每类80个样本,并附带可扩展的数据采集脚本,适用于轻量级模型在受控环境下的细粒度分类任务。
SortScrews is a screw classification dataset jointly developed by the University of Toronto and other institutions. It contains 560 RGB images with a resolution of 512×512, covering six types of screws and one background class. The dataset was collected using standardized acquisition equipment, with four sets of slight variations in lighting and viewing angles, and is intended to support screw recognition research in industrial automation. This dataset adopts a balanced design with 80 samples per category, and also includes scalable data collection scripts, which are suitable for fine-grained classification tasks of lightweight models in controlled environments.
SortScrew 数据集概述
数据集简介
SortScrew 是一个用于螺丝分类的数据集。该数据集收集了 6 种类型螺丝的 560 张图像。
数据集引用
如需在学术工作中使用此数据集,请引用以下文献: bibtex @misc{fu2026sortscrewsdatasetbaselinerealtime, title={SortScrews: A Dataset and Baseline for Real-time Screw Classification}, author={Tianhao Fu and Bingxuan Yang and Juncheng Guo and Shrena Sribalan and Yucheng Chen}, year={2026}, eprint={2603.13027}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2603.13027}, }
数据集下载
您可以通过以下两种方式下载数据集:
- 从 Project Neura 中央数据服务器直接下载:https://cds.projectneura.org/atatc/ut/esc102/SortScrews.zip
- 使用 MIP Candy 工具下载: python from mipcandy import download_dataset download_dataset("atatc/ut/esc102/SortScrews", "directory/to/save/dataset")
代码库安装
数据集提供了配套的代码库,包含使用数据集所需的必要工具。 shell pip install git+https://github.com/ATATC/SortScrews
如需自定义数据集、训练模型或使用代码库进行推理,请克隆整个代码库。
类别索引
螺丝类别按其长度排序。类别索引从 1 到 6 分配,对应从左到右的顺序。 类别 0 预留给背景。
数据集自定义
您可以使用代码库中的 collect.py 脚本来收集您自己的数据集。
脚本操作按键说明如下:
- <kbd>C</kbd>:捕获当前帧
- <kbd>X</kbd>:删除最后一条记录
- <kbd>0</kbd> - <kbd>9</kbd>:设置类别 ID
- <kbd>Q</kbd>:退出
若要在现有数据集基础上追加数据,请将代码 app = Collector() 替换为 app = Collector(append_from=LENGTH_OF_EXISTING_DATASET)。
使用许可
数据集创建者要求其他 Praxis II 小组不要复制其解决方案,并且不允许其他小组使用此数据集。




