yxma commited on
Commit
b3c0b98
·
verified ·
1 Parent(s): d00a8d0

README: pushT 09-12 (55 seg / 59.5 min); real download sizes; name old_data/

Browse files
Files changed (1) hide show
  1. README.md +54 -17
README.md CHANGED
@@ -44,7 +44,7 @@ configs:
44
 
45
  Dense, contact-rich, synchronized multimodal interaction data collected from **human hands holding handheld GelSight tactile sensors** (no robot arm). Intended for **tactile-visual dynamics / world-model learning**.
46
 
47
- > **173 min · 312 k frames @ 30 Hz · 3× RGB + 2× GelSight + 2× wrist + OptiTrack · 3 tasks**
48
 
49
  ![dataset statistics](assets/stats_wrist_era.png)
50
 
@@ -61,15 +61,28 @@ training on `data/<task>/`.
61
  | Task | Source recordings | Published segments | Duration | Median contact force |
62
  |---|---|---|---|---|
63
  | **motherboard** | 12 | 25 | 93.9 min | 2.94 N |
64
- | **pushT** | 10 | 31 | 32.5 min | 4.29 N |
65
  | **rope** | 10 | 27 | 47.1 min | 1.38 N |
66
- | *(total)* | *32* | *83* | *173.5 min* | |
67
 
68
- `data/validation/` holds a separate 5-segment / 7.1 min set from an
 
 
 
 
 
69
  earlier session (2026-09-09) that carries **different wrist cameras and a
70
  different calibration epoch**. It is not a random held-out split — training on
71
  `data/<task>` and evaluating there measures domain shift. See its own README.
72
 
 
 
 
 
 
 
 
 
73
  ![earlier session](assets/stats_arducam_session.png)
74
 
75
  ## Known limits
@@ -81,15 +94,16 @@ Read these before using the force channel or the tactile stream.
81
  anything above the fitted range is clipped to 7.87 N. Affected fraction of
82
  **contact** frames:
83
  - `motherboard` — 8.3 %
84
- - `pushT` — 8.4 %
85
  - `rope` — 0.6 %
 
86
 
87
  Treat those frames as **right-censored**, not as measurements. The force labels
88
  also carry roughly **1 N of held-out error**, so do not compare models at 0.1 N
89
  resolution.
90
 
91
  **Tactile frames repeat.** The GelSight Mini tops out near 17.8 Hz while rows
92
- are written at 29.8 Hz, so only about **5658 %** of rows are a fresh sensor
93
  reading. `tactile_{left,right}_is_new` marks which. Train tactile dynamics on
94
  the flagged rows, not on all of them.
95
 
@@ -98,7 +112,7 @@ streams actually run at 29.80 Hz.
98
 
99
  ## Format — LeRobot-style video release
100
 
101
- Each episode ships as **7 MP4 video streams** (640×480, H.264) + a **per-frame parquet** of poses and contact metrics. This matches how LeRobot / DROID / Open X-Embodiment ship manipulation data: tiny on disk (data/ 21 GB vs ~1.9 TB raw), random-access decodable, training-ready.
102
 
103
  ```
104
  data/<task>/
@@ -150,9 +164,14 @@ data/<task>/depth/<date>/episode_NNN/depth_{left,middle,right}.mkv
150
  | Task | Dates | Source recordings | Published segments | Duration | Calibration epoch |
151
  |---|---|---|---|---|---|
152
  | **motherboard** | 2026-09-11, 2026-09-12 | 12 | 25 | 93.9 min | 2026-09-09 |
153
- | **pushT** | 2026-09-10, 2026-09-11 | 10 | 31 | 32.5 min | 2026-09-09 |
154
  | **rope** | 2026-09-11 | 10 | 27 | 47.1 min | 2026-09-09 |
155
- | **validation** | 2026-09-09 | 5 | 9 | 25.2 min | 2026-09-09 |
 
 
 
 
 
156
 
157
  All currently published sessions share the **2026-09-09** extrinsics. Camera
158
  extrinsics are used only for the projection overlay; **stored poses are
@@ -165,25 +184,43 @@ using it.
165
 
166
  See [`tasks.json`](tasks.json) for the machine-readable registry.
167
 
168
- ## Downloading — depth is optional
169
 
170
- The dataset splits into a **lightweight core** (RGB + tactile + wrist + poses, ~21 GB) and an **optional depth tree** (`data/validation/depth/`, ~6 GB lossless; only the 2026-09-09 session has depth). Depth lives in its own subtree so you can skip it entirely.
 
 
 
 
 
 
 
 
 
 
171
 
172
  ```python
173
  from huggingface_hub import snapshot_download
174
 
175
- # Core only — RGB + tactile + wrist + parquet, NO depth (~21 GB)
 
 
 
 
176
  snapshot_download("yxma/React", repo_type="dataset",
 
177
  ignore_patterns=["*/depth/*"])
178
 
179
- # Everything including depth (~27 GB)
180
  snapshot_download("yxma/React", repo_type="dataset")
181
-
182
- # One task only
183
- snapshot_download("yxma/React", repo_type="dataset",
184
- allow_patterns=["data/motherboard/*"], ignore_patterns=["*/depth/*"])
185
  ```
186
 
 
 
 
 
 
 
 
187
  Or use the helper: `python examples/download.py --no-depth` (see [`examples/download.py`](examples/download.py)).
188
 
189
  The `ReactVideoDataset` loader **never touches depth unless you pass `load_depth=True`**, so depth-free training requires no depth download.
 
44
 
45
  Dense, contact-rich, synchronized multimodal interaction data collected from **human hands holding handheld GelSight tactile sensors** (no robot arm). Intended for **tactile-visual dynamics / world-model learning**.
46
 
47
+ > **200 min · 361 k frames @ 30 Hz · 3× RGB + 2× GelSight + 2× wrist + OptiTrack · 3 tasks**
48
 
49
  ![dataset statistics](assets/stats_wrist_era.png)
50
 
 
61
  | Task | Source recordings | Published segments | Duration | Median contact force |
62
  |---|---|---|---|---|
63
  | **motherboard** | 12 | 25 | 93.9 min | 2.94 N |
64
+ | **pushT** | 20 | 55 | 59.5 min | 2.94 N |
65
  | **rope** | 10 | 27 | 47.1 min | 1.38 N |
66
+ | *(total)* | *42* | *107* | *200.5 min* | |
67
 
68
+ Two of those medians are the same number because they are the *same output
69
+ value*: the force calibration ends in an isotonic regression, so it emits a
70
+ few thousand discrete levels and 2.94 N is a heavily populated one. See
71
+ [Known limits](#known-limits).
72
+
73
+ `data/validation/` holds a separate 9-segment / 25.2 min set from an
74
  earlier session (2026-09-09) that carries **different wrist cameras and a
75
  different calibration epoch**. It is not a random held-out split — training on
76
  `data/<task>` and evaluating there measures domain shift. See its own README.
77
 
78
+ **`old_data/` is a separate tree at the repo root**, not part of `data/`. It
79
+ holds the pre-2026-09 sessions (motherboard 2026-05, pushT 2026-06), which
80
+ have no wrist camera, use an earlier calibration epoch, and — unlike
81
+ everything under `data/` — are **not cut to their clean spans**, so a reader
82
+ who ignores the `bad_frames.json` beside them will train on flagged frames.
83
+ It is 36.5 GB, most of it depth; see [`old_data/README.md`](old_data/README.md)
84
+ and the download table below before cloning the repo whole.
85
+
86
  ![earlier session](assets/stats_arducam_session.png)
87
 
88
  ## Known limits
 
94
  anything above the fitted range is clipped to 7.87 N. Affected fraction of
95
  **contact** frames:
96
  - `motherboard` — 8.3 %
97
+ - `pushT` — 6.8 %
98
  - `rope` — 0.6 %
99
+ - `validation` — 2.6 %
100
 
101
  Treat those frames as **right-censored**, not as measurements. The force labels
102
  also carry roughly **1 N of held-out error**, so do not compare models at 0.1 N
103
  resolution.
104
 
105
  **Tactile frames repeat.** The GelSight Mini tops out near 17.8 Hz while rows
106
+ are written at 29.8 Hz, so only about **5457 %** of rows are a fresh sensor
107
  reading. `tactile_{left,right}_is_new` marks which. Train tactile dynamics on
108
  the flagged rows, not on all of them.
109
 
 
112
 
113
  ## Format — LeRobot-style video release
114
 
115
+ Each episode ships as **7 MP4 video streams** (640×480, H.264) + a **per-frame parquet** of poses and contact metrics. This matches how LeRobot / DROID / Open X-Embodiment ship manipulation data: tiny on disk (`data/` is 16.8 GB without depth, against ~1.9 TB of raw recordings), random-access decodable, training-ready.
116
 
117
  ```
118
  data/<task>/
 
164
  | Task | Dates | Source recordings | Published segments | Duration | Calibration epoch |
165
  |---|---|---|---|---|---|
166
  | **motherboard** | 2026-09-11, 2026-09-12 | 12 | 25 | 93.9 min | 2026-09-09 |
167
+ | **pushT** | 2026-09-10, 2026-09-11, 2026-09-12 | 20 | 55 | 59.5 min | 2026-09-09 |
168
  | **rope** | 2026-09-11 | 10 | 27 | 47.1 min | 2026-09-09 |
169
+ | **validation** | 2026-09-09 | 6 | 9 | 25.2 min | 2026-09-09 |
170
+
171
+ † `validation` holds two sessions of the same date and the recorder reuses
172
+ episode numbers within a date, so its `source_recording` strings collide —
173
+ four distinct names for six recordings. The count above comes from its own
174
+ README, not from the metadata, which cannot express it.
175
 
176
  All currently published sessions share the **2026-09-09** extrinsics. Camera
177
  extrinsics are used only for the projection overlay; **stored poses are
 
184
 
185
  See [`tasks.json`](tasks.json) for the machine-readable registry.
186
 
187
+ ## Downloading — the whole repo is 57.5 GB; you almost certainly want less
188
 
189
+ Two things make the full clone much larger than the training data: depth
190
+ (**36.1 GB**, lossless 16-bit) and `old_data/` (**36.5 GB**, of which 31.9 GB
191
+ is depth). Both are opt-in subtrees, and skipping them is one argument.
192
+
193
+ | What you ask for | Size |
194
+ |---|---|
195
+ | `data/` only, no depth — **the training data** | **16.8 GB** |
196
+ | `data/` only, with depth | 21.0 GB |
197
+ | everything except depth | 21.4 GB |
198
+ | `old_data/` only, no depth | 4.6 GB |
199
+ | everything | 57.5 GB |
200
 
201
  ```python
202
  from huggingface_hub import snapshot_download
203
 
204
+ # The training data — RGB + tactile + wrist + parquet, no depth (16.8 GB)
205
+ snapshot_download("yxma/React", repo_type="dataset",
206
+ allow_patterns=["data/*"], ignore_patterns=["*/depth/*"])
207
+
208
+ # One task (motherboard is the largest, at 9.5 GB)
209
  snapshot_download("yxma/React", repo_type="dataset",
210
+ allow_patterns=["data/motherboard/*"],
211
  ignore_patterns=["*/depth/*"])
212
 
213
+ # Everything, including old_data/ and 36 GB of depth (57.5 GB)
214
  snapshot_download("yxma/React", repo_type="dataset")
 
 
 
 
215
  ```
216
 
217
+ Per task, without depth: motherboard 9.5 GB, pushT 3.1 GB, rope 2.7 GB,
218
+ validation 1.4 GB.
219
+
220
+ **Depth** is 16-bit lossless FFV1 and exists for two sessions only:
221
+ `data/validation/depth/` (4.2 GB) and `old_data/*/depth/` (31.9 GB). No
222
+ 2026-09-10 or later session has depth.
223
+
224
  Or use the helper: `python examples/download.py --no-depth` (see [`examples/download.py`](examples/download.py)).
225
 
226
  The `ReactVideoDataset` loader **never touches depth unless you pass `load_depth=True`**, so depth-free training requires no depth download.