README: embed dataset figures + statistics gallery
Browse files
README.md
CHANGED
|
@@ -28,6 +28,25 @@ configs:
|
|
| 28 |
|
| 29 |
Multimodal manipulation recordings from a bimanual setup with vision-based tactile sensors and motion capture.
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Recording setup
|
| 32 |
|
| 33 |
| Stream | Hardware | Native shape | Rate |
|
|
@@ -41,7 +60,7 @@ All streams share a common monotonic timestamp axis recorded under `timestamps`.
|
|
| 41 |
|
| 42 |
## Tasks
|
| 43 |
|
| 44 |
-
The dataset is organized **task-first** so new tasks can be added without renaming or recompute.
|
| 45 |
|
| 46 |
| Task | Description | Dates | Episodes |
|
| 47 |
|---|---|---|---|
|
|
@@ -49,6 +68,54 @@ The dataset is organized **task-first** so new tasks can be added without renami
|
|
| 49 |
|
| 50 |
`tasks.json` at the repo root is the source of truth for the task registry.
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
## Repository layout
|
| 53 |
|
| 54 |
```
|
|
@@ -60,6 +127,11 @@ processed/
|
|
| 60 |
├─ episode_000.pt
|
| 61 |
├─ episode_000.contact.json
|
| 62 |
└─ ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
```
|
| 64 |
|
| 65 |
The `processed/mode1_v1/` view is a **task-specific slice** of the underlying raw recordings, not the full sensor suite. It was produced by `twm/preprocess.py` + `twm/contact_index.py` from a private raw HDF5 mirror.
|
|
@@ -138,7 +210,7 @@ print(meta["drift_left"], meta["drift_right"], meta["drift_warning"])
|
|
| 138 |
## Known caveats
|
| 139 |
|
| 140 |
- **Missing / dropped episodes** on `motherboard/2026-05-11`:
|
| 141 |
-
- `episode_000` and `episode_002` — short test recordings (8.
|
| 142 |
- `episode_001` — lost at recording time (HDF5 superblock never finalized when the writer was killed mid-write); intentionally absent.
|
| 143 |
- The remaining episode IDs are non-contiguous as a result. Don't infer ordering from filename gaps.
|
| 144 |
- **Lossy resize**: the 128×128 `view` and tactile fields are downsampled from native 480×640. Native resolution is **not** preserved in this release.
|
|
|
|
| 28 |
|
| 29 |
Multimodal manipulation recordings from a bimanual setup with vision-based tactile sensors and motion capture.
|
| 30 |
|
| 31 |
+

|
| 32 |
+
|
| 33 |
+
> **30 episodes · 138.4 min total · 87.9 min (66%) of confirmed bimanual tactile contact · 3× RGB-D cameras + 2× GelSight + 3-body OptiTrack.**
|
| 34 |
+
|
| 35 |
+
## At a glance
|
| 36 |
+
|
| 37 |
+
| | |
|
| 38 |
+
|---|---|
|
| 39 |
+
| Tasks | `motherboard` (more coming) |
|
| 40 |
+
| Episodes | 30 |
|
| 41 |
+
| Total duration | **138.4 min** (median 4 min/episode, longest 19 min) |
|
| 42 |
+
| Tactile contact | **87.9 min / 66% of frames** (4,136 contact events, median 0.73 s each) |
|
| 43 |
+
| Cameras | 3× Intel RealSense D415 (color + depth, 480×640, 30 FPS) |
|
| 44 |
+
| Tactile | 2× GelSight Mini (left / right, 480×640, ~25 FPS) |
|
| 45 |
+
| Motion capture | OptiTrack VRPN, 3 rigid bodies, ~120 Hz |
|
| 46 |
+
| License | CC-BY-4.0 |
|
| 47 |
+
|
| 48 |
+

|
| 49 |
+
|
| 50 |
## Recording setup
|
| 51 |
|
| 52 |
| Stream | Hardware | Native shape | Rate |
|
|
|
|
| 60 |
|
| 61 |
## Tasks
|
| 62 |
|
| 63 |
+
The dataset is organized **task-first** so new tasks can be added without renaming or recompute.
|
| 64 |
|
| 65 |
| Task | Description | Dates | Episodes |
|
| 66 |
|---|---|---|---|
|
|
|
|
| 68 |
|
| 69 |
`tasks.json` at the repo root is the source of truth for the task registry.
|
| 70 |
|
| 71 |
+
## Episode previews
|
| 72 |
+
|
| 73 |
+
Each `figures/episode_previews/motherboard/<date>/episode_NNN.gif` shows the first 2 minutes of that episode at 15× speed (≈8 s loop, 3-panel layout: overhead camera | tactile left | tactile right). Browse them in the [`figures/episode_previews`](figures/episode_previews) folder of this repo.
|
| 74 |
+
|
| 75 |
+
## Statistics & analysis
|
| 76 |
+
|
| 77 |
+
### Episode length
|
| 78 |
+
|
| 79 |
+

|
| 80 |
+
|
| 81 |
+
Most episodes run 1–10 min; the median is **4 min** — roughly 8× longer than BridgeData V2's typical 30 s demo. The longest episode is 19 min.
|
| 82 |
+
|
| 83 |
+
### Contact event durations
|
| 84 |
+
|
| 85 |
+

|
| 86 |
+
|
| 87 |
+
4,136 contact events total. The typical contact event lasts ≈ **0.7 s** (median), with a long tail out to 33 s — useful for grasp/contact-classification downstream tasks.
|
| 88 |
+
|
| 89 |
+
### Where on the gel does contact land?
|
| 90 |
+
|
| 91 |
+

|
| 92 |
+
|
| 93 |
+
Both sensors show contact concentrated in the central ~50% of the gel surface, dropping off toward the edges. The left gel has discrete bright spots from repeated contacts with specific features.
|
| 94 |
+
|
| 95 |
+
### Tactile signal is real and varied (not flat noise)
|
| 96 |
+
|
| 97 |
+

|
| 98 |
+
|
| 99 |
+
16 random contact frames sampled across the dataset — discrete pins, edges, smooth surfaces, multi-object contact.
|
| 100 |
+
|
| 101 |
+
### Bimanual workspace
|
| 102 |
+
|
| 103 |
+

|
| 104 |
+
|
| 105 |
+
Multi-view projection of the longest episode (2026-05-11 / ep_017, 19 min). Left (blue) and right (orange) sensors operate over a ~30 × 40 × 30 cm workspace.
|
| 106 |
+
|
| 107 |
+
### Tactile is independent of motion
|
| 108 |
+
|
| 109 |
+

|
| 110 |
+
|
| 111 |
+
Sensor velocity vs tactile intensity is **essentially uncorrelated** (r ≈ +0.04 / −0.05). Tactile carries information that is **not** explained by pose+velocity — a direct argument for the value of including tactile in policy / world-model training.
|
| 112 |
+
|
| 113 |
+
### Per-episode summary
|
| 114 |
+
|
| 115 |
+

|
| 116 |
+
|
| 117 |
+
Detailed table also exported as CSV: [`figures/dataset_figures/F8_per_episode_summary.csv`](figures/dataset_figures/F8_per_episode_summary.csv).
|
| 118 |
+
|
| 119 |
## Repository layout
|
| 120 |
|
| 121 |
```
|
|
|
|
| 127 |
├─ episode_000.pt
|
| 128 |
├─ episode_000.contact.json
|
| 129 |
└─ ...
|
| 130 |
+
figures/
|
| 131 |
+
├─ contact_timeline_binary.png # contact vs no-contact, per episode
|
| 132 |
+
├─ contact_timeline_lr.png # left-only / right-only / both / neither
|
| 133 |
+
├─ episode_previews/<task>/<date>/episode_*.gif # per-episode GIF previews
|
| 134 |
+
└─ dataset_figures/ # F1–F8 statistics and analysis figures
|
| 135 |
```
|
| 136 |
|
| 137 |
The `processed/mode1_v1/` view is a **task-specific slice** of the underlying raw recordings, not the full sensor suite. It was produced by `twm/preprocess.py` + `twm/contact_index.py` from a private raw HDF5 mirror.
|
|
|
|
| 210 |
## Known caveats
|
| 211 |
|
| 212 |
- **Missing / dropped episodes** on `motherboard/2026-05-11`:
|
| 213 |
+
- `episode_000` and `episode_002` — short test recordings (8.8 s and 10.4 s) with no tactile contact on either sensor; intentionally excluded.
|
| 214 |
- `episode_001` — lost at recording time (HDF5 superblock never finalized when the writer was killed mid-write); intentionally absent.
|
| 215 |
- The remaining episode IDs are non-contiguous as a result. Don't infer ordering from filename gaps.
|
| 216 |
- **Lossy resize**: the 128×128 `view` and tactile fields are downsampled from native 480×640. Native resolution is **not** preserved in this release.
|