yxma commited on
Commit
f149e7e
·
verified ·
1 Parent(s): ab31b6a

Add SOURCES.md — per-subset intro, processing, stats, and 100-image samples

Browse files
Files changed (1) hide show
  1. SOURCES.md +439 -0
SOURCES.md ADDED
@@ -0,0 +1,439 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Source Datasets
2
+
3
+ This document describes the **8 public datasets** aggregated into
4
+ `yxma/gelsight-mini-pretrain`. For each source you'll find:
5
+
6
+ - a one-paragraph intro
7
+ - the paper / project page / canonical download
8
+ - the upstream license
9
+ - the upstream format and how we transformed it
10
+ - the resulting parquet stats
11
+ - a 100-image sample grid (10×10, central crop to square, ~144 px thumbs)
12
+
13
+ A high-level summary is at the bottom in [§ Aggregate statistics](#aggregate-statistics).
14
+
15
+ The full schema and load-time examples are in the main [README](README.md);
16
+ the conversion script is at [`scripts/make_parquet_v2.py`](scripts/make_parquet_v2.py).
17
+
18
+ ![overview](assets/combined_overview.png)
19
+
20
+ ---
21
+
22
+ ## 1 · FoTA — Foundation Tactile (`fota_labeled` + `fota_unlabeled`)
23
+
24
+ **Intro.** FoTA is a large multi-sensor tactile-foundation dataset released
25
+ with the *T3* tactile-foundation-model paper. Its `panda_warped` subset
26
+ records a Franka Panda robot grasping 13 household objects against a
27
+ GelSight Mini in both fingers, with end-effector poses logged at every
28
+ recorded "still" and dense video frames in between.
29
+
30
+ **Source release.**
31
+ - 📄 Paper · *Towards a Tactile Foundation Model* — Zhao et al., 2024.
32
+ [arXiv:2406.13640](https://arxiv.org/abs/2406.13640)
33
+ - 🤗 [`alanz-mit/FoundationTactile`](https://huggingface.co/datasets/alanz-mit/FoundationTactile)
34
+ - 🐙 [github.com/alanzjl/t3](https://github.com/alanzjl/t3)
35
+ - 📜 License: **MIT**
36
+
37
+ **Original format.** WebDataset (`.tar`) shards mixing per-sensor frames
38
+ with JSON metadata. The `panda_warped` subset of FoTA is the only piece
39
+ we use here; other sensors in T3 (DIGIT, GelSight Wedge, Soft Bubble…)
40
+ are excluded.
41
+
42
+ **How we processed it.**
43
+ 1. Unpacked WebDataset tars and kept only frames recorded with a
44
+ *GelSight Mini* sensor (other sensors discarded).
45
+ 2. Re-encoded each frame as JPEG quality 92.
46
+ 3. **Marker classification.** FoTA does not ship a markered/markerless
47
+ label, but visual inspection of the captures showed a mix of dotted
48
+ and smooth gels (the two gripper fingers used different gels for some
49
+ recordings). We averaged ~50 frames per capture and ran dark-blob
50
+ detection on the mean image; thresholding at ≥10 well-sized dots gave
51
+ the per-row `markered` boolean. Of 124 captures, **36 are markered
52
+ (all on the right finger), 88 are markerless**.
53
+ 4. Split into two HF subsets: `fota_labeled` (the recorded stills, with
54
+ x,y,z + quaternion poses) and `fota_unlabeled` (the dense video
55
+ frames between stills, with object name only).
56
+
57
+ **Stats after processing.**
58
+
59
+ | Subset | Frames | Resolution | Markered / Markerless | Splits |
60
+ |------------------|--------:|------------|----------------------:|------------------|
61
+ | `fota_labeled` | 29,494 | 640 × 480 | 10,025 / 19,469 | train 23,588 · val 5,906 |
62
+ | `fota_unlabeled` | 516,523 | 640 × 480 | 190,816 / 325,707 | train 413,193 · val 103,330 |
63
+
64
+ 13 distinct contact objects, 5 initial-pose indices, 15,148 unique
65
+ (object, pose, side) captures. End-effector range
66
+ `x ∈ [−25.7, 129.1] mm`, `y ∈ [−137.3, 137.3] mm`,
67
+ `z ∈ [−38.6, 38.6] mm`.
68
+
69
+ **100 random samples** (`fota_labeled`, mixed gel):
70
+
71
+ ![fota_labeled](assets/samples_100_fota_labeled.png)
72
+
73
+ **100 markered + 100 markerless** (`fota_labeled`):
74
+
75
+ | markered (right finger) | markerless (left finger) |
76
+ |:---:|:---:|
77
+ | ![fota markered](assets/samples_100_fota_labeled_markered.png) | ![fota markerless](assets/samples_100_fota_labeled_markerless.png) |
78
+
79
+ **100 random samples** (`fota_unlabeled`):
80
+
81
+ ![fota_unlabeled](assets/samples_100_fota_unlabeled.png)
82
+
83
+ ---
84
+
85
+ ## 2 · py3DCal — sphere-indentation calibration grid (`threedcal`)
86
+
87
+ **Intro.** A motorised sphere indenter is pressed into a markerless
88
+ GelSight Mini gel at a regular **(x, y) grid of 1,209 positions**, each
89
+ at a fixed 3 mm penetration depth, with ~30 repeated frames per
90
+ position. Intended as a calibration / photometric-stereo training set
91
+ for the Mini.
92
+
93
+ **Source release.**
94
+ - Kota, Shah, Colgate, Reardon (2025).
95
+ - 💾 [Zenodo 18462608](https://zenodo.org/records/18462608)
96
+ - 📜 License: **CC-BY-4.0**
97
+
98
+ **Original format.** Loose PNGs in pose-named folders (e.g.
99
+ `x_010_y_006_z_3/0001.png`). PNG resolution is the GelSight Mini
100
+ low-resolution 320 × 240 mode.
101
+
102
+ **How we processed it.**
103
+ 1. Decoded PNGs losslessly, re-encoded to JPEG quality 92 (large file-size
104
+ reduction with no perceptible difference for tactile imagery).
105
+ 2. Mapped the folder-encoded pose to `x_mm`, `y_mm`, `z_mm` (the z is the
106
+ constant 3 mm penetration).
107
+ 3. Tagged `markered=False` (gel is smooth).
108
+ 4. Single `train` split.
109
+
110
+ **Stats after processing.**
111
+
112
+ | Subset | Frames | Resolution | Markered | Probe coverage |
113
+ |-------------|-------:|------------|---------:|----------------|
114
+ | `threedcal` | 36,270 | 320 × 240 | 0 | 1,209 grid positions |
115
+
116
+ `x ∈ [0, 19] mm`, `y ∈ [0, 15] mm`, fixed `z = 3 mm`, ~30 frames per
117
+ position.
118
+
119
+ **100 random samples:**
120
+
121
+ ![threedcal](assets/samples_100_threedcal.png)
122
+
123
+ **Probe coverage heatmap:**
124
+
125
+ ![threedcal coverage](assets/threedcal_coverage.png)
126
+
127
+ ---
128
+
129
+ ## 3 · FEATS — Force Estimation for Tactile Sensors (`feats`)
130
+
131
+ **Intro.** A robotically-controlled indentation dataset designed for
132
+ *force* and *depth* regression from tactile RGB. Six indenter shapes
133
+ (sphere, cuboid, cylinder, cross, pyramid + held-out "unknown" probes)
134
+ are pressed into a markered (dotted) GelSight Mini gel with a 6-axis
135
+ F/T sensor logging f_x, f_y, f_z plus a 32×24 ground-truth depth grid
136
+ per image.
137
+
138
+ **Source release.**
139
+ - 📄 Author: Erik Helmut (2025).
140
+ - 🤗 [`erikhelmut/FEATS`](https://huggingface.co/datasets/erikhelmut/FEATS)
141
+ - 📜 License: **MIT**
142
+
143
+ **Original format.** `.npy` pickled dicts, one per frame, containing
144
+ `gs_img` (the RGB image), `f_x/y/z`, and `grid_z` (depth grid). Six
145
+ splits including out-of-distribution test sets.
146
+
147
+ **How we processed it.**
148
+ 1. Loaded each `.npy`, extracted `gs_img`, re-encoded as JPEG q=92.
149
+ 2. Recorded `f_x`, `f_y`, `f_z`, `grid_z_max`, `grid_z_mean` per row.
150
+ 3. Parsed filename stem (e.g. `113_cuboid_12`) into
151
+ `indenter="cuboid"`, `indenter_param="12"`.
152
+ 4. **Added a `gel_variant` column** to distinguish the two physical
153
+ sensor setups used in FEATS: `"black_dot"` (standard dotted Mini for
154
+ `train`/`val`/`test`/`test_unknown_indenters`/`test_diff_sensor_old_gel`)
155
+ vs `"different"` (a second Mini sensor with a differently-styled gel,
156
+ used only in `test_diff_sensor_new_gel`).
157
+ 5. **Removed empty frames.** The raw release includes ~5,300 frames where
158
+ the indenter was hovering off the gel (`|f_z| < 0.5 N`). These are
159
+ filtered out here; original 22,013 rows → kept 16,711.
160
+
161
+ **Stats after processing.**
162
+
163
+ | Split | Frames |
164
+ |--------------------------------|-------:|
165
+ | `train` | 11,415 |
166
+ | `test_unknown_indenters` | 2,581 |
167
+ | `test` | 1,342 |
168
+ | `val` | 693 |
169
+ | `test_diff_sensor_new_gel` | 341 |
170
+ | `test_diff_sensor_old_gel` | 339 |
171
+ | **Total** | **16,711** |
172
+
173
+ Normal-force range `f_z ∈ [−73.3, 0.0] N` (mean −9.30 N, std 10.66 N);
174
+ shear `f_x ∈ [−4.86, 4.86] N`, `f_y ∈ [−5.89, 5.87] N`.
175
+
176
+ **100 random samples:**
177
+
178
+ ![feats](assets/samples_100_feats.png)
179
+
180
+ **Force distribution and indenter mix:**
181
+
182
+ ![feats force](assets/force_distribution.png)
183
+
184
+ ---
185
+
186
+ ## 4 · GelSLAM — tactile SLAM tracking + reconstruction (`gelslam`)
187
+
188
+ **Intro.** A real-time tactile SLAM dataset from CMU's RPL. Markerless
189
+ GelSight Mini videos of an object being pressed into the gel and
190
+ *slid* across the sensor surface; the data is annotated with per-frame
191
+ 6DoF sensor pose, contact masks, and surface-gradient maps. Two splits:
192
+ **tracking** (140 short episodes, 20 objects) and **reconstruction**
193
+ (15 longer scans, 1–30 minutes each).
194
+
195
+ **Source release.**
196
+ - 📄 Paper · *GelSLAM: Real-time, High-Fidelity, Robust 3D Tactile SLAM* —
197
+ Huang et al., 2025. [arXiv:2508.15990](https://arxiv.org/abs/2508.15990)
198
+ - 🤗 [`joehjhuang/GelSLAM_dataset`](https://huggingface.co/datasets/joehjhuang/GelSLAM_dataset)
199
+ - 🐙 [github.com/rpl-cmu/gelslam](https://github.com/rpl-cmu/gelslam)
200
+ - 📜 License: **MIT**
201
+
202
+ **Original format.** Single `dataset.zip` (~73 GB). Each episode is a
203
+ folder containing `gelsight.avi` (the RGB tactile video, ~25 FPS),
204
+ `true_start_T_currs.npy` (per-frame 4×4 pose), `contact_masks.npy`,
205
+ `gradient_maps.npy`. Reconstruction objects similarly have
206
+ `gelsight.avi` + `config.yaml`.
207
+
208
+ **How we processed it.**
209
+ 1. Decoded all 155 `gelsight.avi` files frame-by-frame with OpenCV.
210
+ 2. **Validity filter** — per-episode baseline = median of the first 10
211
+ frames (typically the no-contact prologue); kept any frame whose
212
+ central-region deformation from baseline ≥ 4 grey levels. This drops
213
+ pre- and post-contact frames where the sensor wasn't yet pressed
214
+ against an object.
215
+ 3. **Perceptual-hash dedupe** within each episode (Hamming ≤ 4 on 8×8
216
+ DCT-low-frequency hash) to drop near-identical consecutive frames.
217
+ 4. Split-tagged `train` (the tracking dataset) vs `recon` (the
218
+ reconstruction dataset). Per-row `episode` and `frame_idx` columns
219
+ are populated.
220
+
221
+ Kept rate: **295,525 raw → 60,982** (20.6%). The pre/post-contact
222
+ motion in tracking episodes accounts for most of the drops.
223
+
224
+ **Stats after processing.**
225
+
226
+ | Split | Frames | Description |
227
+ |---------|-------:|-------------|
228
+ | `train` | 27,763 | 140 tracking episodes across 20 objects |
229
+ | `recon` | 33,219 | 15 long-form reconstruction scans |
230
+
231
+ **100 random samples:**
232
+
233
+ ![gelslam](assets/samples_100_gelslam.png)
234
+
235
+ ---
236
+
237
+ ## 5 · TactileTracking / NormalFlow — 6DoF pose tracking (`tactile_tracking`)
238
+
239
+ **Intro.** The benchmark dataset for the *NormalFlow* paper — markerless
240
+ GelSight Mini videos of 12 different objects pressed against the gel
241
+ across 84 short tracking trials, recorded simultaneously with a webcam
242
+ for ground-truth visualisation. Used to evaluate contact-based 6DoF
243
+ pose tracking.
244
+
245
+ **Source release.**
246
+ - 📄 Paper · *NormalFlow: Fast, Robust, and Accurate Contact-based Object
247
+ 6DoF Pose Tracking with Vision-based Tactile Sensors* —
248
+ Huang, Kaess, Yuan, IEEE RA-L 2024.
249
+ [DOI 10.1109/LRA.2024.3505815](https://doi.org/10.1109/LRA.2024.3505815)
250
+ - 🤗 [`joehjhuang/TactileTracking`](https://huggingface.co/datasets/joehjhuang/TactileTracking)
251
+ - 🐙 [github.com/rpl-cmu/normalflow](https://github.com/rpl-cmu/normalflow)
252
+ - 📜 License: **MIT**
253
+
254
+ **Original format.** Single `dataset.zip` (~7 GB) with 84 trial folders
255
+ (e.g. `corner3`, `hammer1`, …). Each contains `gelsight.avi`,
256
+ `webcam.avi`, `true_start_T_currs.npy`, `contact_masks.npy`,
257
+ `gradient_maps.npy`. We use only the GelSight video.
258
+
259
+ **How we processed it.**
260
+ 1. Parsed the trial folder name (e.g. `corner3` → object `corner`, trial
261
+ `3`) and decoded the GelSight video.
262
+ 2. Same validity filter (median-of-first-10 baseline, τ = 4) and
263
+ perceptual-hash dedupe as GelSLAM.
264
+ 3. The trials are short (~10 s each at ~25 FPS) and contain a lot of
265
+ slow contact motion, so the dedupe pass is *very* aggressive
266
+ (~50% of valid frames are near-duplicates of the previous one).
267
+
268
+ Kept rate: **7,386 raw → 1,143** (15.5%) — the smallest subset, but
269
+ visually distinct from the others (varied real-world contact objects).
270
+
271
+ **Stats after processing.**
272
+
273
+ | Subset | Frames | Resolution | Unique objects |
274
+ |-------------------|-------:|------------|---------------:|
275
+ | `tactile_tracking`| 1,143 | 320 × 240 | 12 |
276
+
277
+ **100 random samples:**
278
+
279
+ ![tactile_tracking](assets/samples_100_tactile_tracking.png)
280
+
281
+ ---
282
+
283
+ ## 6 · Real Tactile MNIST — 3D-printed digit touches (`real_tactile_mnist`)
284
+
285
+ **Intro.** A large benchmark for *active tactile perception*: 600 3D-
286
+ printed MNIST digits, each touched 256 times by a robot-arm-mounted
287
+ GelSight Mini, producing 153,600 unique touches. Each touch is a short
288
+ video clip; we keep one representative frame per touch.
289
+
290
+ **Source release.**
291
+ - 📄 Paper · *Tactile MNIST: A Benchmark for Active Tactile Perception* —
292
+ Schneider, de Farias, Calandra, Chen, Peters, 2025.
293
+ [arXiv:2506.06361](https://arxiv.org/abs/2506.06361)
294
+ - 🤗 [`TimSchneider42/tactile-mnist-touch-real-seq-t256-320x240`](https://huggingface.co/datasets/TimSchneider42/tactile-mnist-touch-real-seq-t256-320x240)
295
+ - 🐙 [github.com/TimSchneider42/tactile-mnist](https://github.com/TimSchneider42/tactile-mnist)
296
+ - 🌐 [Project page](https://sites.google.com/robot-learning.de/tactile-mnist/)
297
+ - 📜 License: **CC-BY-2.0** (code is MIT)
298
+
299
+ **Original format.** Parquet "rounds": one row = one digit object,
300
+ containing a list of 256 short video clips (`sensor_video[].bytes`,
301
+ MP4-encoded), plus per-touch position, gel-frame pose, and timestamps.
302
+
303
+ **How we processed it.**
304
+ 1. For each touch video clip, decoded with OpenCV and kept the **middle
305
+ frame** (near peak contact, where the imprint is most informative).
306
+ 2. No empty-frame filtering needed — every middle frame is by
307
+ construction at peak contact.
308
+ 3. No dedupe — each touch is a unique digit at a unique position.
309
+ 4. Per-row metadata: `digit_class` (0–9), `episode` (which of the 600
310
+ physical digit objects), `obj_name="digit_<N>"`.
311
+
312
+ Kept rate: **153,600 raw → 153,600** (100%).
313
+
314
+ **Stats after processing.**
315
+
316
+ | Split | Frames | Resolution |
317
+ |----------|--------:|------------|
318
+ | `train` | 128,000 | 320 × 240 |
319
+ | `test` | 25,600 | 320 × 240 |
320
+
321
+ **100 random samples:**
322
+
323
+ ![rtm](assets/samples_100_real_tactile_mnist.png)
324
+
325
+ **Digit-class balance:**
326
+
327
+ ![rtm digits](assets/rtm_digit_distribution.png)
328
+
329
+ ---
330
+
331
+ ## 7 · FeelAnyForce — force-controlled indentations (`feelanyforce`)
332
+
333
+ **Intro.** A robotic-indentation dataset originally collected to learn
334
+ contact-force estimation from tactile RGB. 42 distinct objects (geometric
335
+ primitives + lemons / fruit / household items) pressed into a GelSight
336
+ Mini gel under controlled force trajectories.
337
+
338
+ **Source release.**
339
+ - 📄 Sharei et al., 2024 (paper title: *FeelAnyForce*).
340
+ - 🤗 [`amirsh1376/FeelAnyForce`](https://huggingface.co/datasets/amirsh1376/FeelAnyForce)
341
+ - 📜 License: **CC-BY-4.0**
342
+
343
+ **Note on gel variant.** Some references describe FeelAnyForce as a
344
+ "markered Mini" dataset, but visual inspection of the released tactile
345
+ images confirms the gel surface is **smooth (markerless)** — there is no
346
+ visible dot grid in any sample. We label it `markered=False` to reflect
347
+ what is actually in the data.
348
+
349
+ **Original format.** Multi-part zip archive (`dataset.zip` + `.z01` +
350
+ `.z02` + `.z03` + `dataset_part_a/b/c`, reassembled to ~82 GB extracted).
351
+ Each of 42 objects has subfolders `tactile/`, `tactile_nobg/` (background
352
+ subtracted), `depth/`. We use only `tactile/` (raw RGB). Plus three CSVs
353
+ (`TacForce_train/val/test_set.csv`) with per-frame force labels — *not
354
+ joined in here*; see upstream for force regression work.
355
+
356
+ **How we processed it.**
357
+ 1. Iterated all `tactile/*.png` files (320 × 240 PNG).
358
+ 2. Re-encoded each as JPEG q=92.
359
+ 3. **Validity filter disabled** — the data is already curated, every
360
+ frame is a real indentation moment, and the per-capture-median
361
+ baseline approach would yield false positives for "empty" since the
362
+ median itself sits in a contact frame.
363
+ 4. **Perceptual-hash dedupe active** — slow indentation press-and-hold
364
+ means many adjacent frames are visually near-identical; dedupe
365
+ drops ~50%.
366
+
367
+ Kept rate: **101,883 raw → 50,997** (50.1%). Drops are all dedupe; zero
368
+ empty drops.
369
+
370
+ **Stats after processing.**
371
+
372
+ | Subset | Frames | Resolution | Markered | Unique objects |
373
+ |----------------|--------:|------------|---------:|---------------:|
374
+ | `feelanyforce` | 50,997 | 320 × 240 | 0 | 42 |
375
+
376
+ **100 random samples:**
377
+
378
+ ![feelanyforce](assets/samples_100_feelanyforce.png)
379
+
380
+ ---
381
+
382
+ ## Aggregate statistics
383
+
384
+ ![composition](assets/composition.png)
385
+
386
+ | Subset | Frames | Bytes (GB) | Resolution | Markered | Markerless |
387
+ |-----------------------|--------:|-----------:|------------|---------:|-----------:|
388
+ | `fota_labeled` | 29,494 | 0.50 | 640 × 480 | 10,025 | 19,469 |
389
+ | `fota_unlabeled` | 516,523 | 21.09 | 640 × 480 | 190,816 | 325,707 |
390
+ | `threedcal` | 36,270 | 0.29 | 320 × 240 | 0 | 36,270 |
391
+ | `feats` | 16,711 | 0.27 | 320 × 240 | 16,711 | 0 |
392
+ | `gelslam` | 60,982 | 0.58 | 320 × 240 | 0 | 60,982 |
393
+ | `tactile_tracking` | 1,143 | 0.01 | 320 × 240 | 0 | 1,143 |
394
+ | `real_tactile_mnist` | 153,600 | 0.48 | 320 × 240 | 0 | 153,600 |
395
+ | `feelanyforce` | 50,997 | 0.47 | 320 × 240 | 0 | 50,997 |
396
+ | **Total** | **865,720** | **~23.7** | mixed | **217,552** | **648,168** |
397
+
398
+ **Resolution distribution:**
399
+
400
+ ![resolution](assets/resolution_distribution.png)
401
+
402
+ **Gel-variant pool sizes after aggregation:**
403
+
404
+ - **Markerless pool** (`fota_labeled[markerless]` + `fota_unlabeled[markerless]` +
405
+ `threedcal` + `gelslam` + `tactile_tracking` + `real_tactile_mnist` +
406
+ `feelanyforce`): **648,168 frames**
407
+ - **Markered pool** (`feats` + `fota_labeled[markered]` +
408
+ `fota_unlabeled[markered]`): **217,552 frames**
409
+
410
+ Filter examples:
411
+
412
+ ```python
413
+ from datasets import load_dataset, concatenate_datasets
414
+
415
+ # Big markerless pool for VAE / MAE / contrastive pretraining
416
+ sources = ["fota_unlabeled", "threedcal", "gelslam", "tactile_tracking",
417
+ "real_tactile_mnist", "feelanyforce"]
418
+ markerless = concatenate_datasets([
419
+ load_dataset("yxma/gelsight-mini-pretrain", s, split="train"
420
+ ).filter(lambda r: not r["markered"])
421
+ for s in sources
422
+ ])
423
+
424
+ # Markered pool
425
+ markered = concatenate_datasets([
426
+ load_dataset("yxma/gelsight-mini-pretrain", "feats", split="train"),
427
+ load_dataset("yxma/gelsight-mini-pretrain", "fota_labeled", split="train"
428
+ ).filter(lambda r: r["markered"]),
429
+ ])
430
+ ```
431
+
432
+ ---
433
+
434
+ ## Citation chain
435
+
436
+ If you use this aggregated release, please cite the **upstream sources**
437
+ for the subsets you use. See the per-subset sections above for paper /
438
+ DOI references; the [main README](README.md) consolidates the BibTeX-
439
+ ready citation list.