varunburde commited on
Commit
d7e730e
·
verified ·
1 Parent(s): 86c6545

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -11
README.md CHANGED
@@ -25,23 +25,34 @@ Below is a collage showing sample RGB inputs from the constituent datasets:
25
 
26
  ## Component Datasets
27
 
28
- Detailed breakdown of the included subsets:
29
 
30
  ### 1. ClearPose
31
- A large-scale dataset centered on transparent objects, providing high-quality transparent object meshes and real/synthetic RGB-D images. It is a key benchmark for transparent object pose estimation.
32
- * **Source**: [ClearPose Project](https://progress.eecs.umich.edu/projects/clearpose/)
 
33
 
34
  ### 2. DIMO (Dataset of Industrial Metal Objects)
35
- Focuses on symmetric, textureless, and highly reflective industrial metal objects. It includes over 30,000 real-world images and over 500,000 synthetic images, specifically designed to challenge vision systems with difficult material properties.
36
- * **Source**: [DIMO Project](https://pderoovere.github.io/dimo/)
37
 
38
  ### 3. HouseCat6D
39
- A large-scale multi-modal category-level 6D object perception dataset featuring diverse household objects in realistic scenarios. It includes high-quality camera trajectories and dense grasp annotations, covering objects with varying photometric complexity, including some transparency and reflections.
40
- * **Source**: [HouseCat6D Project](https://sites.google.com/view/housecat6d)
41
 
42
  ### 4. TRansPose
43
- A large-scale multispectral dataset dedicated to transparent objects, facilitating research into how different spectral data can aid in the perception of transparent surfaces.
44
- * **Source**: [TRansPose Project](https://sites.google.com/view/transpose-dataset)
 
 
 
 
 
 
 
 
 
 
45
 
46
  ## Dataset Structure
47
 
@@ -59,8 +70,8 @@ Each sub-dataset follows the BOP directory structure:
59
  ```text
60
  dataset/
61
  ├── ClearPose/
62
- │ ├── models/ # Object models (.ply, .obj, .mtl, models_info.json)
63
- │ ├── nerfs/ # NeRF data (where applicable)
64
  │ ├── test/ # Test scenes
65
  │ │ ├── 001001/ # Scene ID
66
  │ │ │ ├── scene_camera.json # Camera parameters
 
25
 
26
  ## Component Datasets
27
 
28
+ This collection aggregates four datasets converted to the standard BOP format to facilitate comparative evaluation.
29
 
30
  ### 1. ClearPose
31
+ **Source**: [ClearPose Project](https://progress.eecs.umich.edu/projects/clearpose/)
32
+ ClearPose consists of **63 transparent or opaque household objects** captured in various lighting conditions and occlusions (e.g., glass utensils on a tabletop).
33
+ * **Note**: This dataset includes the downsampled version (every 100th image from each scene) to account for the small pose differences between consecutive frames in continuous motion and to decrease inference time.
34
 
35
  ### 2. DIMO (Dataset of Industrial Metal Objects)
36
+ **Source**: [DIMO Project](https://pderoovere.github.io/dimo/)
37
+ DIMO consists of **six reflective metallic parts** (colored, shiny, and matte finish) on a metallic surface. These objects exhibit a shiny appearance, designed to challenge rendering and pose estimation methods that must model view-dependent effects.
38
 
39
  ### 3. HouseCat6D
40
+ **Source**: [HouseCat6D Project](https://sites.google.com/view/housecat6d)
41
+ A large-scale multi-modal dataset consisting of **textured, shiny, metallic, and matte objects** of different categories in realistic scenarios. It serves as a comprehensive benchmark for diverse household objects.
42
 
43
  ### 4. TRansPose
44
+ **Source**: [TRansPose Project](https://sites.google.com/view/transpose-dataset)
45
+ TRansPose consists of **99 transparent objects** (glassy and plastic objects with different optical properties) cluttered on a tabletop.
46
+ * **Note**: Similar to ClearPose, this dataset is downsampled (every 10th image) from the original continuous motion capture. While the original setup included RGB, RGBD, and TIR images, this distribution relies on RGB images and bounding boxes, as the method requires only RGB and 2D detection.
47
+
48
+ ## Visualization
49
+ Randomly selected images from these datasets can be seen below:
50
+ * **(a) ClearPose**: Glass utensils on a tabletop.
51
+ * **(b) DIMO**: Shiny metallic parts.
52
+ * **(c) HouseCat6D**: Diverse textured/matte objects.
53
+ * **(d) TRansPose**: Cluttered glassy/plastic objects.
54
+
55
+ ![Dataset Collage](dataset_collage.png)
56
 
57
  ## Dataset Structure
58
 
 
70
  ```text
71
  dataset/
72
  ├── ClearPose/
73
+ │ ├── models/ # Object models (.ply, models_info.json)
74
+ │ ├── nerfs/ # NeRF data (Instant NGP format)
75
  │ ├── test/ # Test scenes
76
  │ │ ├── 001001/ # Scene ID
77
  │ │ │ ├── scene_camera.json # Camera parameters