nielsr HF Staff commited on
Commit
6b9ad1e
·
verified ·
1 Parent(s): 3fa2f47

Add task categories, paper link, and project page

Browse files

This PR updates the dataset card with:
- Task categories: `object-detection`, `image-segmentation`, and `robotics`.
- A link to the paper: [IndustryShapes: An RGB-D Benchmark dataset for 6D object pose estimation of industrial assembly components and tools](https://huggingface.co/papers/2602.05555).
- A link to the project page: [https://pose-lab.github.io/IndustryShapes](https://pose-lab.github.io/IndustryShapes).
- A summary of the dataset's purpose and structure based on the paper abstract.

Files changed (1) hide show
  1. README.md +30 -2
README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: scene_id
@@ -45,5 +50,28 @@ configs:
45
  path: data/test-*
46
  - split: train
47
  path: data/train-*
48
- license: mit
49
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - object-detection
5
+ - image-segmentation
6
+ - robotics
7
  dataset_info:
8
  features:
9
  - name: scene_id
 
50
  path: data/test-*
51
  - split: train
52
  path: data/train-*
53
+ ---
54
+
55
+ # IndustryShapes
56
+
57
+ [**Project Page**](https://pose-lab.github.io/IndustryShapes) | [**Paper**](https://huggingface.co/papers/2602.05555)
58
+
59
+ IndustryShapes is a large-scale RGB-D benchmark dataset of industrial tools and components, designed for both instance-level and novel object 6D pose estimation. It bridges the gap between lab-based research and real-world industrial deployment by providing realistic scenes captured in industrial assembly settings.
60
+
61
+ ### Dataset Features
62
+ Unlike traditional datasets focused on household products, IndustryShapes introduces five new object types with challenging properties. The dataset features:
63
+ - **Realistic Settings:** Objects captured in authentic industrial assembly environments.
64
+ - **Diverse Complexity:** Scenes ranging from simple to challenging, including single and multiple objects, as well as multiple instances of the same object.
65
+ - **Unique Modalities:** It is the first dataset to offer RGB-D static onboarding sequences to support model-free and sequence-based approaches.
66
+ - **Comprehensive Annotations:** Includes high-quality annotated poses, bounding boxes, and segmentation masks.
67
+
68
+ ### Dataset Organization
69
+ The dataset is organized into two parts:
70
+ - **Classic Set:** Includes a total of 4.6k images and 6k annotated poses.
71
+ - **Extended Set:** Introduces additional data modalities for advanced evaluation of model-free and sequence-based methods.
72
+
73
+ ### Supported Tasks
74
+ - **6D Object Pose Estimation** (Instance-level and Novel Object)
75
+ - **Object Detection**
76
+ - **Image Segmentation**
77
+ - **Robotics**