ataghof commited on
Commit
dca7003
·
verified ·
1 Parent(s): 9125a2d

RELEASE-AUDIT v0.4: true source-time clock + state_valid, real axis-angle wrist rotation (smoothed), internal-material scrub, exact global stats, corrected hand-mask npz, scoped license, meta/foundry.json + checksums; supersedes the audited v0.2

Browse files
Files changed (1) hide show
  1. README.md +5 -18
README.md CHANGED
@@ -156,24 +156,11 @@ LeRobot loader does not surface custom metadata; fetch that file directly.
156
  | masks | video channels are codec-lossy at outlines (~0.03 to 0.04% of pixels); the exact masks ship as `object_mask.npz` and `hand_mask.npz` per episode. |
157
  | time | 15 fps time-based resampling of the source clip (nearest source frame per tick; worst-case timing jitter is half a source frame). No frames are dropped. |
158
  | state | zero-phase smoothed (positions and rotations); the raw fit is recoverable from `observation.mano_params` and the sidecars. |
159
- | stats | `meta/stats.json` numeric feature statistics are exact global values, and media statistics cover every frame (never a sample). Per medium: RGB statistics are exact over what you decode (the encode is lossless). Mask statistics describe the pre-encode BINARY arrays; the decoded video adds codec bleed that stays below the `>127` threshold, and green carries no semantic channel after thresholding. Depth statistics describe the quantizer-clamped source signal; decoding adds at most ~0.9 mm quantization error. |
160
 
161
  `meta/checksums.json` is the sha256 manifest of this release (it does not
162
  list itself).
163
 
164
- ## Intended use and limitations
165
-
166
- Built for research on human-hand manipulation: hand-object interaction,
167
- contact-aware policies, hand pose, egocentric perception. Human wrist
168
- trajectories are not robot trajectories; retargeting is your responsibility.
169
- The hand pose is a model fit (HaMeR), not marker ground truth. Contact is a
170
- measured depth-proximity signal with a debounce, not force sensing. Episodes
171
- were recorded by 2 consenting adults in private homes; faces are not visible.
172
-
173
- For train/eval splits, split by episode, never within an episode. Adjacent
174
- episodes can share a recording session, participant, and scene. Use the
175
- frozen canonical split below so results are comparable.
176
-
177
  ## Canonical split
178
 
179
  `meta/splits.json` freezes an episode-level train/val/test split. The rule is
@@ -188,13 +175,13 @@ task's final recorded episode, which is typically a separate later sitting.
188
  | val | 4 | 973 |
189
  | test | 4 | 1071 |
190
 
191
- Report results on `test`; tune on `val`. If you need more held-out data,
192
- extend by whole episodes and say so.
193
 
194
  ## Provenance
195
 
196
- Self-collected, consented capture by CaryX AI. Annotations are produced by
197
- CaryX AI's pipeline using third-party models and reviewed by humans.
 
198
 
199
  ## Citation
200
 
 
156
  | masks | video channels are codec-lossy at outlines (~0.03 to 0.04% of pixels); the exact masks ship as `object_mask.npz` and `hand_mask.npz` per episode. |
157
  | time | 15 fps time-based resampling of the source clip (nearest source frame per tick; worst-case timing jitter is half a source frame). No frames are dropped. |
158
  | state | zero-phase smoothed (positions and rotations); the raw fit is recoverable from `observation.mano_params` and the sidecars. |
159
+ | stats | `meta/stats.json` is computed over every frame of the corpus, not a sample. |
160
 
161
  `meta/checksums.json` is the sha256 manifest of this release (it does not
162
  list itself).
163
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  ## Canonical split
165
 
166
  `meta/splits.json` freezes an episode-level train/val/test split. The rule is
 
175
  | val | 4 | 973 |
176
  | test | 4 | 1071 |
177
 
178
+ Report results on `test`; tune on `val`.
 
179
 
180
  ## Provenance
181
 
182
+ Self-collected capture by CaryX AI, recorded by 2 consenting adults in private
183
+ homes. Annotations are produced by CaryX AI's pipeline using third-party models
184
+ and reviewed by humans.
185
 
186
  ## Citation
187