anvilbot-patrickhhh commited on
Commit
70c0b12
·
verified ·
1 Parent(s): a2f5fa2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -16
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,44 +158,52 @@ 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
  "timestamp": {
162
  "dtype": "float32",
163
  "shape": [
164
  1
165
  ],
166
- "names": null
 
167
  },
168
  "frame_index": {
169
  "dtype": "int64",
170
  "shape": [
171
  1
172
  ],
173
- "names": null
 
174
  },
175
  "episode_index": {
176
  "dtype": "int64",
177
  "shape": [
178
  1
179
  ],
180
- "names": null
 
181
  },
182
  "index": {
183
  "dtype": "int64",
184
  "shape": [
185
  1
186
  ],
187
- "names": null
 
188
  },
189
  "task_index": {
190
  "dtype": "int64",
191
  "shape": [
192
  1
193
  ],
194
- "names": null
 
195
  }
196
- }
 
 
197
  }
198
  ```
199
 
 
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
  "timestamp": {
165
  "dtype": "float32",
166
  "shape": [
167
  1
168
  ],
169
+ "names": null,
170
+ "fps": 30
171
  },
172
  "frame_index": {
173
  "dtype": "int64",
174
  "shape": [
175
  1
176
  ],
177
+ "names": null,
178
+ "fps": 30
179
  },
180
  "episode_index": {
181
  "dtype": "int64",
182
  "shape": [
183
  1
184
  ],
185
+ "names": null,
186
+ "fps": 30
187
  },
188
  "index": {
189
  "dtype": "int64",
190
  "shape": [
191
  1
192
  ],
193
+ "names": null,
194
+ "fps": 30
195
  },
196
  "task_index": {
197
  "dtype": "int64",
198
  "shape": [
199
  1
200
  ],
201
+ "names": null,
202
+ "fps": 30
203
  }
204
+ },
205
+ "data_files_size_in_mb": 100,
206
+ "video_files_size_in_mb": 500
207
  }
208
  ```
209