You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

egoCDT — ARCTIC backup (mirrors official v1_0/ layout)

Gated backup of the ARCTIC dataset (MPI-IS), plus the SMPL-X / MANO body models it depends on.

License & access. ARCTIC, SMPL-X and MANO are each distributed under restrictive licenses that require individual registration with MPI. This repo is gated (manual approval); do not remove the gate or otherwise redistribute. Requesters must hold their own ARCTIC / SMPL-X / MANO licenses.

The repo layout mirrors the official release root arctic_release/.../v1_0/, so future downloads of other parts (cropped_images_zips, full-res images_zips, …) can be dropped in at their original relative paths.

Contents

models.zip                    # ARCTIC object 3D canonical meshes (original zip)
models_smplx_v1_1.zip         # SMPL-X body model (smplx domain, separate license)
mano_v1_2.zip                 # MANO hand model (mano domain, separate license)
data/
  feat.zip                    # ARCTIC image features (original zip, sha256-verified)
  raw_seqs.zip                # MANO/SMPL-X params, object poses, egocam (original zip)
  meta.zip                    # camera intrinsics/extrinsics, subject meta (original zip)
  splits_json.zip             # official train/val splits (original zip)
  mocap/                      # raw mocap (original zips; no official sha256 published)
    mocap_c3d.zip  mocap_npy.zip  smplx_corres.zip
  images_zips/
    backgrounds.zip           # original zip
    s01/…/s10/<seq>.tar       # ⚠ NOT the original zips — see below

Deviation from the original release: the official data/images_zips/<sid>/<seq>.zip files bundle all 10 camera views. This backup keeps only the egocentric view (view folder 0/), re-packed as one uncompressed tar per sequence containing 0/xxxxx.jpg. 339 sequences, 243,743 frames, ~85 GB. All other files above are the original zips, sha256-verified against the official checksum.json at download time (except the three mocap zips and the two body-model zips, which have no published ARCTIC checksum).

  • manifest.tsv — per-sequence ego frame count and the sha256 of the original official image zip each tar was extracted from.

Restore images

hf download play0718/egoCDT --type dataset --local-dir arctic
for t in arctic/data/images_zips/s*/*.tar; do
  d="images/$(basename $(dirname $t))/$(basename $t .tar)"
  mkdir -p "$d" && tar -xf "$t" -C "$d"
done
Downloads last month
275