arjunvettickal/RoboXS
收藏Hugging Face2026-04-16 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/arjunvettickal/RoboXS
下载链接
链接失效反馈官方服务:
资源简介:
---
pretty_name: RoboXS
task_categories:
- object-detection
tags:
- yolo
- computer-vision
- object-detection
license: mit
---
# RoboXS- Robotics Extended test Set
## Overview
This repository contains 4 separate YOLO-format batches:
A total of 21 parts of Robotics dataset were available to prepare the custom test set used to specifically assess the robustness of object detectors. The proposed idea was to create a test set of 80 images
across 10 object classes, split into four increasing-scene-difficulty equal batches
- `b1`
- `b2`
- `b3`
- `b4`
Each batch contains:
- `data.yaml`
- `images/test/*.jpg`
- `labels/test/*.txt`
## Format
This dataset is stored in raw YOLO format.
Each annotation row is:
`class x_center y_center width height`
Coordinates are normalized.
## Batch structure
### b1
- images: `b1/images/test/`
- labels: `b1/labels/test/`
- classes: see `b1/data.yaml`
### b2
- images: `b2/images/test/`
- labels: `b2/labels/test/`
- classes: see `b2/data.yaml`
### b3
- images: `b3/images/test/`
- labels: `b3/labels/test/`
- classes: see `b3/data.yaml`
### b4
- images: `b4/images/test/`
- labels: `b4/labels/test/`
- classes: see `b4/data.yaml`
## Notes
The batches are preserved exactly as exported.
This repository is intended for download and use in YOLO workflows.
提供机构:
arjunvettickal



