Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ pretty_name: FusionX Multimodal Sample Data V2
|
|
| 12 |
|
| 13 |
# FusionX Multimodal Sample Dataset
|
| 14 |
|
| 15 |
-
This repository contains multimodal dataset capturing synchronized vision and tactile glove data across distinct tasks.
|
| 16 |
|
| 17 |
## Dataset Overview
|
| 18 |
|
|
@@ -22,6 +22,14 @@ This repository contains multimodal dataset capturing synchronized vision and ta
|
|
| 22 |
* **Tactile Data:** Per-frame aligned glove sensor data stored in high-performance `.parquet` format.
|
| 23 |
* **Calibration:** Intrinsic and extrinsic parameters provided in `.json`.
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
## Repository Structure
|
|
|
|
| 12 |
|
| 13 |
# FusionX Multimodal Sample Dataset
|
| 14 |
|
| 15 |
+
This repository contains a multimodal dataset capturing synchronized vision and tactile glove data across distinct tasks.
|
| 16 |
|
| 17 |
## Dataset Overview
|
| 18 |
|
|
|
|
| 22 |
* **Tactile Data:** Per-frame aligned glove sensor data stored in high-performance `.parquet` format.
|
| 23 |
* **Calibration:** Intrinsic and extrinsic parameters provided in `.json`.
|
| 24 |
|
| 25 |
+
### Coordinate Systems & Alignment
|
| 26 |
+
To facilitate ease of use for 3D reconstruction and multimodal learning, the data alignment is defined as follows:
|
| 27 |
+
|
| 28 |
+
* **RGB & Depth:** The Depth stream is **software-aligned** to the RGB camera coordinate frame. A pixel at (u, v) in the depth map corresponds directly to the pixel (u, v) in the RGB frame.
|
| 29 |
+
* **Monochrome Stereo:** The Left and Right monochrome cameras operate in their **own independent coordinate frames**.
|
| 30 |
+
* **Resolution Note:** While RGB/Depth are 720p, the Monochrome streams are captured at 640x400 resolution.
|
| 31 |
+
|
| 32 |
+
|
| 33 |
---
|
| 34 |
|
| 35 |
## Repository Structure
|