yxma commited on
Commit
c903743
·
verified ·
1 Parent(s): 84e6423

Regen previews at 256-color palette; 3-cam dataloader gif; add docs/curation_pipeline.md

Browse files
Files changed (30) hide show
  1. docs/curation_pipeline.md +365 -0
  2. figures/dataloader_examples/sample_grid.png +2 -2
  3. figures/dataloader_examples/sample_window.gif +2 -2
  4. figures/episode_previews/motherboard/2026-05-10/episode_000.gif +2 -2
  5. figures/episode_previews/motherboard/2026-05-10/episode_001.gif +2 -2
  6. figures/episode_previews/motherboard/2026-05-10/episode_002.gif +2 -2
  7. figures/episode_previews/motherboard/2026-05-10/episode_003.gif +2 -2
  8. figures/episode_previews/motherboard/2026-05-10/episode_004.gif +2 -2
  9. figures/episode_previews/motherboard/2026-05-10/episode_005.gif +2 -2
  10. figures/episode_previews/motherboard/2026-05-10/episode_006.gif +2 -2
  11. figures/episode_previews/motherboard/2026-05-10/episode_007.gif +2 -2
  12. figures/episode_previews/motherboard/2026-05-10/episode_008.gif +2 -2
  13. figures/episode_previews/motherboard/2026-05-10/episode_009.gif +2 -2
  14. figures/episode_previews/motherboard/2026-05-10/episode_010.gif +2 -2
  15. figures/episode_previews/motherboard/2026-05-10/episode_011.gif +2 -2
  16. figures/episode_previews/motherboard/2026-05-11/episode_003.gif +2 -2
  17. figures/episode_previews/motherboard/2026-05-11/episode_004.gif +2 -2
  18. figures/episode_previews/motherboard/2026-05-11/episode_005.gif +2 -2
  19. figures/episode_previews/motherboard/2026-05-11/episode_006.gif +2 -2
  20. figures/episode_previews/motherboard/2026-05-11/episode_007.gif +2 -2
  21. figures/episode_previews/motherboard/2026-05-11/episode_008.gif +2 -2
  22. figures/episode_previews/motherboard/2026-05-11/episode_009.gif +2 -2
  23. figures/episode_previews/motherboard/2026-05-11/episode_010.gif +2 -2
  24. figures/episode_previews/motherboard/2026-05-11/episode_011.gif +2 -2
  25. figures/episode_previews/motherboard/2026-05-11/episode_012.gif +2 -2
  26. figures/episode_previews/motherboard/2026-05-11/episode_013.gif +2 -2
  27. figures/episode_previews/motherboard/2026-05-11/episode_014.gif +2 -2
  28. figures/episode_previews/motherboard/2026-05-11/episode_015.gif +2 -2
  29. figures/episode_previews/motherboard/2026-05-11/episode_016.gif +2 -2
  30. figures/episode_previews/motherboard/2026-05-11/episode_017.gif +2 -2
docs/curation_pipeline.md ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # React data curation pipeline
2
+
3
+ The procedure below is what runs between a fresh recording session and a HF
4
+ push. Follow it in order; each stage produces a checkable artifact, so a bad
5
+ stage doesn't silently propagate downstream.
6
+
7
+ Source files referenced. The first four live in the recording-machine
8
+ `MultimodalData/twm/` checkout. The last three are the curation scripts
9
+ produced for this dataset; they currently live in `/tmp/` (development
10
+ scratchpad) and should be moved into `MultimodalData/twm/twm/scripts/` so
11
+ they're versioned alongside the rest of the codebase.
12
+
13
+ | Script | Current location | Future home |
14
+ |---|---|---|
15
+ | `data_collection.py` | `MultimodalData/twm/` | (already in repo) |
16
+ | `compress_h5.py` | `MultimodalData/twm/` | (already in repo) |
17
+ | `visualize.py` | `MultimodalData/twm/` | (already in repo; projection overlay on by default, `--no_projection` to disable) |
18
+ | `twm.contact_index` | `MultimodalData/twm/twm/` | (already in repo) |
19
+ | `make_episode_gifs_v3.py` | `/tmp/` | `MultimodalData/twm/twm/scripts/` |
20
+ | `freeze_cut_report.py` | `/tmp/` | `MultimodalData/twm/twm/scripts/` |
21
+ | `inspect_short_freezes.py` | `/tmp/` | `MultimodalData/twm/twm/scripts/` |
22
+
23
+ The pipeline assumes the standard layout:
24
+
25
+ ```
26
+ /media/yxma/Disk1/twm/
27
+ ├── data/<task>/<date>/episode_*.h5 # raw H5 (BLOSC)
28
+ ├── processed/<mode>/<task>/<date>/episode_*.pt # contact-indexed .pt
29
+ └── figures/
30
+ ├── dataset_figures/ # summary plots + JSONs
31
+ └── episode_previews/<task>/<date>/ # one GIF per episode
32
+ ```
33
+
34
+ `<date>` is `YYYY-MM-DD`; `<task>` is e.g. `motherboard`.
35
+
36
+ ---
37
+
38
+ ## Stage 0 — Recording
39
+
40
+ Use `data_collection.py`. Confirm before you stop the run:
41
+ - All three RealSense cams are streaming (preview window shows three rows).
42
+ - Both GelSight feeds are alive.
43
+ - All three OptiTrack rigid bodies (left, right, work-piece) are tracked
44
+ for the whole take. If a body's pose stops updating mid-run, the
45
+ recorder will silently hold the last sample → this is the failure mode
46
+ detected in Stage 5C. Re-aim the cameras or re-seat the markers before
47
+ starting a long take.
48
+ - Audible buffer-drop warnings are zero in the last 30 s of the session.
49
+
50
+ Output: `data/<task>/<date>/episode_*.h5` (BLOSC-compressed).
51
+
52
+ ---
53
+
54
+ ## Stage 1 — Integrity check
55
+
56
+ For every new H5, confirm it opens and that frame counts agree across
57
+ modalities. The fast version:
58
+
59
+ ```bash
60
+ python - <<'PY'
61
+ import h5py, hdf5plugin, sys
62
+ from pathlib import Path
63
+ ROOT = Path("/media/yxma/Disk1/twm/data/motherboard/<date>")
64
+ for p in sorted(ROOT.glob("episode_*.h5")):
65
+ try:
66
+ f = h5py.File(p, "r")
67
+ T = f["realsense/cam0/color"].shape[0]
68
+ for k in ("realsense/cam1/color", "realsense/cam2/color",
69
+ "gelsight/left/frames", "gelsight/right/frames"):
70
+ assert f[k].shape[0] == T, (p, k, f[k].shape[0], T)
71
+ f.close()
72
+ print(f"OK {p.name} T={T}")
73
+ except Exception as e:
74
+ print(f"BAD {p.name} {e}")
75
+ p.rename(p.with_suffix(p.suffix + ".corrupt"))
76
+ PY
77
+ ```
78
+
79
+ Anything that fails to open is renamed `*.h5.corrupt` and excluded from the
80
+ rest of the pipeline.
81
+
82
+ ---
83
+
84
+ ## Stage 2 — Compression
85
+
86
+ BLOSC LZ4 is fast for recording but needs `hdf5plugin` at read time. Convert
87
+ to GZIP+shuffle for portability and ~30–50 % size savings:
88
+
89
+ ```bash
90
+ python -m twm.compress_h5 \
91
+ --in_dir /media/yxma/Disk1/twm/data/motherboard/<date> \
92
+ --in_place
93
+ ```
94
+
95
+ The script clamps chunk shapes when datasets are shorter than the default
96
+ chunk (relevant for short test recordings). Re-run integrity check after.
97
+
98
+ ---
99
+
100
+ ## Stage 3 — Visual QA preview MP4 (per episode)
101
+
102
+ ```bash
103
+ # Projection overlay is on by default; the default --cam_calib list already
104
+ # includes all three cameras.
105
+ python -m twm.visualize \
106
+ /media/yxma/Disk1/twm/data/motherboard/<date> \
107
+ --save_videos
108
+
109
+ # Same but no overlay (faster, useful for raw-stream sanity checks):
110
+ python -m twm.visualize \
111
+ /media/yxma/Disk1/twm/data/motherboard/<date> \
112
+ --save_videos --no_projection
113
+ ```
114
+
115
+ These MP4s are for the operator only — scrub each one and flag:
116
+ - partial occlusions or out-of-frame moments,
117
+ - visible OT dropouts (the projection dot stays still while the hand moves),
118
+ - color/exposure problems,
119
+ - per-date "active sensors" (i.e. did you only use one side?).
120
+
121
+ Write findings into `tasks.json:per_date_notes.<date>`.
122
+
123
+ ---
124
+
125
+ ## Stage 4 — Contact indexing → `.pt`
126
+
127
+ Re-run for the new date:
128
+
129
+ ```bash
130
+ python -m twm.contact_index \
131
+ --in_root /media/yxma/Disk1/twm/data/motherboard/<date> \
132
+ --out_root /media/yxma/Disk1/twm/processed/mode1_v1/motherboard/<date>
133
+ ```
134
+
135
+ This downsamples cam0 to 128×128, builds the three contact metrics per side
136
+ (intensity / area / mixed), and stores reference-frame metadata in
137
+ `_contact_meta`. Reference strategy is `p01` (the 1st-percentile of
138
+ intensity over the whole episode), which is robust against early-frame
139
+ calibration drift.
140
+
141
+ Sanity check:
142
+
143
+ ```bash
144
+ python - <<'PY'
145
+ import torch
146
+ p = "/media/yxma/Disk1/twm/processed/mode1_v1/motherboard/<date>/episode_006.pt"
147
+ ep = torch.load(p, weights_only=False)
148
+ print(list(ep.keys()))
149
+ print("T:", ep["view"].shape[0])
150
+ print("ref drift L/R:", ep["_contact_meta"]["drift_left"], ep["_contact_meta"]["drift_right"])
151
+ PY
152
+ ```
153
+
154
+ If either drift > 5.0 the gel surface moved significantly between the
155
+ reference frame and the rest of the episode — flag the episode.
156
+
157
+ ---
158
+
159
+ ## Stage 5 — Automated failure-mode detection
160
+
161
+ Three failure modes are detected from the new `.pt` files and logged to
162
+ `figures/dataset_figures/bad_frames.json` + summarised in
163
+ `data_quality_breakdown.json`.
164
+
165
+ ### 5A. Tactile intensity spikes (LED flicker)
166
+
167
+ A frame whose tactile intensity exceeds `p999 + 30 (uint8)` is treated as
168
+ a momentary LED dropout. Stored as `intensity_spikes: [[a, b], ...]` per
169
+ episode, with a 3-frame buffer on each side.
170
+
171
+ ### 5B. Pose teleports
172
+
173
+ Per-frame OT velocity > 5 m/s → impossible motion → marker swap or brief
174
+ solver glitch. Stored as `pose_teleports_L` / `pose_teleports_R`.
175
+
176
+ ### 5C. OptiTrack freezes (long held poses)
177
+
178
+ A sensor whose 7-vec pose is bitwise-identical across consecutive frames
179
+ for ≥ 1 s while that sensor is **active** for the date is treated as a
180
+ tracking loss. Threshold sweep at 1/2/5/10/30 s historically shows
181
+ near-identical totals (≈13 % of frames at any threshold ≥1 s), so 1 s is
182
+ the safe default. The cut intervals are written to `freeze_intervals.json`
183
+ and merged into `bad_frames.json`.
184
+
185
+ Today the three detectors live in separate one-off scripts:
186
+ - intensity spikes + pose teleports: the original detector that produced
187
+ the current `bad_frames.json`. To re-run incrementally, regenerate the
188
+ whole file from all `.pt` files; the script is not yet packaged but
189
+ follows the formula above.
190
+ - pose freezes: `/tmp/freeze_cut_report.py` (per-episode + per-threshold
191
+ totals across the whole task). For the per-interval list used by the
192
+ dataloader, run the unmerged-intervals path in
193
+ `/tmp/inspect_short_freezes.py`.
194
+
195
+ **To do — consolidation.** These three detectors should be merged into a
196
+ single `scripts/detect_failures.py` that:
197
+ 1. iterates `.pt` files under a `--pt_root`,
198
+ 2. applies all three detectors,
199
+ 3. writes the union to `bad_frames.json` and a richer per-mode breakdown
200
+ to `freeze_intervals.json` and `data_quality_breakdown.json`,
201
+ 4. emits the per-episode `data_quality_report.csv`.
202
+
203
+ Until that exists, the procedure is: re-run each of the three current
204
+ scripts in turn and merge their outputs by hand into `bad_frames.json`.
205
+
206
+ ---
207
+
208
+ ## Stage 6 — Visual QA gallery GIFs (for HF)
209
+
210
+ ```bash
211
+ python /home/yxma/MultimodalData/twm/scripts/make_episode_gifs_v3.py \
212
+ --data_root /media/yxma/Disk1/twm/data/motherboard \
213
+ --pt_root /media/yxma/Disk1/twm/processed/mode1_v1/motherboard \
214
+ --out_root /media/yxma/Disk1/twm/figures/episode_previews/motherboard \
215
+ --tasks_json yxma_React/tasks.json
216
+ ```
217
+
218
+ Settings (all configurable but the defaults are vetted):
219
+ - 60 frames evenly across [2 %, 98 %] of the episode
220
+ - 3 cameras shown left|middle|right with sensor projection overlay
221
+ - 256-color palette (preserves tactile gradients)
222
+ - ≤ 4 MB hard cap; on overflow the script first shrinks the spatial
223
+ resolution, then drops palette down to 128 colours, never below
224
+ - Output: one GIF per episode under
225
+ `figures/episode_previews/<task>/<date>/episode_*.gif`
226
+
227
+ These GIFs are uploaded to HF and rendered inline on the dataset card.
228
+
229
+ ---
230
+
231
+ ## Stage 7 — Per-event QA clips for borderline failures
232
+
233
+ Run only when Stage 5 flags something subtle (short freezes, weak intensity
234
+ spikes, single-frame teleports):
235
+
236
+ ```bash
237
+ python /home/yxma/MultimodalData/twm/scripts/inspect_short_freezes.py \
238
+ --thr_min_s 1 --thr_max_s 5 \
239
+ --out_dir /media/yxma/Disk1/twm/figures/dataset_figures/freeze_check_short
240
+ ```
241
+
242
+ Each event becomes one short GIF (~60 frames) with the affected sensor
243
+ circled red. The operator scans these and decides per-event whether to
244
+ keep, cut, or merge intervals. Final calls live in `freeze_intervals.json`
245
+ under a `manual_verdict: {"keep"|"cut"|"merge"}` field.
246
+
247
+ ---
248
+
249
+ ## Stage 8 — Update metadata
250
+
251
+ Touch three files before pushing to HF:
252
+
253
+ 1. `tasks.json`
254
+ - Add the new date to `tasks.<task>.dates`.
255
+ - Add a `per_date_notes.<date>` block:
256
+ ```json
257
+ {
258
+ "kind": "session",
259
+ "active_sensors": ["left", "right"],
260
+ "note": "human-readable summary, e.g. 'bimanual; one OT freeze in ep_017'"
261
+ }
262
+ ```
263
+ - Update `n_episode_files`.
264
+
265
+ 2. `bad_frames.json` — automatically refreshed by Stage 5.
266
+
267
+ 3. `data_quality_breakdown.json` — automatically refreshed by Stage 5.
268
+
269
+ ---
270
+
271
+ ## Stage 9 — Docs refresh
272
+
273
+ If the new session adds material the dataset card or supporting docs
274
+ don't already describe, update:
275
+ - `README.md` "At a glance" counters (episodes, frames, duration).
276
+ - `docs/quality.md` if a new failure mode appeared, or percentages
277
+ changed by > 0.5 %.
278
+ - `docs/recording.md` if hardware / capture rate / sensor lineup changed.
279
+ - `docs/caveats.md` for any operator-noted anomaly.
280
+
281
+ ---
282
+
283
+ ## Stage 10 — Push to HF
284
+
285
+ Pre-flight check — these must all be true:
286
+
287
+ - [ ] every `episode_*.h5` has a matching `episode_*.pt`
288
+ - [ ] every `episode_*.pt` has been touched by `twm.contact_index` after
289
+ the most recent recording (timestamps, file size)
290
+ - [ ] `tasks.json:per_date_notes.<date>` exists
291
+ - [ ] `bad_frames.json:episodes.<date>/<ep>` exists for every episode
292
+ - [ ] every episode has a preview GIF under
293
+ `figures/episode_previews/<task>/<date>/`
294
+ - [ ] `data_quality_breakdown.json` reflects the new totals
295
+
296
+ Then upload:
297
+
298
+ ```bash
299
+ python - <<'PY'
300
+ from huggingface_hub import upload_folder
301
+ upload_folder(
302
+ repo_id="yxma/React",
303
+ repo_type="dataset",
304
+ folder_path=".",
305
+ path_in_repo=".",
306
+ commit_message="Add <date> session + curation pipeline outputs",
307
+ )
308
+ PY
309
+ ```
310
+
311
+ (Set `HF_HUB_ENABLE_HF_TRANSFER=1` for fast LFS uploads.)
312
+
313
+ ---
314
+
315
+ ## Failure-mode reference table
316
+
317
+ | Mode | Detector | Threshold | Where logged |
318
+ |---------------------|------------------------------------------------|------------------|-------------------------------------------|
319
+ | LED intensity spike | `tactile_<side>_intensity[t] - p999 > 30` | uint8 scale | `bad_frames.json:intensity_spikes` |
320
+ | Pose teleport | inter-frame velocity | > 5 m/s | `bad_frames.json:pose_teleports_{L,R}` |
321
+ | OT freeze | pose bitwise-identical for ≥ N frames | ≥ 1 s (≈30 fr.) | `bad_frames.json` + `freeze_intervals.json` |
322
+ | Contact-ref drift | `_contact_meta.drift_{side}` | > 5.0 | `_contact_meta` (per-episode .pt) |
323
+ | Color shift / hue | (manual; from Stage 3 MP4 review) | — | `tasks.json:per_date_notes.<date>.note` |
324
+ | Occlusion | (manual; from Stage 3 MP4 review) | — | same |
325
+ | Audio-buffer drops | (recorder logs at capture time) | — | recording-machine log |
326
+
327
+ ---
328
+
329
+ ## Quick "I'm adding one new date" runbook
330
+
331
+ ```bash
332
+ DATE=2026-06-01
333
+ TASK=motherboard
334
+
335
+ # 1. integrity
336
+ python scripts/integrity_check.py data/$TASK/$DATE
337
+
338
+ # 2. compress
339
+ python -m twm.compress_h5 --in_dir data/$TASK/$DATE --in_place
340
+
341
+ # 3. preview MP4 (operator scrub)
342
+ python -m twm.visualize_projection data/$TASK/$DATE --save_videos
343
+
344
+ # 4. contact index → .pt
345
+ python -m twm.contact_index \
346
+ --in_root data/$TASK/$DATE \
347
+ --out_root processed/mode1_v1/$TASK/$DATE
348
+
349
+ # 5. detect failure modes
350
+ python scripts/detect_failures.py --date $DATE
351
+
352
+ # 6. gallery GIFs
353
+ python scripts/make_episode_gifs_v3.py --only_date $DATE
354
+
355
+ # 7. per-event clips (only if Stage 5 flagged subtle stuff)
356
+ python scripts/inspect_short_freezes.py --only_date $DATE
357
+
358
+ # 8/9. edit tasks.json + README + docs/* by hand
359
+
360
+ # 10. push
361
+ HF_HUB_ENABLE_HF_TRANSFER=1 python scripts/push_hf.py
362
+ ```
363
+
364
+ If any stage produces an unexpected count or a new failure mode, stop the
365
+ pipeline and write it up in `docs/caveats.md` before pushing.
figures/dataloader_examples/sample_grid.png CHANGED

Git LFS Details

  • SHA256: f1435ec8b105dc8e77678ff862d81978aa683080d538731441304f8ca75f52e1
  • Pointer size: 132 Bytes
  • Size of remote file: 2.32 MB

Git LFS Details

  • SHA256: 7f60071e5a8d7a632c9c20d552fd5d44746f5c8cdd34b0db2b5244165c127e94
  • Pointer size: 132 Bytes
  • Size of remote file: 2.45 MB
figures/dataloader_examples/sample_window.gif CHANGED

Git LFS Details

  • SHA256: c4be8fb1bfa9b50dc0dd59fbc4cb267d8cb7704958bb05bef463f786b9ae3196
  • Pointer size: 131 Bytes
  • Size of remote file: 866 kB

Git LFS Details

  • SHA256: 9420ff0599bfd6361b5f66b7204ecbbee7d1cad32aa1ca54f33972303a044aa8
  • Pointer size: 132 Bytes
  • Size of remote file: 9.22 MB
figures/episode_previews/motherboard/2026-05-10/episode_000.gif CHANGED

Git LFS Details

  • SHA256: 906491828722a85a77d6ee04f33dcc7bcb35db35d342cc0efd7e28279990f918
  • Pointer size: 132 Bytes
  • Size of remote file: 2.94 MB

Git LFS Details

  • SHA256: 7c32fd09fff014adf5087482f0ceda422daeae05408c82830fd61474490d92be
  • Pointer size: 132 Bytes
  • Size of remote file: 3.81 MB
figures/episode_previews/motherboard/2026-05-10/episode_001.gif CHANGED

Git LFS Details

  • SHA256: 4bcd5a61d1bed876e6bd4d5666c375d4fbc62d8ffb4f905621bd41d10cc5122a
  • Pointer size: 132 Bytes
  • Size of remote file: 2.96 MB

Git LFS Details

  • SHA256: fd85200ce3a615c92c8a3b74969cb49b96e8956f316339c1230282d1aa40b9fd
  • Pointer size: 132 Bytes
  • Size of remote file: 3.85 MB
figures/episode_previews/motherboard/2026-05-10/episode_002.gif CHANGED

Git LFS Details

  • SHA256: 754fd33a90860461a081becbc0c7d502ba3ccc1519fee3d8a9f7a13eb5e3c77f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.95 MB

Git LFS Details

  • SHA256: 6d6e352e585167f34fe6a403194efb4fbd0b8a75de30ccfad9c4d3e3dd3f7698
  • Pointer size: 132 Bytes
  • Size of remote file: 3.84 MB
figures/episode_previews/motherboard/2026-05-10/episode_003.gif CHANGED

Git LFS Details

  • SHA256: 9ac409ef347277a730a6ff4df177cda2cd44a3464c02c4af7e80e21a7c094b8f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.74 MB

Git LFS Details

  • SHA256: dbee71be8672064065980a50b30786064bc16e13b0f24eb0b65753cbe2055c37
  • Pointer size: 132 Bytes
  • Size of remote file: 3.62 MB
figures/episode_previews/motherboard/2026-05-10/episode_004.gif CHANGED

Git LFS Details

  • SHA256: 5821fa72e7c6c2581b177731ff2f141ca4f7c9bbb7e8f5805015067ead6399c1
  • Pointer size: 132 Bytes
  • Size of remote file: 2.88 MB

Git LFS Details

  • SHA256: eb469308d65489004b04112bb3f853723e0a14868a182baa59a462082cef5a2d
  • Pointer size: 132 Bytes
  • Size of remote file: 3.57 MB
figures/episode_previews/motherboard/2026-05-10/episode_005.gif CHANGED

Git LFS Details

  • SHA256: 44d18d6908d8024310ae5bd463f2e73fc2210b5793927ad6132dec2f4637469d
  • Pointer size: 132 Bytes
  • Size of remote file: 2.63 MB

Git LFS Details

  • SHA256: 76e26a294aa18cd2bf0fae587bec4599867812a08f4b96a7f260618634eb3f8b
  • Pointer size: 132 Bytes
  • Size of remote file: 3.53 MB
figures/episode_previews/motherboard/2026-05-10/episode_006.gif CHANGED

Git LFS Details

  • SHA256: 7b9a53d0ea6f6aed206838317e9442c12d53deeb32b36ee8f332b8180485815f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.82 MB

Git LFS Details

  • SHA256: 19115621d4d83b248e30ae8df6767a415d646f54d551fb600c1c5f90ff29b839
  • Pointer size: 132 Bytes
  • Size of remote file: 3.51 MB
figures/episode_previews/motherboard/2026-05-10/episode_007.gif CHANGED

Git LFS Details

  • SHA256: 5c8af96ba174e9bc150e9fe457d2eca39dd45e046038f957f9f026ec2463fd91
  • Pointer size: 132 Bytes
  • Size of remote file: 2.77 MB

Git LFS Details

  • SHA256: ab9b069498a32168923ad589dbf2134ec451e58406f64940becdd956a201abb6
  • Pointer size: 132 Bytes
  • Size of remote file: 4.14 MB
figures/episode_previews/motherboard/2026-05-10/episode_008.gif CHANGED

Git LFS Details

  • SHA256: ffd671c0281a76d8a0b6db0a81a07c683e2c9156f6e4cdedda02021731eea481
  • Pointer size: 132 Bytes
  • Size of remote file: 2.69 MB

Git LFS Details

  • SHA256: 5b145928fd57b0cc7ce81564d8aee25eb165b1d6ec99ebb91dae0f83c6e36487
  • Pointer size: 132 Bytes
  • Size of remote file: 4.19 MB
figures/episode_previews/motherboard/2026-05-10/episode_009.gif CHANGED

Git LFS Details

  • SHA256: 5127fd56d74d8e6c85a0d91a8c134417608298ee118e51d500a0ad122a6fec4c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.95 MB

Git LFS Details

  • SHA256: 204eaf47d4981e52c0f6bc7325d40913a700660b11a9a930b136bfb002d22c38
  • Pointer size: 132 Bytes
  • Size of remote file: 3.72 MB
figures/episode_previews/motherboard/2026-05-10/episode_010.gif CHANGED

Git LFS Details

  • SHA256: 59372ed1b0d0800357c8c7a4676c121752f554299fcbc61bf8ffebe2c357198e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.76 MB

Git LFS Details

  • SHA256: 3b51d8a279b34f823dd0ea06b652957f6012903a4081721c19e7725e56b53517
  • Pointer size: 132 Bytes
  • Size of remote file: 3.65 MB
figures/episode_previews/motherboard/2026-05-10/episode_011.gif CHANGED

Git LFS Details

  • SHA256: f5df3ed5c03090229316531911a89c006f9d8afa59d1198ee5bf9d31bcddd2a8
  • Pointer size: 132 Bytes
  • Size of remote file: 2.87 MB

Git LFS Details

  • SHA256: a479d900561054a0175430e51e7bac9b4b24f09eb22e70bb892873681b5ac682
  • Pointer size: 132 Bytes
  • Size of remote file: 3.67 MB
figures/episode_previews/motherboard/2026-05-11/episode_003.gif CHANGED

Git LFS Details

  • SHA256: 3805852f379aef058f9063f3e31ef07be034dedc21ddbe42a73bea55ea9f53fd
  • Pointer size: 132 Bytes
  • Size of remote file: 3.01 MB

Git LFS Details

  • SHA256: ba24362a5b4d9ee6d537dd96377f94f3b71388075ecf7c6557cda4e8c59f6891
  • Pointer size: 132 Bytes
  • Size of remote file: 3.76 MB
figures/episode_previews/motherboard/2026-05-11/episode_004.gif CHANGED

Git LFS Details

  • SHA256: 97ee78a573104378a51f6897aaba2149aa79ff589ff07702b03fadeccbb75752
  • Pointer size: 132 Bytes
  • Size of remote file: 2.92 MB

Git LFS Details

  • SHA256: fdf52c2b3c387764ab4865a6a73fc010ef57ef9dd16f92ff5fd052ea525d9cee
  • Pointer size: 132 Bytes
  • Size of remote file: 3.74 MB
figures/episode_previews/motherboard/2026-05-11/episode_005.gif CHANGED

Git LFS Details

  • SHA256: 9f157fbf59cd25cbad93e8a03e0fdcac4f8975213c37d1d9b83ca89027c37325
  • Pointer size: 132 Bytes
  • Size of remote file: 2.81 MB

Git LFS Details

  • SHA256: b921d06d2809af0fcb7acb1e3071f11c777a880f32a7be652bd548d09362aedc
  • Pointer size: 132 Bytes
  • Size of remote file: 3.74 MB
figures/episode_previews/motherboard/2026-05-11/episode_006.gif CHANGED

Git LFS Details

  • SHA256: ec5637779bd87e429149175e4c3c43eae1137f38a12a49990c2c4b36d4e828b3
  • Pointer size: 132 Bytes
  • Size of remote file: 2.97 MB

Git LFS Details

  • SHA256: f41a0013cbb1b014fc5ddf4cea345ffb78cfd4854d060d753cbbe73e2f4aaf26
  • Pointer size: 132 Bytes
  • Size of remote file: 3.71 MB
figures/episode_previews/motherboard/2026-05-11/episode_007.gif CHANGED

Git LFS Details

  • SHA256: 208c9589f6b2e5c186cb77667f97f410ad512c649ee9409df73dee42aba4842d
  • Pointer size: 132 Bytes
  • Size of remote file: 2.86 MB

Git LFS Details

  • SHA256: f2a04da94ce4563c7678ac2e9444f4a6169020713f2a9fae2c680f8b693fd4ce
  • Pointer size: 132 Bytes
  • Size of remote file: 3.7 MB
figures/episode_previews/motherboard/2026-05-11/episode_008.gif CHANGED

Git LFS Details

  • SHA256: ad21349146b687aab7d8b641adc00e1366bebf5ddda4c2e4690e7cd56b8c89a9
  • Pointer size: 132 Bytes
  • Size of remote file: 2.87 MB

Git LFS Details

  • SHA256: 94013808a8805e2070afa2b1e98c44f6db5e8ac8426a5e2a710f5e53f2a80362
  • Pointer size: 132 Bytes
  • Size of remote file: 3.68 MB
figures/episode_previews/motherboard/2026-05-11/episode_009.gif CHANGED

Git LFS Details

  • SHA256: 4d2d61caf0e67116c7ea756c995a8b5f8c12f238dc0748ebba61101dcc146990
  • Pointer size: 132 Bytes
  • Size of remote file: 2.79 MB

Git LFS Details

  • SHA256: 4fc5896dc06b9e1903dce2df7b62dd1e292279e143c5a16090befc1c57177ee9
  • Pointer size: 132 Bytes
  • Size of remote file: 4.06 MB
figures/episode_previews/motherboard/2026-05-11/episode_010.gif CHANGED

Git LFS Details

  • SHA256: 3ed373ce2e0dd3321684e4730b091a3a2d0370e8b343554c45d786c7823ba286
  • Pointer size: 132 Bytes
  • Size of remote file: 2.72 MB

Git LFS Details

  • SHA256: 1d89f208c36f7cf3726fdf0e842d1cc931ac686cc46654327da4db12226c8c99
  • Pointer size: 132 Bytes
  • Size of remote file: 4 MB
figures/episode_previews/motherboard/2026-05-11/episode_011.gif CHANGED

Git LFS Details

  • SHA256: a766309e50f52d9460046a08b445b9477da341dfedfe9461087f792d27b48941
  • Pointer size: 132 Bytes
  • Size of remote file: 2.62 MB

Git LFS Details

  • SHA256: a4ac92f5dc10af44c61a68e78252f389eb2ad115109354c8b892bc9f17b4b9ac
  • Pointer size: 132 Bytes
  • Size of remote file: 4.04 MB
figures/episode_previews/motherboard/2026-05-11/episode_012.gif CHANGED

Git LFS Details

  • SHA256: 69e5b7c592d31b16b9165a5e550a0e22bd3f49fdbbae7608fe166feb2f282274
  • Pointer size: 132 Bytes
  • Size of remote file: 2.65 MB

Git LFS Details

  • SHA256: 247d6ae01f6404f032efd95838e15072c35cefa4e5737818b87c3af9071e4a43
  • Pointer size: 132 Bytes
  • Size of remote file: 3.58 MB
figures/episode_previews/motherboard/2026-05-11/episode_013.gif CHANGED

Git LFS Details

  • SHA256: bc9f587df569d996ac007aba2be82d0db62be208862e8affc5522b1c74cc882c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.71 MB

Git LFS Details

  • SHA256: 704d50f972f55747ba5323c7861dbcc6cf3e1640db6ea2ff3e16c55516349dbd
  • Pointer size: 132 Bytes
  • Size of remote file: 3.61 MB
figures/episode_previews/motherboard/2026-05-11/episode_014.gif CHANGED

Git LFS Details

  • SHA256: fece7164ab8e55f289f9904b528995ed94f28a3274328e19c068c63810a82771
  • Pointer size: 132 Bytes
  • Size of remote file: 2.62 MB

Git LFS Details

  • SHA256: b9bd7f233c179227defb3d0b0fd276a93911becbfb0a31f39babc0b694eb8818
  • Pointer size: 132 Bytes
  • Size of remote file: 4.18 MB
figures/episode_previews/motherboard/2026-05-11/episode_015.gif CHANGED

Git LFS Details

  • SHA256: c2d3bfcccaf8014d3867b5f6dda64cfb9fa256c98e3179f4c8ff7d915c03d509
  • Pointer size: 132 Bytes
  • Size of remote file: 2.76 MB

Git LFS Details

  • SHA256: 0a1bc30c43d6272f086b2bbc6ed344ccf25a29008acbc1fa16b60604dd08588a
  • Pointer size: 132 Bytes
  • Size of remote file: 3.67 MB
figures/episode_previews/motherboard/2026-05-11/episode_016.gif CHANGED

Git LFS Details

  • SHA256: aa7ee36a21063a0e3f9c0cc05ba5d09fcf8db64d42abf7a0745186f022ec1f79
  • Pointer size: 132 Bytes
  • Size of remote file: 2.78 MB

Git LFS Details

  • SHA256: fb007ecd657bcf5edd55e6187e0d5872e299880f31edb4879cfc92cf5b0dd8ef
  • Pointer size: 132 Bytes
  • Size of remote file: 3.68 MB
figures/episode_previews/motherboard/2026-05-11/episode_017.gif CHANGED

Git LFS Details

  • SHA256: fc0bcf32a1454ffa01ad01db313737bc838900282553a41bf03b08983ccddc5b
  • Pointer size: 132 Bytes
  • Size of remote file: 2.64 MB

Git LFS Details

  • SHA256: 9ac2ad2cff35c60ad3de95899ff9a4ef46bf73ff51ac339ec1d5a35bf7e4b291
  • Pointer size: 132 Bytes
  • Size of remote file: 3.64 MB