Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -28,20 +28,33 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 28 |
{
|
| 29 |
"codebase_version": "v2.0",
|
| 30 |
"robot_type": "xarm",
|
| 31 |
-
"total_episodes":
|
| 32 |
-
"total_frames":
|
| 33 |
-
"total_tasks":
|
| 34 |
"total_videos": 0,
|
| 35 |
"total_chunks": 1,
|
| 36 |
"chunks_size": 1000,
|
| 37 |
"fps": 10,
|
| 38 |
"splits": {
|
| 39 |
-
"train": "0:
|
| 40 |
},
|
| 41 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 42 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 43 |
"features": {
|
| 44 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
"dtype": "image",
|
| 46 |
"shape": [
|
| 47 |
224,
|
|
|
|
| 28 |
{
|
| 29 |
"codebase_version": "v2.0",
|
| 30 |
"robot_type": "xarm",
|
| 31 |
+
"total_episodes": 2,
|
| 32 |
+
"total_frames": 42,
|
| 33 |
+
"total_tasks": 1,
|
| 34 |
"total_videos": 0,
|
| 35 |
"total_chunks": 1,
|
| 36 |
"chunks_size": 1000,
|
| 37 |
"fps": 10,
|
| 38 |
"splits": {
|
| 39 |
+
"train": "0:2"
|
| 40 |
},
|
| 41 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 42 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 43 |
"features": {
|
| 44 |
+
"left_image": {
|
| 45 |
+
"dtype": "image",
|
| 46 |
+
"shape": [
|
| 47 |
+
224,
|
| 48 |
+
224,
|
| 49 |
+
3
|
| 50 |
+
],
|
| 51 |
+
"names": [
|
| 52 |
+
"height",
|
| 53 |
+
"width",
|
| 54 |
+
"channel"
|
| 55 |
+
]
|
| 56 |
+
},
|
| 57 |
+
"right_image": {
|
| 58 |
"dtype": "image",
|
| 59 |
"shape": [
|
| 60 |
224,
|