--- license: other task_categories: - robotics - video-classification tags: - vla - hand-pose - mano - egocentric - hot3d - vitra pretty_name: HOT3D VITRA Strict v1 size_categories: - 100K/.mp4 quality_sidecars/*.npz strict_manifest.csv strict_build_report.json validation_report.json quality_rejections.json view_selection.csv HOT3D_STRICT_DATA_REPORT.md ``` `strict_manifest.csv` is the authoritative list of uploaded training videos. `view_selection.csv` records the complete camera-view audit. Rejected raw or Stage1 videos are not included in this repository. ## Loader safety Annotations use `numpy.save` with nested dictionaries and therefore require `numpy.load(path, allow_pickle=True)` in a trusted environment. Use `strict_frame_valid_any_hand` and the per-hand `kept_frames` masks for training loss/index construction. ## License and attribution This is a derivative of Meta's [HOT3D dataset](https://github.com/facebookresearch/hot3d). HOT3D source sequence data and hand annotations have different share-alike/noncommercial terms; because this release contains hand annotations, users must follow all applicable HOT3D license and attribution requirements. See the official HOT3D release for the authoritative license text and cite the HOT3D paper when using this data. MANO model assets are not included and remain subject to their separate license.