ewayWu's picture
Upload folder using huggingface_hub
d659904 verified
{
"codebase_version": "v3.0",
"robot_type": "woosh",
"total_episodes": 50,
"total_frames": 37034,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 10,
"splits": {
"train": "0:50"
},
"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",
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
38
],
"names": [
"state.arm.left.joint1",
"state.arm.left.joint2",
"state.arm.left.joint3",
"state.arm.left.joint4",
"state.arm.left.joint5",
"state.arm.left.joint6",
"state.arm.left.joint7",
"state.arm.right.joint1",
"state.arm.right.joint2",
"state.arm.right.joint3",
"state.arm.right.joint4",
"state.arm.right.joint5",
"state.arm.right.joint6",
"state.arm.right.joint7",
"state.hand.left.pinky",
"state.hand.left.ring",
"state.hand.left.middle",
"state.hand.left.index",
"state.hand.left.thumb_bend",
"state.hand.left.thumb_rotation",
"state.hand.right.pinky",
"state.hand.right.ring",
"state.hand.right.middle",
"state.hand.right.index",
"state.hand.right.thumb_bend",
"state.hand.right.thumb_rotation",
"state.left.wrench.force.x",
"state.left.wrench.force.y",
"state.left.wrench.force.z",
"state.left.wrench.torque.x",
"state.left.wrench.torque.y",
"state.left.wrench.torque.z",
"state.right.wrench.force.x",
"state.right.wrench.force.y",
"state.right.wrench.force.z",
"state.right.wrench.torque.x",
"state.right.wrench.torque.y",
"state.right.wrench.torque.z"
]
},
"action": {
"dtype": "float32",
"shape": [
27
],
"names": [
"action.arm.left.joint1",
"action.arm.left.joint2",
"action.arm.left.joint3",
"action.arm.left.joint4",
"action.arm.left.joint5",
"action.arm.left.joint6",
"action.arm.left.joint7",
"action.arm.right.joint1",
"action.arm.right.joint2",
"action.arm.right.joint3",
"action.arm.right.joint4",
"action.arm.right.joint5",
"action.arm.right.joint6",
"action.arm.right.joint7",
"action.hand.left.pinky",
"action.hand.left.ring",
"action.hand.left.middle",
"action.hand.left.index",
"action.hand.left.thumb_bend",
"action.hand.left.thumb_rotation",
"action.hand.right.pinky",
"action.hand.right.ring",
"action.hand.right.middle",
"action.hand.right.index",
"action.hand.right.thumb_bend",
"action.hand.right.thumb_rotation",
"task_done"
]
},
"observation.images.head": {
"dtype": "video",
"shape": [
480,
848,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 848,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 10,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.left_wrist": {
"dtype": "video",
"shape": [
480,
848,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 848,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 10,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.right_wrist": {
"dtype": "video",
"shape": [
480,
848,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 848,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 10,
"video.channels": 3,
"has_audio": 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
}
}
}