harpreetsahota commited on
Commit
ca4e4c7
·
verified ·
1 Parent(s): f91baf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +212 -63
README.md CHANGED
@@ -46,7 +46,7 @@ dataset_summary: '
46
 
47
  # Note: other available arguments include ''max_samples'', etc
48
 
49
- dataset = load_from_hub("harpreetsahota/graspclutter6d")
50
 
51
 
52
  # Launch the App
@@ -84,7 +84,7 @@ from fiftyone.utils.huggingface import load_from_hub
84
 
85
  # Load the dataset
86
  # Note: other available arguments include 'max_samples', etc
87
- dataset = load_from_hub("harpreetsahota/graspclutter6d")
88
 
89
  # Launch the App
90
  session = fo.launch_app(dataset)
@@ -95,130 +95,279 @@ session = fo.launch_app(dataset)
95
 
96
  ### Dataset Description
97
 
98
- <!-- Provide a longer summary of what this dataset is. -->
99
 
 
 
 
 
 
 
 
100
 
 
 
 
 
 
 
101
 
102
- - **Curated by:** [More Information Needed]
103
- - **Funded by [optional]:** [More Information Needed]
104
- - **Shared by [optional]:** [More Information Needed]
105
- - **Language(s) (NLP):** en
106
- - **License:** [More Information Needed]
107
 
108
- ### Dataset Sources [optional]
109
 
110
- <!-- Provide the basic links for the dataset. -->
111
-
112
- - **Repository:** [More Information Needed]
113
- - **Paper [optional]:** [More Information Needed]
114
- - **Demo [optional]:** [More Information Needed]
115
 
116
  ## Uses
117
 
118
- <!-- Address questions around how the dataset is intended to be used. -->
119
-
120
  ### Direct Use
121
 
122
- <!-- This section describes suitable use cases for the dataset. -->
123
-
124
- [More Information Needed]
 
 
 
 
 
 
125
 
126
  ### Out-of-Scope Use
127
 
128
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
129
-
130
- [More Information Needed]
131
 
132
  ## Dataset Structure
133
 
134
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
135
-
136
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
 
138
  ## Dataset Creation
139
 
140
  ### Curation Rationale
141
 
142
- <!-- Motivation for the creation of this dataset. -->
143
 
144
- [More Information Needed]
 
 
 
 
145
 
146
  ### Source Data
147
 
148
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
149
-
150
  #### Data Collection and Processing
151
 
152
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
 
 
 
 
153
 
154
- [More Information Needed]
 
 
 
155
 
156
- #### Who are the source data producers?
 
 
 
 
 
157
 
158
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
159
 
160
- [More Information Needed]
 
 
 
161
 
162
- ### Annotations [optional]
163
 
164
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
165
 
166
  #### Annotation process
167
 
168
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
 
 
 
169
 
170
- [More Information Needed]
 
 
 
171
 
172
- #### Who are the annotators?
 
 
 
 
 
 
 
 
 
173
 
174
- <!-- This section describes the people or systems who created the annotations. -->
175
 
176
- [More Information Needed]
 
 
 
177
 
178
  #### Personal and Sensitive Information
179
 
180
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
181
-
182
- [More Information Needed]
183
 
184
  ## Bias, Risks, and Limitations
185
 
186
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
 
 
 
 
 
 
187
 
188
- [More Information Needed]
 
 
 
189
 
190
  ### Recommendations
191
 
192
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
 
 
 
 
 
193
 
194
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
195
-
196
- ## Citation [optional]
197
-
198
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
199
 
200
  **BibTeX:**
201
 
202
- [More Information Needed]
 
 
 
 
 
 
 
203
 
204
  **APA:**
205
 
206
- [More Information Needed]
207
-
208
- ## Glossary [optional]
209
 
210
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
211
 
212
- [More Information Needed]
213
 
214
- ## More Information [optional]
215
 
216
- [More Information Needed]
217
 
218
- ## Dataset Card Authors [optional]
219
 
220
- [More Information Needed]
221
 
222
  ## Dataset Card Contact
223
 
224
- [More Information Needed]
 
46
 
47
  # Note: other available arguments include ''max_samples'', etc
48
 
49
+ dataset = load_from_hub("Voxel51/graspclutter6d")
50
 
51
 
52
  # Launch the App
 
84
 
85
  # Load the dataset
86
  # Note: other available arguments include 'max_samples', etc
87
+ dataset = load_from_hub("Voxel51/graspclutter6d")
88
 
89
  # Launch the App
90
  session = fo.launch_app(dataset)
 
95
 
96
  ### Dataset Description
97
 
98
+ GraspClutter6D is a large-scale real-world dataset for robust perception and grasping in cluttered scenes. This FiftyOne dataset contains a **curated subset** of 99 scenes from the full GraspClutter6D dataset, optimized for visualization and exploration.
99
 
100
+ **Full Dataset Statistics** (original):
101
+ - 1,000 highly cluttered scenes with 14.1 objects/scene (average)
102
+ - 62.6% occlusion rate (percentage of instances with visibility ≤ 0.95)
103
+ - 200 unique objects captured in bins, shelves, and tables
104
+ - 52K RGB-D images from 4 cameras (RealSense D415, D435, Azure Kinect, Zivid)
105
+ - 736K 6D object poses with segmentation masks
106
+ - 9.3 billion 6-DoF grasp annotations
107
 
108
+ **This Subset** (demo):
109
+ - 99 scenes spanning the occlusion range (selected by visibility distribution)
110
+ - ~400 RGB-D images (most scenes have 1 viewpoint = 4 camera views)
111
+ - 1 "hero" scene (scene_000109) with 13 viewpoints = 52 images for detailed exploration
112
+ - 200 object models (.ply meshes)
113
+ - Grasp annotations for hero scene objects only (~14 objects)
114
 
115
+ - **Curated by:** Seunghyeok Back, Joosoon Lee, Kangmin Kim, Heeseon Rho, Geonhyup Lee, Raeyoung Kang, Sangbeom Lee, Sangjun Noh, Youngjin Lee, Taeyeop Lee, and Kyoobin Lee
116
+ - **Funded by :** Korea Institute of Machinery & Materials (KIMM), Gwangju Institute of Science and Technology (GIST), Korea Advanced Institute of Science and Technology (KAIST)
117
+ - **Language(s) (NLP):** N/A (computer vision dataset)
118
+ - **License:**
 
119
 
120
+ ### Dataset Sources
121
 
122
+ - **Repository:** https://huggingface.co/datasets/GraspClutter6D/GraspClutter6D
123
+ - **Paper:** https://arxiv.org/abs/2504.06866
124
+ - **Project Website:** https://sites.google.com/view/graspclutter6d
 
 
125
 
126
  ## Uses
127
 
 
 
128
  ### Direct Use
129
 
130
+ This dataset is intended for:
131
+ - **Research and development** of robotic grasping systems in cluttered environments
132
+ - **Training and evaluation** of computer vision models for:
133
+ - Instance segmentation in heavy occlusion
134
+ - 6D object pose estimation
135
+ - Grasp detection and planning
136
+ - **Benchmarking** perception algorithms against highly cluttered real-world scenarios
137
+ - **Visual exploration** of multi-camera RGB-D data with depth maps and 3D reconstructions
138
+ - **Educational purposes** to understand challenges in robotic perception
139
 
140
  ### Out-of-Scope Use
141
 
142
+ This demo subset (99 scenes) is optimized for visualization and exploration in FiftyOne, not for training large-scale models. For model training, use the full GraspClutter6D dataset from HuggingFace.
 
 
143
 
144
  ## Dataset Structure
145
 
146
+ ### FiftyOne Dataset Organization
147
+
148
+ This dataset is organized as a **grouped dataset** in FiftyOne, where each group represents one scene-viewpoint combination.
149
+
150
+ **Group Structure:**
151
+ Each group has **5 slices**:
152
+ - `realsense_d415`: RGB-D images from RealSense D415 camera
153
+ - `realsense_d435`: RGB-D images from RealSense D435 camera
154
+ - `azure_kinect`: RGB-D images from Azure Kinect camera
155
+ - `zivid`: RGB-D images from Zivid camera
156
+ - `3d`: 3D scene reconstruction with object meshes
157
+
158
+ **Camera Resolutions:**
159
+ - RealSense D415/D435: 1920 × 1080
160
+ - Azure Kinect: 3840 × 2160
161
+ - Zivid: 1920 × 1200
162
+
163
+ ### Sample Fields (2D Camera Slices)
164
+
165
+ | Field | Type | Description |
166
+ |-------|------|-------------|
167
+ | `scene_id` | str | Scene identifier (e.g., "000109") |
168
+ | `camera` | str | Camera name (realsense_d415, realsense_d435, azure_kinect, zivid) |
169
+ | `viewpoint` | int | Viewpoint index (0-12, most scenes have only 0) |
170
+ | `image_id` | int | BOP dataset image ID |
171
+ | `num_objects` | int | Number of objects in scene |
172
+ | `mean_visibility` | float | Mean visibility fraction across all objects [0-1] |
173
+ | `depth_scale_mm` | float | Scale factor to convert depth values to millimeters |
174
+ | `depth` | Heatmap | Depth map with values in millimeters (16-bit, scaled) |
175
+ | `detections` | Detections | 2D bounding boxes with instance masks and visibility metrics |
176
+ | `grasp_lines` | Polylines | Grasp approach directions (contact point + 50mm approach vector) |
177
+
178
+ **Detection Fields** (per object instance):
179
+ - `label`: Object ID (e.g., "obj_066")
180
+ - `bounding_box`: Normalized [x, y, w, h] coordinates [0-1]
181
+ - `mask`: Instance segmentation mask (cropped to bbox)
182
+ - `obj_id`: Object type ID
183
+ - `instance_idx`: Instance index in scene
184
+ - `visib_fract`: Visible fraction of object [0-1]
185
+ - `px_count_visib`: Number of visible pixels
186
+ - `px_count_valid`: Number of valid pixels
187
+ - `px_count_all`: Total pixel count
188
+
189
+ **Grasp Line Fields** (per grasp, hero scene only):
190
+ - `label`: Object ID (e.g., "grasp_obj_066")
191
+ - `points`: Two points [[x1,y1], [x2,y2]] - contact point and tip (50mm along approach)
192
+ - `obj_id`: Object type ID
193
+ - `grasp_score`: Grasp quality score [0-1]
194
+
195
+ ### Sample Fields (3D Scene Slice)
196
+
197
+ | Field | Type | Description |
198
+ |-------|------|-------------|
199
+ | `scene_id` | str | Scene identifier |
200
+ | `viewpoint` | int | Viewpoint index |
201
+ | `filepath` | str | Path to .fo3d scene file |
202
+ | `detections` | Detections | 3D axis-aligned bounding boxes |
203
+
204
+ **3D Detection Fields** (per object):
205
+ - `label`: Object ID
206
+ - `location`: [x, y, z] box center in camera coordinates (mm)
207
+ - `dimensions`: [width, length, height] in mm
208
+ - `rotation`: [0, 0, 0] (axis-aligned bounding boxes)
209
+ - `obj_id`: Object type ID
210
+
211
+ ### Data Files
212
+
213
+ **Per Scene:**
214
+ - `rgb/NNNNNN.png`: RGB images (8-bit PNG)
215
+ - `depth/NNNNNN.png`: Depth maps (16-bit PNG, values × depth_scale_mm = mm)
216
+ - `mask_visib/NNNNNN_IIIIII.png`: Instance segmentation masks
217
+ - `scene_camera.json`: Camera intrinsics and extrinsics
218
+ - `scene_gt.json`: 6D object poses (rotation matrix + translation in mm)
219
+ - `scene_gt_info.json`: Bounding boxes and visibility metrics
220
+
221
+ **Object Models:**
222
+ - `models_eval/obj_NNNNNN.ply`: 3D meshes for 200 objects
223
+
224
+ **Grasp Labels** (hero scene only):
225
+ - `grasp_label/obj_NNNNNN_labels.npz`: Dense grasp annotations
226
+ - `points`: (N, 3) contact points in object frame (meters)
227
+ - `offsets`: (N, 300, 12, 4, 3) approach directions
228
+ - `collision`: (N, 300, 12, 4) collision flags
229
+ - `scores`: (N, 300, 12, 4) grasp quality scores [0-1]
230
+
231
+ ### Subset Selection Criteria
232
+
233
+ The 99 scenes were selected from 1,000 total scenes using a stratified sampling approach:
234
+ 1. Scenes ranked by mean visibility (occlusion severity)
235
+ 2. Divided into 3 buckets (high/medium/low occlusion)
236
+ 3. 33 scenes selected from each bucket, evenly spaced by scene ID
237
+ 4. Hero scene = most occluded scene with all 13 viewpoints retained
238
+ 5. Other scenes limited to viewpoint 0 (4 camera views) to reduce size
239
 
240
  ## Dataset Creation
241
 
242
  ### Curation Rationale
243
 
244
+ The full GraspClutter6D dataset was created to address the gap between existing benchmark datasets and real-world cluttered grasping scenarios. Most existing datasets feature simple scenes with light occlusion (~35% in GraspNet-1B), while real warehouse and manufacturing environments contain densely packed objects with heavy occlusion (62.6% in this dataset).
245
 
246
+ This demo subset was curated to:
247
+ - Provide a manageable dataset size (~3-8 GB) for visualization and exploration
248
+ - Span the full range of occlusion levels (easy to hard)
249
+ - Include one detailed "hero" scene with multiple viewpoints for in-depth analysis
250
+ - Enable quick prototyping and algorithm development
251
 
252
  ### Source Data
253
 
 
 
254
  #### Data Collection and Processing
255
 
256
+ **Capture Setup:**
257
+ - 4 RGB-D cameras: RealSense D415, RealSense D435, Azure Kinect, Zivid
258
+ - Multiple viewpoints per scene (up to 13)
259
+ - Scenes arranged in bins, shelves, and tables with natural backgrounds
260
+ - 200 objects with varied shapes, sizes, textures, and materials
261
 
262
+ **Annotations:**
263
+ - 6D object poses obtained through multi-view optimization
264
+ - Instance segmentation masks from visible pixel analysis
265
+ - Grasp annotations computed using GraspNet framework with collision detection
266
 
267
+ **This Subset Processing:**
268
+ - Downloaded from HuggingFace using `snapshot_download`
269
+ - Extracted from 7z archives (~207 GB compressed)
270
+ - Stratified sampling by occlusion level
271
+ - Pruned to 99 scenes, 200 object models, hero scene grasp labels
272
+ - Final size: ~3-8 GB
273
 
274
+ #### Who are the source data producers?
275
 
276
+ Research teams from:
277
+ - Korea Institute of Machinery & Materials (KIMM)
278
+ - Gwangju Institute of Science and Technology (GIST)
279
+ - Korea Advanced Institute of Science and Technology (KAIST)
280
 
281
+ Data collected through robotic capture systems and annotated using a combination of automated methods and crowd-sourcing.
282
 
283
+ ### Annotations
284
 
285
  #### Annotation process
286
 
287
+ **6D Object Poses:**
288
+ - Computed using multi-view bundle adjustment
289
+ - Refined through iterative closest point (ICP) alignment
290
+ - Validated against depth data
291
 
292
+ **Instance Segmentation:**
293
+ - Generated from depth discontinuities and object models
294
+ - Per-instance masks provided for visible regions
295
+ - Visibility metrics computed (visib_fract, px_count_visib, etc.)
296
 
297
+ **Grasp Annotations:**
298
+ - Generated using GraspNet antipodal grasp sampling
299
+ - ~18 million candidate grasps per object tested
300
+ - Collision detection performed in simulation
301
+ - Quality scores computed based on force closure metrics
302
+ - Only collision-free, high-quality grasps retained
303
+
304
+ **This Subset:**
305
+ - All annotations inherited from full dataset
306
+ - Grasp annotations only retained for hero scene objects
307
 
308
+ #### Who are the annotators?
309
 
310
+ Annotations were produced through:
311
+ - Automated pose estimation algorithms (multi-view optimization)
312
+ - Simulation-based grasp generation (GraspNet framework)
313
+ - Quality validation by research team
314
 
315
  #### Personal and Sensitive Information
316
 
317
+ This dataset contains only images of inanimate objects (household items, tools, containers, etc.) arranged in controlled laboratory settings. No personal, sensitive, or private information is present.
 
 
318
 
319
  ## Bias, Risks, and Limitations
320
 
321
+ **Technical Limitations:**
322
+ - **Subset size**: This demo contains only 99 of 1,000 scenes; not suitable for training large-scale models
323
+ - **Grasp annotations**: Only available for hero scene (~14 objects); limited grasp diversity in subset
324
+ - **Viewpoint coverage**: Most scenes have only 1 viewpoint (4 camera views); only hero scene has 13 viewpoints
325
+ - **Object diversity**: 200 objects may not cover all real-world object categories
326
+ - **Environment**: Captured in controlled laboratory settings; may not generalize to all real-world conditions
327
+ - **Camera-specific**: Depth quality and characteristics vary significantly between cameras
328
 
329
+ **Dataset Biases:**
330
+ - Objects selected for robotic grasping research (household items, tools); not representative of all object types
331
+ - Korean research lab environment and object selection
332
+ - Scenes arranged intentionally for high occlusion; may not reflect natural object arrangements
333
 
334
  ### Recommendations
335
 
336
+ - **For training**: Use the full GraspClutter6D dataset from HuggingFace (1,000 scenes)
337
+ - **For exploration**: This subset is ideal for visualization, prototyping, and understanding dataset structure
338
+ - **Multi-camera fusion**: Leverage all 4 cameras for robust perception; single-camera methods may struggle
339
+ - **Depth preprocessing**: Account for camera-specific depth_scale_mm factors (1.0 for RealSense, 0.1 for Kinect/Zivid)
340
+ - **Occlusion handling**: Test algorithms on scenes across all occlusion levels (check mean_visibility field)
341
+ - **Evaluation**: When benchmarking, report performance separately for different occlusion ranges
342
 
343
+ ## Citation
 
 
 
 
344
 
345
  **BibTeX:**
346
 
347
+ ```bibtex
348
+ @article{back2025graspclutter6d,
349
+ title={GraspClutter6D: A Large-scale Real-world Dataset for Robust Perception and Grasping in Cluttered Scenes},
350
+ author={Back, Seunghyeok and Lee, Joosoon and Kim, Kangmin and Rho, Heeseon and Lee, Geonhyup and Kang, Raeyoung and Lee, Sangbeom and Noh, Sangjun and Lee, Youngjin and Lee, Taeyeop and Lee, Kyoobin},
351
+ journal={arXiv preprint arXiv:2504.06866},
352
+ year={2025}
353
+ }
354
+ ```
355
 
356
  **APA:**
357
 
358
+ Back, S., Lee, J., Kim, K., Rho, H., Lee, G., Kang, R., Lee, S., Noh, S., Lee, Y., Lee, T., & Lee, K. (2025). GraspClutter6D: A Large-scale Real-world Dataset for Robust Perception and Grasping in Cluttered Scenes. arXiv preprint arXiv:2504.06866.
 
 
359
 
 
360
 
361
+ ## More Information
362
 
363
+ **Project Website**: https://sites.google.com/view/graspclutter6d
364
 
365
+ **Full Dataset**: https://huggingface.co/datasets/GraspClutter6D/GraspClutter6D
366
 
367
+ **Paper**: https://arxiv.org/abs/2504.06866
368
 
369
+ Original dataset by: Seunghyeok Back, Joosoon Lee, Kangmin Kim, Heeseon Rho, Geonhyup Lee, Raeyoung Kang, Sangbeom Lee, Sangjun Noh, Youngjin Lee, Taeyeop Lee, and Kyoobin Lee
370
 
371
  ## Dataset Card Contact
372
 
373
+ For questions about the full GraspClutter6D dataset: kyoobinlee@gist.ac.kr