yxma commited on
Commit
2be6743
·
verified ·
1 Parent(s): d23919e

README: embed dataset figures + statistics gallery

Browse files
Files changed (1) hide show
  1. README.md +74 -2
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. Current tasks:
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.8s and 10.4s) with no tactile contact on either sensor; intentionally excluded.
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
+ ![Contact timeline](figures/contact_timeline_binary.png)
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
+ ![Comparison table](figures/dataset_figures/F7_comparison_table.png)
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
+ ![Episode length](figures/dataset_figures/F1_episode_length_histogram.png)
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
+ ![Contact event durations](figures/dataset_figures/F2_contact_event_duration_histogram.png)
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
+ ![Contact heatmap](figures/dataset_figures/F3_contact_heatmap.png)
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
+ ![Tactile montage](figures/dataset_figures/F4_tactile_pattern_montage.png)
98
+
99
+ 16 random contact frames sampled across the dataset — discrete pins, edges, smooth surfaces, multi-object contact.
100
+
101
+ ### Bimanual workspace
102
+
103
+ ![Pose trajectory](figures/dataset_figures/F5_pose_trajectory_3d.png)
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
+ ![Cross-modal correlation](figures/dataset_figures/F6_cross_modal_correlation.png)
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
+ ![Per-episode summary](figures/dataset_figures/F8_per_episode_summary.png)
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.