Datasets:
File size: 2,799 Bytes
d4b0088 64ee27d d4b0088 64ee27d 043dcf3 64ee27d 043dcf3 64ee27d 043dcf3 64ee27d 043dcf3 64ee27d 043dcf3 64ee27d 043dcf3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
---
license: mit
task_categories:
- object-detection
- image-segmentation
- robotics
dataset_info:
features:
- name: scene_id
dtype: string
- name: image_id
dtype: string
- name: obj_id
dtype: int64
- name: pose
sequence:
sequence: float64
- name: camera_intrinsics
sequence:
sequence: float64
- name: depth_scale
dtype: float64
- name: bbox
sequence: int64
- name: visibility
dtype: float64
- name: split
dtype: string
- name: rgb
dtype: image
- name: depth
dtype: image
- name: mask
dtype: image
- name: mask_visib
dtype: image
splits:
- name: test
num_bytes: 12240185177.56
num_examples: 12247
- name: train
num_bytes: 8947085481.56
num_examples: 10222
download_size: 7105758283
dataset_size: 21187270659.12
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: train
path: data/train-*
---
# IndustryShapes
[**Project Page**](https://pose-lab.github.io/IndustryShapes) | [**Paper**](https://arxiv.org/abs/2602.05555)
IndustryShapes is a new benchmark dataset tailored for 6D object pose estimation in industrial settings. Targeting the challenges of textureless objects, reflective surfaces, and complex assembly tools, this dataset provides high-quality RGB-D data with precise annotations to advance the state of the art in robotic manipulation.
### Dataset Features
Unlike traditional datasets focused on household products, IndustryShapes introduces five new industry-relevant object types with challenging properties. The dataset features:
- **Realistic Settings:** Objects captured in authentic industrial assembly environments.
- **Diverse Complexity:** Scenes ranging from simple to challenging, including single and multiple objects, as well as multiple instances of the same object.
- **Unique Modalities:** It is the first dataset to offer RGB-D static onboarding sequences to support model-free and sequence-based approaches.
- **Comprehensive Annotations:** Includes high-quality annotated poses, bounding boxes, and segmentation masks.
### Dataset Organization
The dataset is organized into two parts:
- **Classic Set:** The Classic Set supports instance-level pose estimation with 21 scenes (13 train, 8 test). Includes images from real industrial scenes with varying complexity, Lab captured and Synthetically generated data.
- **Extended Set:** Inlucdes three challenging office scenes with unconstrained lighting, distractors, occlusions and diverse viewpoints featuring all objects. It also includes 10 **RGB-D** static onboarding sequences (2 per object).
### Tasks
- **6D Object Pose Estimation** (Instance-level and Novel Object)
- **Object Detection**
- **Image Segmentation**
- **Robotic Manipulation** |