Upload folder using huggingface_hub
Browse files- meta/info.json +22 -21
meta/info.json
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"codebase_version": "v2.1",
|
| 3 |
"robot_type": "so100_follower",
|
| 4 |
-
"total_episodes":
|
| 5 |
-
"total_frames":
|
| 6 |
-
"total_tasks":
|
| 7 |
-
"total_videos":
|
| 8 |
-
"total_chunks":
|
| 9 |
"chunks_size": 1000,
|
| 10 |
"fps": 30,
|
| 11 |
-
"splits": {
|
| 12 |
-
"train": "0:1"
|
| 13 |
-
},
|
| 14 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 16 |
"features": {
|
|
@@ -42,28 +40,31 @@
|
|
| 42 |
"gripper.pos"
|
| 43 |
]
|
| 44 |
},
|
| 45 |
-
"observation.images.
|
| 46 |
"dtype": "video",
|
| 47 |
"shape": [
|
| 48 |
-
|
| 49 |
-
|
| 50 |
3
|
| 51 |
],
|
| 52 |
"names": [
|
| 53 |
"height",
|
| 54 |
"width",
|
| 55 |
"channels"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
],
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
|
| 62 |
-
"video.is_depth_map": false,
|
| 63 |
-
"video.fps": 30,
|
| 64 |
-
"video.channels": 3,
|
| 65 |
-
"has_audio": false
|
| 66 |
-
}
|
| 67 |
},
|
| 68 |
"timestamp": {
|
| 69 |
"dtype": "float32",
|
|
|
|
| 1 |
{
|
| 2 |
"codebase_version": "v2.1",
|
| 3 |
"robot_type": "so100_follower",
|
| 4 |
+
"total_episodes": 0,
|
| 5 |
+
"total_frames": 0,
|
| 6 |
+
"total_tasks": 0,
|
| 7 |
+
"total_videos": 0,
|
| 8 |
+
"total_chunks": 0,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
"fps": 30,
|
| 11 |
+
"splits": {},
|
|
|
|
|
|
|
| 12 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 13 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 14 |
"features": {
|
|
|
|
| 40 |
"gripper.pos"
|
| 41 |
]
|
| 42 |
},
|
| 43 |
+
"observation.images.exterior": {
|
| 44 |
"dtype": "video",
|
| 45 |
"shape": [
|
| 46 |
+
480,
|
| 47 |
+
640,
|
| 48 |
3
|
| 49 |
],
|
| 50 |
"names": [
|
| 51 |
"height",
|
| 52 |
"width",
|
| 53 |
"channels"
|
| 54 |
+
]
|
| 55 |
+
},
|
| 56 |
+
"observation.images.wristcam": {
|
| 57 |
+
"dtype": "video",
|
| 58 |
+
"shape": [
|
| 59 |
+
480,
|
| 60 |
+
640,
|
| 61 |
+
3
|
| 62 |
],
|
| 63 |
+
"names": [
|
| 64 |
+
"height",
|
| 65 |
+
"width",
|
| 66 |
+
"channels"
|
| 67 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
},
|
| 69 |
"timestamp": {
|
| 70 |
"dtype": "float32",
|