Upload folder using huggingface_hub
Browse files- meta/info.json +9 -53
meta/info.json
CHANGED
|
@@ -1,81 +1,47 @@
|
|
| 1 |
{
|
| 2 |
"codebase_version": "v3.0",
|
| 3 |
"robot_type": "openarm_follower",
|
| 4 |
-
"total_episodes":
|
| 5 |
-
"total_frames":
|
| 6 |
-
"total_tasks":
|
| 7 |
"chunks_size": 1000,
|
| 8 |
"data_files_size_in_mb": 100,
|
| 9 |
"video_files_size_in_mb": 200,
|
| 10 |
"fps": 30,
|
| 11 |
-
"splits": {
|
| 12 |
-
"train": "0:2"
|
| 13 |
-
},
|
| 14 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 15 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 16 |
"features": {
|
| 17 |
"action": {
|
| 18 |
"dtype": "float32",
|
| 19 |
"shape": [
|
| 20 |
-
|
| 21 |
],
|
| 22 |
"names": [
|
| 23 |
"joint_1.pos",
|
| 24 |
-
"joint_1.vel",
|
| 25 |
-
"joint_1.torque",
|
| 26 |
"joint_2.pos",
|
| 27 |
-
"joint_2.vel",
|
| 28 |
-
"joint_2.torque",
|
| 29 |
"joint_3.pos",
|
| 30 |
-
"joint_3.vel",
|
| 31 |
-
"joint_3.torque",
|
| 32 |
"joint_4.pos",
|
| 33 |
-
"joint_4.vel",
|
| 34 |
-
"joint_4.torque",
|
| 35 |
"joint_5.pos",
|
| 36 |
-
"joint_5.vel",
|
| 37 |
-
"joint_5.torque",
|
| 38 |
"joint_6.pos",
|
| 39 |
-
"joint_6.vel",
|
| 40 |
-
"joint_6.torque",
|
| 41 |
"joint_7.pos",
|
| 42 |
-
"
|
| 43 |
-
"joint_7.torque",
|
| 44 |
-
"gripper.pos",
|
| 45 |
-
"gripper.vel",
|
| 46 |
-
"gripper.torque"
|
| 47 |
]
|
| 48 |
},
|
| 49 |
"observation.state": {
|
| 50 |
"dtype": "float32",
|
| 51 |
"shape": [
|
| 52 |
-
|
| 53 |
],
|
| 54 |
"names": [
|
| 55 |
"joint_1.pos",
|
| 56 |
-
"joint_1.vel",
|
| 57 |
-
"joint_1.torque",
|
| 58 |
"joint_2.pos",
|
| 59 |
-
"joint_2.vel",
|
| 60 |
-
"joint_2.torque",
|
| 61 |
"joint_3.pos",
|
| 62 |
-
"joint_3.vel",
|
| 63 |
-
"joint_3.torque",
|
| 64 |
"joint_4.pos",
|
| 65 |
-
"joint_4.vel",
|
| 66 |
-
"joint_4.torque",
|
| 67 |
"joint_5.pos",
|
| 68 |
-
"joint_5.vel",
|
| 69 |
-
"joint_5.torque",
|
| 70 |
"joint_6.pos",
|
| 71 |
-
"joint_6.vel",
|
| 72 |
-
"joint_6.torque",
|
| 73 |
"joint_7.pos",
|
| 74 |
-
"
|
| 75 |
-
"joint_7.torque",
|
| 76 |
-
"gripper.pos",
|
| 77 |
-
"gripper.vel",
|
| 78 |
-
"gripper.torque"
|
| 79 |
]
|
| 80 |
},
|
| 81 |
"observation.images.front": {
|
|
@@ -89,17 +55,7 @@
|
|
| 89 |
"height",
|
| 90 |
"width",
|
| 91 |
"channels"
|
| 92 |
-
]
|
| 93 |
-
"info": {
|
| 94 |
-
"video.height": 720,
|
| 95 |
-
"video.width": 1280,
|
| 96 |
-
"video.codec": "av1",
|
| 97 |
-
"video.pix_fmt": "yuv420p",
|
| 98 |
-
"video.is_depth_map": false,
|
| 99 |
-
"video.fps": 30,
|
| 100 |
-
"video.channels": 3,
|
| 101 |
-
"has_audio": false
|
| 102 |
-
}
|
| 103 |
},
|
| 104 |
"timestamp": {
|
| 105 |
"dtype": "float32",
|
|
|
|
| 1 |
{
|
| 2 |
"codebase_version": "v3.0",
|
| 3 |
"robot_type": "openarm_follower",
|
| 4 |
+
"total_episodes": 0,
|
| 5 |
+
"total_frames": 0,
|
| 6 |
+
"total_tasks": 0,
|
| 7 |
"chunks_size": 1000,
|
| 8 |
"data_files_size_in_mb": 100,
|
| 9 |
"video_files_size_in_mb": 200,
|
| 10 |
"fps": 30,
|
| 11 |
+
"splits": {},
|
|
|
|
|
|
|
| 12 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 13 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 14 |
"features": {
|
| 15 |
"action": {
|
| 16 |
"dtype": "float32",
|
| 17 |
"shape": [
|
| 18 |
+
8
|
| 19 |
],
|
| 20 |
"names": [
|
| 21 |
"joint_1.pos",
|
|
|
|
|
|
|
| 22 |
"joint_2.pos",
|
|
|
|
|
|
|
| 23 |
"joint_3.pos",
|
|
|
|
|
|
|
| 24 |
"joint_4.pos",
|
|
|
|
|
|
|
| 25 |
"joint_5.pos",
|
|
|
|
|
|
|
| 26 |
"joint_6.pos",
|
|
|
|
|
|
|
| 27 |
"joint_7.pos",
|
| 28 |
+
"gripper.pos"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
]
|
| 30 |
},
|
| 31 |
"observation.state": {
|
| 32 |
"dtype": "float32",
|
| 33 |
"shape": [
|
| 34 |
+
8
|
| 35 |
],
|
| 36 |
"names": [
|
| 37 |
"joint_1.pos",
|
|
|
|
|
|
|
| 38 |
"joint_2.pos",
|
|
|
|
|
|
|
| 39 |
"joint_3.pos",
|
|
|
|
|
|
|
| 40 |
"joint_4.pos",
|
|
|
|
|
|
|
| 41 |
"joint_5.pos",
|
|
|
|
|
|
|
| 42 |
"joint_6.pos",
|
|
|
|
|
|
|
| 43 |
"joint_7.pos",
|
| 44 |
+
"gripper.pos"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
]
|
| 46 |
},
|
| 47 |
"observation.images.front": {
|
|
|
|
| 55 |
"height",
|
| 56 |
"width",
|
| 57 |
"channels"
|
| 58 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
},
|
| 60 |
"timestamp": {
|
| 61 |
"dtype": "float32",
|