quincyu commited on
Commit
bffae93
·
verified ·
1 Parent(s): 9639f3c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -18
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": "v2.1",
28
  "robot_type": "aloha",
29
  "total_episodes": 50,
30
  "total_frames": 7565,
31
  "total_tasks": 49,
32
- "total_videos": 0,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 50,
36
  "splits": {
37
  "train": "0:50"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "observation.state": {
43
  "dtype": "float32",
@@ -61,7 +59,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
61
  "right_wrist_rotate",
62
  "right_gripper"
63
  ]
64
- ]
 
65
  },
66
  "action": {
67
  "dtype": "float32",
@@ -85,7 +84,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
85
  "right_wrist_rotate",
86
  "right_gripper"
87
  ]
88
- ]
 
89
  },
90
  "observation.ee_pixel_left": {
91
  "dtype": "float32",
@@ -95,7 +95,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
95
  "names": [
96
  "u",
97
  "v"
98
- ]
 
99
  },
100
  "observation.ee_pixel_right": {
101
  "dtype": "float32",
@@ -105,7 +106,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
105
  "names": [
106
  "u",
107
  "v"
108
- ]
 
109
  },
110
  "observation.images.cam_high": {
111
  "dtype": "image",
@@ -118,7 +120,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
118
  "channels",
119
  "height",
120
  "width"
121
- ]
 
122
  },
123
  "observation.images.cam_left_wrist": {
124
  "dtype": "image",
@@ -131,7 +134,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
131
  "channels",
132
  "height",
133
  "width"
134
- ]
 
135
  },
136
  "observation.images.cam_right_wrist": {
137
  "dtype": "image",
@@ -144,44 +148,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
144
  "channels",
145
  "height",
146
  "width"
147
- ]
 
148
  },
149
  "timestamp": {
150
  "dtype": "float32",
151
  "shape": [
152
  1
153
  ],
154
- "names": null
 
155
  },
156
  "frame_index": {
157
  "dtype": "int64",
158
  "shape": [
159
  1
160
  ],
161
- "names": null
 
162
  },
163
  "episode_index": {
164
  "dtype": "int64",
165
  "shape": [
166
  1
167
  ],
168
- "names": null
 
169
  },
170
  "index": {
171
  "dtype": "int64",
172
  "shape": [
173
  1
174
  ],
175
- "names": null
 
176
  },
177
  "task_index": {
178
  "dtype": "int64",
179
  "shape": [
180
  1
181
  ],
182
- "names": null
 
183
  }
184
- }
 
 
185
  }
186
  ```
187
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "aloha",
29
  "total_episodes": 50,
30
  "total_frames": 7565,
31
  "total_tasks": 49,
 
 
32
  "chunks_size": 1000,
33
  "fps": 50,
34
  "splits": {
35
  "train": "0:50"
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.state": {
41
  "dtype": "float32",
 
59
  "right_wrist_rotate",
60
  "right_gripper"
61
  ]
62
+ ],
63
+ "fps": 50
64
  },
65
  "action": {
66
  "dtype": "float32",
 
84
  "right_wrist_rotate",
85
  "right_gripper"
86
  ]
87
+ ],
88
+ "fps": 50
89
  },
90
  "observation.ee_pixel_left": {
91
  "dtype": "float32",
 
95
  "names": [
96
  "u",
97
  "v"
98
+ ],
99
+ "fps": 50
100
  },
101
  "observation.ee_pixel_right": {
102
  "dtype": "float32",
 
106
  "names": [
107
  "u",
108
  "v"
109
+ ],
110
+ "fps": 50
111
  },
112
  "observation.images.cam_high": {
113
  "dtype": "image",
 
120
  "channels",
121
  "height",
122
  "width"
123
+ ],
124
+ "fps": 50
125
  },
126
  "observation.images.cam_left_wrist": {
127
  "dtype": "image",
 
134
  "channels",
135
  "height",
136
  "width"
137
+ ],
138
+ "fps": 50
139
  },
140
  "observation.images.cam_right_wrist": {
141
  "dtype": "image",
 
148
  "channels",
149
  "height",
150
  "width"
151
+ ],
152
+ "fps": 50
153
  },
154
  "timestamp": {
155
  "dtype": "float32",
156
  "shape": [
157
  1
158
  ],
159
+ "names": null,
160
+ "fps": 50
161
  },
162
  "frame_index": {
163
  "dtype": "int64",
164
  "shape": [
165
  1
166
  ],
167
+ "names": null,
168
+ "fps": 50
169
  },
170
  "episode_index": {
171
  "dtype": "int64",
172
  "shape": [
173
  1
174
  ],
175
+ "names": null,
176
+ "fps": 50
177
  },
178
  "index": {
179
  "dtype": "int64",
180
  "shape": [
181
  1
182
  ],
183
+ "names": null,
184
+ "fps": 50
185
  },
186
  "task_index": {
187
  "dtype": "int64",
188
  "shape": [
189
  1
190
  ],
191
+ "names": null,
192
+ "fps": 50
193
  }
194
+ },
195
+ "data_files_size_in_mb": 100,
196
+ "video_files_size_in_mb": 200
197
  }
198
  ```
199