HGLLL commited on
Commit
692b7dc
·
verified ·
1 Parent(s): 693c975

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -32,19 +32,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
32
  ```json
33
  {
34
  "codebase_version": "v3.0",
35
- "robot_type": "bi_yam_follower",
36
- "total_episodes": 26,
37
- "total_frames": 17658,
38
- "total_tasks": 1,
39
- "chunks_size": 1000,
40
- "data_files_size_in_mb": 100,
41
- "video_files_size_in_mb": 200,
42
  "fps": 30,
43
- "splits": {
44
- "train": "0:26"
45
- },
46
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
  "features": {
49
  "action": {
50
  "dtype": "float32",
@@ -194,6 +182,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
194
  ],
195
  "names": null
196
  }
 
 
 
 
 
 
 
 
 
 
 
 
197
  }
198
  }
199
  ```
 
32
  ```json
33
  {
34
  "codebase_version": "v3.0",
 
 
 
 
 
 
 
35
  "fps": 30,
 
 
 
 
 
36
  "features": {
37
  "action": {
38
  "dtype": "float32",
 
182
  ],
183
  "names": null
184
  }
185
+ },
186
+ "total_episodes": 27,
187
+ "total_frames": 17889,
188
+ "total_tasks": 1,
189
+ "chunks_size": 1000,
190
+ "data_files_size_in_mb": 100,
191
+ "video_files_size_in_mb": 200,
192
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
193
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
194
+ "robot_type": "bi_yam_follower",
195
+ "splits": {
196
+ "train": "0:27"
197
  }
198
  }
199
  ```