ahmadofski47 commited on
Commit
49ab8a9
·
verified ·
1 Parent(s): ab17cef

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": "g1",
29
  "total_episodes": 20,
30
  "total_frames": 7820,
31
  "total_tasks": 2,
32
- "total_videos": 20,
33
- "total_chunks": 0,
34
  "chunks_size": 1000,
35
  "fps": 20,
36
  "splits": {
37
  "train": "0:100"
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.images.ego_view": {
43
  "dtype": "video",
@@ -93,7 +91,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
93
  "motor_25",
94
  "motor_26",
95
  "motor_27"
96
- ]
 
97
  },
98
  "action": {
99
  "dtype": "float64",
@@ -129,57 +128,68 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
129
  "motor_25",
130
  "motor_26",
131
  "motor_27"
132
- ]
 
133
  },
134
  "timestamp": {
135
  "dtype": "float64",
136
  "shape": [
137
  1
138
- ]
 
139
  },
140
  "annotation.human.action.task_description": {
141
  "dtype": "int64",
142
  "shape": [
143
  1
144
- ]
 
145
  },
146
  "annotation.human.action.valid": {
147
  "dtype": "int64",
148
  "shape": [
149
  1
150
- ]
 
151
  },
152
  "episode_index": {
153
  "dtype": "int64",
154
  "shape": [
155
  1
156
- ]
 
157
  },
158
  "task_index": {
159
  "dtype": "int64",
160
  "shape": [
161
  1
162
- ]
 
163
  },
164
  "index": {
165
  "dtype": "int64",
166
  "shape": [
167
  1
168
- ]
 
169
  },
170
  "next.reward": {
171
  "dtype": "float64",
172
  "shape": [
173
  1
174
- ]
 
175
  },
176
  "next.done": {
177
  "dtype": "bool",
178
  "shape": [
179
  1
180
- ]
 
181
  }
182
- }
 
 
183
  }
184
  ```
185
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "g1",
29
  "total_episodes": 20,
30
  "total_frames": 7820,
31
  "total_tasks": 2,
 
 
32
  "chunks_size": 1000,
33
  "fps": 20,
34
  "splits": {
35
  "train": "0:100"
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.images.ego_view": {
41
  "dtype": "video",
 
91
  "motor_25",
92
  "motor_26",
93
  "motor_27"
94
+ ],
95
+ "fps": 20
96
  },
97
  "action": {
98
  "dtype": "float64",
 
128
  "motor_25",
129
  "motor_26",
130
  "motor_27"
131
+ ],
132
+ "fps": 20
133
  },
134
  "timestamp": {
135
  "dtype": "float64",
136
  "shape": [
137
  1
138
+ ],
139
+ "fps": 20
140
  },
141
  "annotation.human.action.task_description": {
142
  "dtype": "int64",
143
  "shape": [
144
  1
145
+ ],
146
+ "fps": 20
147
  },
148
  "annotation.human.action.valid": {
149
  "dtype": "int64",
150
  "shape": [
151
  1
152
+ ],
153
+ "fps": 20
154
  },
155
  "episode_index": {
156
  "dtype": "int64",
157
  "shape": [
158
  1
159
+ ],
160
+ "fps": 20
161
  },
162
  "task_index": {
163
  "dtype": "int64",
164
  "shape": [
165
  1
166
+ ],
167
+ "fps": 20
168
  },
169
  "index": {
170
  "dtype": "int64",
171
  "shape": [
172
  1
173
+ ],
174
+ "fps": 20
175
  },
176
  "next.reward": {
177
  "dtype": "float64",
178
  "shape": [
179
  1
180
+ ],
181
+ "fps": 20
182
  },
183
  "next.done": {
184
  "dtype": "bool",
185
  "shape": [
186
  1
187
+ ],
188
+ "fps": 20
189
  }
190
+ },
191
+ "data_files_size_in_mb": 100,
192
+ "video_files_size_in_mb": 200
193
  }
194
  ```
195