anvilbot-patrickhhh commited on
Commit
6a7b610
·
verified ·
1 Parent(s): 0c5c404

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -17
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": "anvil_openarm",
29
  "total_episodes": 1,
30
  "total_frames": 281,
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-{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",
@@ -47,7 +45,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
47
  "names": [
48
  "joint_1.position",
49
  "joint_2.position"
50
- ]
 
51
  },
52
  "observation.images.head": {
53
  "dtype": "video",
@@ -126,7 +125,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
126
  "names": [
127
  "joint_1.velocity",
128
  "joint_2.velocity"
129
- ]
 
130
  },
131
  "observation.torque": {
132
  "dtype": "float32",
@@ -136,7 +136,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
136
  "names": [
137
  "joint_1.torque",
138
  "joint_2.torque"
139
- ]
 
140
  },
141
  "observation.temp_mos": {
142
  "dtype": "float32",
@@ -146,7 +147,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
146
  "names": [
147
  "joint_1.temp_mos",
148
  "joint_2.temp_mos"
149
- ]
 
150
  },
151
  "observation.temp_rotor": {
152
  "dtype": "float32",
@@ -156,7 +158,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
156
  "names": [
157
  "joint_1.temp_rotor",
158
  "joint_2.temp_rotor"
159
- ]
 
160
  },
161
  "action": {
162
  "dtype": "float32",
@@ -166,44 +169,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
166
  "names": [
167
  "joint_1.position",
168
  "joint_2.position"
169
- ]
 
170
  },
171
  "timestamp": {
172
  "dtype": "float32",
173
  "shape": [
174
  1
175
  ],
176
- "names": null
 
177
  },
178
  "frame_index": {
179
  "dtype": "int64",
180
  "shape": [
181
  1
182
  ],
183
- "names": null
 
184
  },
185
  "episode_index": {
186
  "dtype": "int64",
187
  "shape": [
188
  1
189
  ],
190
- "names": null
 
191
  },
192
  "index": {
193
  "dtype": "int64",
194
  "shape": [
195
  1
196
  ],
197
- "names": null
 
198
  },
199
  "task_index": {
200
  "dtype": "int64",
201
  "shape": [
202
  1
203
  ],
204
- "names": null
 
205
  }
206
- }
 
 
207
  }
208
  ```
209
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "anvil_openarm",
29
  "total_episodes": 1,
30
  "total_frames": 281,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
  "train": "0:1"
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",
 
45
  "names": [
46
  "joint_1.position",
47
  "joint_2.position"
48
+ ],
49
+ "fps": 30
50
  },
51
  "observation.images.head": {
52
  "dtype": "video",
 
125
  "names": [
126
  "joint_1.velocity",
127
  "joint_2.velocity"
128
+ ],
129
+ "fps": 30
130
  },
131
  "observation.torque": {
132
  "dtype": "float32",
 
136
  "names": [
137
  "joint_1.torque",
138
  "joint_2.torque"
139
+ ],
140
+ "fps": 30
141
  },
142
  "observation.temp_mos": {
143
  "dtype": "float32",
 
147
  "names": [
148
  "joint_1.temp_mos",
149
  "joint_2.temp_mos"
150
+ ],
151
+ "fps": 30
152
  },
153
  "observation.temp_rotor": {
154
  "dtype": "float32",
 
158
  "names": [
159
  "joint_1.temp_rotor",
160
  "joint_2.temp_rotor"
161
+ ],
162
+ "fps": 30
163
  },
164
  "action": {
165
  "dtype": "float32",
 
169
  "names": [
170
  "joint_1.position",
171
  "joint_2.position"
172
+ ],
173
+ "fps": 30
174
  },
175
  "timestamp": {
176
  "dtype": "float32",
177
  "shape": [
178
  1
179
  ],
180
+ "names": null,
181
+ "fps": 30
182
  },
183
  "frame_index": {
184
  "dtype": "int64",
185
  "shape": [
186
  1
187
  ],
188
+ "names": null,
189
+ "fps": 30
190
  },
191
  "episode_index": {
192
  "dtype": "int64",
193
  "shape": [
194
  1
195
  ],
196
+ "names": null,
197
+ "fps": 30
198
  },
199
  "index": {
200
  "dtype": "int64",
201
  "shape": [
202
  1
203
  ],
204
+ "names": null,
205
+ "fps": 30
206
  },
207
  "task_index": {
208
  "dtype": "int64",
209
  "shape": [
210
  1
211
  ],
212
+ "names": null,
213
+ "fps": 30
214
  }
215
+ },
216
+ "data_files_size_in_mb": 100,
217
+ "video_files_size_in_mb": 500
218
  }
219
  ```
220