File size: 851 Bytes
3642963 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"version": "2.0-test",
"primary_key": "clip_id",
"fields": {
"clip_id": {"type": "string", "nullable": false},
"config_name": {"type": "string", "nullable": false},
"scene_family": {"type": "string", "nullable": false},
"task_name": {"type": "string", "nullable": false},
"duration_s": {"type": "float32", "nullable": false},
"head_video_ref": {"type": "string", "nullable": false},
"wrist_video_ref": {"type": "string", "nullable": false},
"synchronization_ref": {"type": "string", "nullable": false},
"hand_pose_3d_ref": {"type": "string", "nullable": false},
"body_pose_3d_ref": {"type": "string", "nullable": true},
"semantics_v7_ref": {"type": "string", "nullable": true},
"release_revision": {"type": "string", "nullable": false},
"sha256": {"type": "string", "nullable": false}
}
}
|