Data package spec

Schema & delivery

Every clip ships as a traceable package: raw MP4, annotation JSONL layers, per-clip metadata, session records, QA report, and SHA256 manifest. Links below point to the live public sample pack.

Delivery formats

FormatContents
MP4Raw ego video, overlay previews, box previews
JSONLaction_segments, hand_keypoints, object_boxes, hand_boxes, contact
JSONPer-clip metadata, session, QA report, summaries
CSVFrame ↔ timestamp mapping per clip
Schema docsannotation_schema.md, object_taxonomy.md, action_taxonomy.md

Schema & docs (live)

Quick sync

aws s3 sync s3://ggn-egocentric-data-sample/sample_data_june ./Master_Sample_v1 --no-sign-request
Open full file index

Annotation layers per clip

LayerPath patternDescription
Action segmentsannotations/action_segments.jsonlVerb–noun phases, all clips
Hand keypointsannotations/*_hand_keypoints.jsonl21 landmarks per hand, per frame
Object boxesannotations/*_object_boxes.jsonl2D boxes + track IDs
Hand boxesannotations/*_hand_boxes.jsonlLeft/right hand bboxes from keypoints
Contactannotations/*_hand_object_contact.jsonlHand–object contact samples
Timestampsannotations/timestamps/*.csvframe_idx ↔ seconds
Metadatametadata/*.jsonQA, consent, SHA256, manipulator stats