Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,26 +24,23 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
-
"codebase_version": "
|
| 28 |
"robot_type": "so101_follower",
|
| 29 |
"total_episodes": 1,
|
| 30 |
-
"total_frames":
|
| 31 |
"total_tasks": 1,
|
| 32 |
-
"total_videos": 3,
|
| 33 |
-
"total_chunks": 1,
|
| 34 |
"chunks_size": 1000,
|
|
|
|
|
|
|
| 35 |
"fps": 30,
|
| 36 |
"splits": {
|
| 37 |
"train": "0:1"
|
| 38 |
},
|
| 39 |
-
"data_path": "data/chunk-{
|
| 40 |
-
"video_path": "videos/chunk-{
|
| 41 |
"features": {
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
| 44 |
-
"shape": [
|
| 45 |
-
6
|
| 46 |
-
],
|
| 47 |
"names": [
|
| 48 |
"shoulder_pan.pos",
|
| 49 |
"shoulder_lift.pos",
|
|
@@ -51,13 +48,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 51 |
"wrist_flex.pos",
|
| 52 |
"wrist_roll.pos",
|
| 53 |
"gripper.pos"
|
|
|
|
|
|
|
|
|
|
| 54 |
]
|
| 55 |
},
|
| 56 |
"observation.state": {
|
| 57 |
"dtype": "float32",
|
| 58 |
-
"shape": [
|
| 59 |
-
6
|
| 60 |
-
],
|
| 61 |
"names": [
|
| 62 |
"shoulder_pan.pos",
|
| 63 |
"shoulder_lift.pos",
|
|
@@ -65,6 +62,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 65 |
"wrist_flex.pos",
|
| 66 |
"wrist_roll.pos",
|
| 67 |
"gripper.pos"
|
|
|
|
|
|
|
|
|
|
| 68 |
]
|
| 69 |
},
|
| 70 |
"observation.images.wrist": {
|
|
@@ -90,11 +90,11 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 90 |
"has_audio": false
|
| 91 |
}
|
| 92 |
},
|
| 93 |
-
"observation.images.
|
| 94 |
"dtype": "video",
|
| 95 |
"shape": [
|
| 96 |
-
|
| 97 |
-
|
| 98 |
3
|
| 99 |
],
|
| 100 |
"names": [
|
|
@@ -103,8 +103,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 103 |
"channels"
|
| 104 |
],
|
| 105 |
"info": {
|
| 106 |
-
"video.height":
|
| 107 |
-
"video.width":
|
| 108 |
"video.codec": "av1",
|
| 109 |
"video.pix_fmt": "yuv420p",
|
| 110 |
"video.is_depth_map": false,
|
|
@@ -113,11 +113,11 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 113 |
"has_audio": false
|
| 114 |
}
|
| 115 |
},
|
| 116 |
-
"observation.images.
|
| 117 |
"dtype": "video",
|
| 118 |
"shape": [
|
| 119 |
-
|
| 120 |
-
|
| 121 |
3
|
| 122 |
],
|
| 123 |
"names": [
|
|
@@ -126,8 +126,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 126 |
"channels"
|
| 127 |
],
|
| 128 |
"info": {
|
| 129 |
-
"video.height":
|
| 130 |
-
"video.width":
|
| 131 |
"video.codec": "av1",
|
| 132 |
"video.pix_fmt": "yuv420p",
|
| 133 |
"video.is_depth_map": false,
|
|
|
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
+
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "so101_follower",
|
| 29 |
"total_episodes": 1,
|
| 30 |
+
"total_frames": 5700,
|
| 31 |
"total_tasks": 1,
|
|
|
|
|
|
|
| 32 |
"chunks_size": 1000,
|
| 33 |
+
"data_files_size_in_mb": 100,
|
| 34 |
+
"video_files_size_in_mb": 500,
|
| 35 |
"fps": 30,
|
| 36 |
"splits": {
|
| 37 |
"train": "0:1"
|
| 38 |
},
|
| 39 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 40 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 41 |
"features": {
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
|
|
|
|
|
|
|
|
|
| 44 |
"names": [
|
| 45 |
"shoulder_pan.pos",
|
| 46 |
"shoulder_lift.pos",
|
|
|
|
| 48 |
"wrist_flex.pos",
|
| 49 |
"wrist_roll.pos",
|
| 50 |
"gripper.pos"
|
| 51 |
+
],
|
| 52 |
+
"shape": [
|
| 53 |
+
6
|
| 54 |
]
|
| 55 |
},
|
| 56 |
"observation.state": {
|
| 57 |
"dtype": "float32",
|
|
|
|
|
|
|
|
|
|
| 58 |
"names": [
|
| 59 |
"shoulder_pan.pos",
|
| 60 |
"shoulder_lift.pos",
|
|
|
|
| 62 |
"wrist_flex.pos",
|
| 63 |
"wrist_roll.pos",
|
| 64 |
"gripper.pos"
|
| 65 |
+
],
|
| 66 |
+
"shape": [
|
| 67 |
+
6
|
| 68 |
]
|
| 69 |
},
|
| 70 |
"observation.images.wrist": {
|
|
|
|
| 90 |
"has_audio": false
|
| 91 |
}
|
| 92 |
},
|
| 93 |
+
"observation.images.top_left": {
|
| 94 |
"dtype": "video",
|
| 95 |
"shape": [
|
| 96 |
+
340,
|
| 97 |
+
340,
|
| 98 |
3
|
| 99 |
],
|
| 100 |
"names": [
|
|
|
|
| 103 |
"channels"
|
| 104 |
],
|
| 105 |
"info": {
|
| 106 |
+
"video.height": 340,
|
| 107 |
+
"video.width": 340,
|
| 108 |
"video.codec": "av1",
|
| 109 |
"video.pix_fmt": "yuv420p",
|
| 110 |
"video.is_depth_map": false,
|
|
|
|
| 113 |
"has_audio": false
|
| 114 |
}
|
| 115 |
},
|
| 116 |
+
"observation.images.top_right": {
|
| 117 |
"dtype": "video",
|
| 118 |
"shape": [
|
| 119 |
+
480,
|
| 120 |
+
640,
|
| 121 |
3
|
| 122 |
],
|
| 123 |
"names": [
|
|
|
|
| 126 |
"channels"
|
| 127 |
],
|
| 128 |
"info": {
|
| 129 |
+
"video.height": 480,
|
| 130 |
+
"video.width": 640,
|
| 131 |
"video.codec": "av1",
|
| 132 |
"video.pix_fmt": "yuv420p",
|
| 133 |
"video.is_depth_map": false,
|