Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
32 |
"total_episodes": 99,
|
33 |
"total_frames": 24750,
|
34 |
"total_tasks": 1,
|
35 |
-
"total_videos":
|
36 |
"total_chunks": 1,
|
37 |
"chunks_size": 1000,
|
38 |
"fps": 10,
|
@@ -65,7 +65,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
65 |
]
|
66 |
},
|
67 |
"observation.image.camera1": {
|
68 |
-
"dtype": "
|
69 |
"shape": [
|
70 |
480,
|
71 |
640,
|
@@ -75,10 +75,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
75 |
"channel",
|
76 |
"height",
|
77 |
"width"
|
78 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
},
|
80 |
"observation.image.camera2": {
|
81 |
-
"dtype": "
|
82 |
"shape": [
|
83 |
480,
|
84 |
640,
|
@@ -88,10 +98,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
88 |
"channel",
|
89 |
"height",
|
90 |
"width"
|
91 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
},
|
93 |
"observation.image.camera3": {
|
94 |
-
"dtype": "
|
95 |
"shape": [
|
96 |
480,
|
97 |
640,
|
@@ -101,7 +121,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
101 |
"channel",
|
102 |
"height",
|
103 |
"width"
|
104 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
},
|
106 |
"observation.state": {
|
107 |
"dtype": "float32",
|
|
|
32 |
"total_episodes": 99,
|
33 |
"total_frames": 24750,
|
34 |
"total_tasks": 1,
|
35 |
+
"total_videos": 297,
|
36 |
"total_chunks": 1,
|
37 |
"chunks_size": 1000,
|
38 |
"fps": 10,
|
|
|
65 |
]
|
66 |
},
|
67 |
"observation.image.camera1": {
|
68 |
+
"dtype": "video",
|
69 |
"shape": [
|
70 |
480,
|
71 |
640,
|
|
|
75 |
"channel",
|
76 |
"height",
|
77 |
"width"
|
78 |
+
],
|
79 |
+
"info": {
|
80 |
+
"video.fps": 10.0,
|
81 |
+
"video.height": 480,
|
82 |
+
"video.width": 640,
|
83 |
+
"video.channels": 3,
|
84 |
+
"video.codec": "av1",
|
85 |
+
"video.pix_fmt": "yuv420p",
|
86 |
+
"video.is_depth_map": false,
|
87 |
+
"has_audio": false
|
88 |
+
}
|
89 |
},
|
90 |
"observation.image.camera2": {
|
91 |
+
"dtype": "video",
|
92 |
"shape": [
|
93 |
480,
|
94 |
640,
|
|
|
98 |
"channel",
|
99 |
"height",
|
100 |
"width"
|
101 |
+
],
|
102 |
+
"info": {
|
103 |
+
"video.fps": 10.0,
|
104 |
+
"video.height": 480,
|
105 |
+
"video.width": 640,
|
106 |
+
"video.channels": 3,
|
107 |
+
"video.codec": "av1",
|
108 |
+
"video.pix_fmt": "yuv420p",
|
109 |
+
"video.is_depth_map": false,
|
110 |
+
"has_audio": false
|
111 |
+
}
|
112 |
},
|
113 |
"observation.image.camera3": {
|
114 |
+
"dtype": "video",
|
115 |
"shape": [
|
116 |
480,
|
117 |
640,
|
|
|
121 |
"channel",
|
122 |
"height",
|
123 |
"width"
|
124 |
+
],
|
125 |
+
"info": {
|
126 |
+
"video.fps": 10.0,
|
127 |
+
"video.height": 480,
|
128 |
+
"video.width": 640,
|
129 |
+
"video.channels": 3,
|
130 |
+
"video.codec": "av1",
|
131 |
+
"video.pix_fmt": "yuv420p",
|
132 |
+
"video.is_depth_map": false,
|
133 |
+
"has_audio": false
|
134 |
+
}
|
135 |
},
|
136 |
"observation.state": {
|
137 |
"dtype": "float32",
|