Upload README.md with huggingface_hub
Browse files
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 |
-
|
| 29 |
|
| 30 |
### 1. ClearPose
|
| 31 |
-
|
| 32 |
-
|
|
|
|
| 33 |
|
| 34 |
### 2. DIMO (Dataset of Industrial Metal Objects)
|
| 35 |
-
|
| 36 |
-
|
| 37 |
|
| 38 |
### 3. HouseCat6D
|
| 39 |
-
|
| 40 |
-
|
| 41 |
|
| 42 |
### 4. TRansPose
|
| 43 |
-
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 63 |
-
│ ├── nerfs/ # NeRF data (
|
| 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 |
+

|
| 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
|