Datasets:
File size: 1,753 Bytes
c0fc08f 05cfc06 c0fc08f 05cfc06 c0fc08f 9400264 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 c0fc08f 7b56ea9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | {
"codebase_version": "v2.1",
"robot_type": "manus_gloves",
"fps": 30,
"total_episodes": 20,
"total_frames": 96544,
"total_tasks": 2,
"total_videos": 20,
"total_chunks": 1,
"chunks_size": 1000,
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
"features": {
"episode_index": {
"dtype": "int64",
"shape": [
1
]
},
"frame_index": {
"dtype": "int64",
"shape": [
1
]
},
"timestamp": {
"dtype": "float32",
"shape": [
1
]
},
"task_index": {
"dtype": "int64",
"shape": [
1
]
},
"observation.images.egocentric": {
"dtype": "video",
"shape": [
1080,
1920,
3
],
"video_info": {
"video.fps": 30.0,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"observation.state.hand_joints": {
"dtype": "float32",
"shape": [
150
]
},
"observation.state.finger_angles": {
"dtype": "float32",
"shape": [
40
]
},
"observation.state.gestures": {
"dtype": "float32",
"shape": [
26
]
},
"observation.state.imu": {
"dtype": "float32",
"shape": [
6
]
}
},
"depth": {
"path": "depth/episode_{episode_index:06d}.bin",
"dtype": "uint16",
"shape": [
400,
640
],
"unit": "mm",
"storage": "episode-based",
"description": "Raw 16-bit depth preserved per episode"
}
} |