Dataset Viewer
Auto-converted to Parquet Duplicate
info
dict
calibration
dict
{ "description": "AssemblyHands", "version": "1.1", "date_created": "2024/01/09" }
{ "nusar-2021_action_both_9041-c07c_9041_user_id_2021-02-05_104114": { "intrinsics": { "C10095_rgb": [ [ 1171.2794189453125, 0, 956.7698974609375 ], [ 0, 1171.1031494140625, 530.7080078125 ], [ 0, ...

Assembly101 720p AV1 SimpleCV Variant

This is an unofficial 720p AV1 SimpleCV-compatible variant of the Assembly101 dataset. It is not the official full-resolution upstream release. The official upstream Hugging Face dataset is cvml-nus/assembly101.

Contents

  • Local video sequences: 354
  • Local MP4 files: 4248
  • SimpleCV-ingestable sequences: 337
  • Video-only sequences: 17
  • Sequences with existing canonical RRD baseline: 334

The repository preserves the current SimpleCV-compatible folder layout so callers can use:

from pathlib import Path
from simplecv.data.exoego.assembly101 import Assembly101Config, Assembly101Sequence

config = Assembly101Config(
    root_directory=Path("/path/to/downloaded/assembly101-720p"),
    sequence_name="<sequence_name>",
)
sequence = Assembly101Sequence(config)

Important Notes

  • All 354 local 720p AV1 video sequence folders are included.
  • 337 sequences include the pose and camera metadata required by current SimpleCV ingestion.
  • 17 sequences are included as video-only assets and are marked in manifests/sequences.csv.
  • The payload is intentionally reduced to SimpleCV-required annotations and calibration.
  • Full upstream 1080p videos, full AssemblyPoses.zip, full AssemblyHands data, and full toolkit source are not included.
  • This dataset is licensed under CC BY-NC 4.0 and is intended for noncommercial research use.

Layout

videos/av1-720-new/
assembly101_camera_and_hand_poses/landmarks3D/
assembly101_camera_and_hand_poses/camera_extrinsics_ego/
assembly101_camera_and_hand_poses/camera_extrinsics_fixed/
assembly-hands/annotations/train/assemblyhands_train_exo_calib_v1-1.json
assemblyhands-toolkit/calib/nimble_json_calib/
manifests/

Manifests

  • manifests/sequences.csv: one row per local 720p video sequence.
  • manifests/upload_payload.txt: include patterns used for the large upload.
  • manifests/smoke_test_sequences_10_seed_20260517.txt: fixed-seed sample for the final SimpleCV/Rerun smoke test.

Citation

Please cite Assembly101:

@article{sener2022assembly101,
    title = {Assembly101: A Large-Scale Multi-View Video Dataset for Understanding Procedural Activities},
    author = {F. Sener and D. Chatterjee and D. Shelepov and K. He and D. Singhania and R. Wang and A. Yao},
    journal = {CVPR 2022},
}

Please cite AssemblyHands when using the hand-pose annotations and calibration files:

@inproceedings{ohkawa2023assemblyhands,
    title = {{AssemblyHands:} Towards Egocentric Activity Understanding via 3D Hand Pose Estimation},
    author = {Takehiko Ohkawa and Kun He and Fadime Sener and Tomas Hodan and Luan Tran and Cem Keskin},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    pages = {12999-13008},
    year = {2023},
}

License

Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). See LICENSE.

Downloads last month
253