ataghof's picture
RELEASE-AUDIT v0.3: true source-time clock + state_valid, real axis-angle wrist rotation (smoothed), internal-material scrub, exact global stats, corrected hand-mask npz, scoped license, meta/foundry.json + checksums; supersedes the audited v0.2 (part 2)
3bcce90 verified
Raw
History Blame Contribute Delete
6.5 kB
{
"codebase_version": "v3.0",
"fps": 15,
"features": {
"observation.images.ego": {
"dtype": "image",
"shape": [
512,
384,
3
],
"names": [
"height",
"width",
"channel"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
7
],
"names": [
"x",
"y",
"z",
"rx",
"ry",
"rz",
"grasp"
]
},
"observation.state_valid": {
"dtype": "float32",
"shape": [
1
],
"names": [
"valid"
]
},
"observation.state_hand": {
"dtype": "float32",
"shape": [
1
],
"names": [
"hand"
]
},
"action": {
"dtype": "float32",
"shape": [
7
],
"names": [
"dx",
"dy",
"dz",
"drx",
"dry",
"drz",
"grasp"
]
},
"observation.camera_pose": {
"dtype": "float32",
"shape": [
4,
4
]
},
"observation.contact": {
"dtype": "float32",
"shape": [
2,
2
]
},
"observation.contact_valid": {
"dtype": "float32",
"shape": [
2,
2
]
},
"observation.images.depth": {
"dtype": "video",
"shape": [
256,
192,
1
],
"names": [
"height",
"width",
"channel"
],
"info": {
"is_depth_map": true,
"depth_unit": "m",
"video.height": 256,
"video.width": 192,
"video.codec": "hevc",
"video.pix_fmt": "gray12le",
"video.fps": 15,
"video.channels": 1,
"has_audio": false,
"video.g": 2,
"video.crf": 30,
"video.preset": null,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {
"x265-params": "lossless=1"
},
"video.depth_min": 0.1,
"video.depth_max": 5.0,
"video.shift": 3.5,
"video.use_log": true
}
},
"observation.mano_joints": {
"dtype": "float32",
"shape": [
2,
21,
3
]
},
"observation.mano_params": {
"dtype": "float32",
"shape": [
2,
58
],
"names": [
"hand",
"global_orient(3)+pose(45)+betas(10)"
]
},
"observation.mano_valid": {
"dtype": "float32",
"shape": [
2
],
"names": [
"left",
"right"
]
},
"observation.images.object_mask": {
"dtype": "video",
"shape": [
512,
384,
3
],
"names": [
"height",
"width",
"channel"
],
"info": {
"video.height": 512,
"video.width": 384,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.fps": 15,
"video.channels": 3,
"has_audio": false,
"video.g": 2,
"video.crf": 30,
"video.preset": 12,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": false
}
},
"observation.images.hand_mask": {
"dtype": "video",
"shape": [
512,
384,
3
],
"names": [
"height",
"width",
"channel"
],
"info": {
"video.height": 512,
"video.width": 384,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.fps": 15,
"video.channels": 3,
"has_audio": false,
"video.g": 2,
"video.crf": 30,
"video.preset": 12,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": false
}
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
}
},
"total_episodes": 32,
"total_frames": 9161,
"total_tasks": 4,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
"robot_type": "human_ego",
"splits": {
"train": "0:32"
}
}