Large-Scale 1080P Multi-View Human Motion Data for AI Research & Commercial Applications
Total Hours
Real-world Scenes
Subject Instances
800+Multi-Person Interactions (Hours) |
2,200+Dual-Person Actions (Hours) |
7,000+Single-Person Actions (Hours) |
We provide modularly selectable annotation data covering human body parameters ranging from video-level to frame-level.
├── Dataset_Root/
│ ├── Videos/ # raw video data
│ │ ├── Duration/ # duration
│ │ ├── Scene_01/ # a complete acquisition unit
│ │ │ ├── Cam_01.mp4
│ │ │ └── ... (6 views)
│ ├── Content/ # scene content description
│ │ ├── Environment/ # environment
│ │ ├── Scene_Type/ # scene
│ │ ├── People_Count/ # number of people
│ │ ├── Action_Category/ # action
│ ├── VGGT/ # 3D Point Cloud
│ ├── Annotations/ # SMPL Parameters
│ │ ├── Scene_01.json
│ │ │ ├── "frames":[
│ │ │ │ ├──{
│ │ │ │ │ ├── "frame_id":0,
│ │ │ │ │ ├── "smpl_params":{
│ │ │ │ │ │ ├── "global_orient":[rx,ry,rz],
│ │ │ │ │ │ ├── "body_pose":[[j1_rx,j1_ry,j1_rz],...], # 23 joints
│ │ │ │ │ │ ├── "transl":[tx,ty,tz]
│ │ │ │ │ ├── }
│ │ │ │ ├──}
│ │ │ ├──]