Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,20 +24,18 @@ 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": "dvrk",
|
| 29 |
"total_episodes": 117,
|
| 30 |
"total_frames": 76274,
|
| 31 |
"total_tasks": 1,
|
| 32 |
-
"total_videos": 0,
|
| 33 |
-
"total_chunks": 1,
|
| 34 |
"chunks_size": 1000,
|
| 35 |
"fps": 20,
|
| 36 |
"splits": {
|
| 37 |
"train": "0:117"
|
| 38 |
},
|
| 39 |
-
"data_path": "data/chunk-{
|
| 40 |
-
"video_path": "videos/chunk-{
|
| 41 |
"features": {
|
| 42 |
"observation.images.cam0_img": {
|
| 43 |
"dtype": "image",
|
|
@@ -50,7 +48,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 50 |
"C",
|
| 51 |
"H",
|
| 52 |
"W"
|
| 53 |
-
]
|
|
|
|
| 54 |
},
|
| 55 |
"observation.images.cam1_img": {
|
| 56 |
"dtype": "image",
|
|
@@ -63,7 +62,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 63 |
"C",
|
| 64 |
"H",
|
| 65 |
"W"
|
| 66 |
-
]
|
|
|
|
| 67 |
},
|
| 68 |
"observation.state": {
|
| 69 |
"dtype": "float64",
|
|
@@ -72,7 +72,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 72 |
],
|
| 73 |
"names": [
|
| 74 |
"D"
|
| 75 |
-
]
|
|
|
|
| 76 |
},
|
| 77 |
"action": {
|
| 78 |
"dtype": "float64",
|
|
@@ -81,44 +82,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 81 |
],
|
| 82 |
"names": [
|
| 83 |
"D_act"
|
| 84 |
-
]
|
|
|
|
| 85 |
},
|
| 86 |
"timestamp": {
|
| 87 |
"dtype": "float32",
|
| 88 |
"shape": [
|
| 89 |
1
|
| 90 |
],
|
| 91 |
-
"names": null
|
|
|
|
| 92 |
},
|
| 93 |
"frame_index": {
|
| 94 |
"dtype": "int64",
|
| 95 |
"shape": [
|
| 96 |
1
|
| 97 |
],
|
| 98 |
-
"names": null
|
|
|
|
| 99 |
},
|
| 100 |
"episode_index": {
|
| 101 |
"dtype": "int64",
|
| 102 |
"shape": [
|
| 103 |
1
|
| 104 |
],
|
| 105 |
-
"names": null
|
|
|
|
| 106 |
},
|
| 107 |
"index": {
|
| 108 |
"dtype": "int64",
|
| 109 |
"shape": [
|
| 110 |
1
|
| 111 |
],
|
| 112 |
-
"names": null
|
|
|
|
| 113 |
},
|
| 114 |
"task_index": {
|
| 115 |
"dtype": "int64",
|
| 116 |
"shape": [
|
| 117 |
1
|
| 118 |
],
|
| 119 |
-
"names": null
|
|
|
|
| 120 |
}
|
| 121 |
-
}
|
|
|
|
|
|
|
| 122 |
}
|
| 123 |
```
|
| 124 |
|
|
|
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
+
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "dvrk",
|
| 29 |
"total_episodes": 117,
|
| 30 |
"total_frames": 76274,
|
| 31 |
"total_tasks": 1,
|
|
|
|
|
|
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"fps": 20,
|
| 34 |
"splits": {
|
| 35 |
"train": "0:117"
|
| 36 |
},
|
| 37 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 38 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 39 |
"features": {
|
| 40 |
"observation.images.cam0_img": {
|
| 41 |
"dtype": "image",
|
|
|
|
| 48 |
"C",
|
| 49 |
"H",
|
| 50 |
"W"
|
| 51 |
+
],
|
| 52 |
+
"fps": 20
|
| 53 |
},
|
| 54 |
"observation.images.cam1_img": {
|
| 55 |
"dtype": "image",
|
|
|
|
| 62 |
"C",
|
| 63 |
"H",
|
| 64 |
"W"
|
| 65 |
+
],
|
| 66 |
+
"fps": 20
|
| 67 |
},
|
| 68 |
"observation.state": {
|
| 69 |
"dtype": "float64",
|
|
|
|
| 72 |
],
|
| 73 |
"names": [
|
| 74 |
"D"
|
| 75 |
+
],
|
| 76 |
+
"fps": 20
|
| 77 |
},
|
| 78 |
"action": {
|
| 79 |
"dtype": "float64",
|
|
|
|
| 82 |
],
|
| 83 |
"names": [
|
| 84 |
"D_act"
|
| 85 |
+
],
|
| 86 |
+
"fps": 20
|
| 87 |
},
|
| 88 |
"timestamp": {
|
| 89 |
"dtype": "float32",
|
| 90 |
"shape": [
|
| 91 |
1
|
| 92 |
],
|
| 93 |
+
"names": null,
|
| 94 |
+
"fps": 20
|
| 95 |
},
|
| 96 |
"frame_index": {
|
| 97 |
"dtype": "int64",
|
| 98 |
"shape": [
|
| 99 |
1
|
| 100 |
],
|
| 101 |
+
"names": null,
|
| 102 |
+
"fps": 20
|
| 103 |
},
|
| 104 |
"episode_index": {
|
| 105 |
"dtype": "int64",
|
| 106 |
"shape": [
|
| 107 |
1
|
| 108 |
],
|
| 109 |
+
"names": null,
|
| 110 |
+
"fps": 20
|
| 111 |
},
|
| 112 |
"index": {
|
| 113 |
"dtype": "int64",
|
| 114 |
"shape": [
|
| 115 |
1
|
| 116 |
],
|
| 117 |
+
"names": null,
|
| 118 |
+
"fps": 20
|
| 119 |
},
|
| 120 |
"task_index": {
|
| 121 |
"dtype": "int64",
|
| 122 |
"shape": [
|
| 123 |
1
|
| 124 |
],
|
| 125 |
+
"names": null,
|
| 126 |
+
"fps": 20
|
| 127 |
}
|
| 128 |
+
},
|
| 129 |
+
"data_files_size_in_mb": 100,
|
| 130 |
+
"video_files_size_in_mb": 500
|
| 131 |
}
|
| 132 |
```
|
| 133 |
|