AnonymousMouse404 commited on
Commit
4ab41b0
·
verified ·
1 Parent(s): 18ebd7d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -37,8 +37,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
37
  "observation.images.board": {
38
  "dtype": "video",
39
  "shape": [
40
- 384,
41
- 384,
42
  3
43
  ],
44
  "names": [
@@ -47,8 +47,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
47
  "channel"
48
  ],
49
  "info": {
50
- "video.height": 384,
51
- "video.width": 384,
52
  "video.codec": "av1",
53
  "video.pix_fmt": "yuv420p",
54
  "video.is_depth_map": false,
@@ -156,9 +156,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
156
  "names": null
157
  }
158
  },
159
- "total_episodes": 8,
160
- "total_frames": 2478,
161
- "total_tasks": 6,
162
  "chunks_size": 1000,
163
  "data_files_size_in_mb": 100,
164
  "video_files_size_in_mb": 200,
@@ -166,7 +166,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
166
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
167
  "robot_type": "so101",
168
  "splits": {
169
- "train": "0:8"
170
  }
171
  }
172
  ```
 
37
  "observation.images.board": {
38
  "dtype": "video",
39
  "shape": [
40
+ 480,
41
+ 640,
42
  3
43
  ],
44
  "names": [
 
47
  "channel"
48
  ],
49
  "info": {
50
+ "video.height": 480,
51
+ "video.width": 640,
52
  "video.codec": "av1",
53
  "video.pix_fmt": "yuv420p",
54
  "video.is_depth_map": false,
 
156
  "names": null
157
  }
158
  },
159
+ "total_episodes": 3,
160
+ "total_frames": 875,
161
+ "total_tasks": 3,
162
  "chunks_size": 1000,
163
  "data_files_size_in_mb": 100,
164
  "video_files_size_in_mb": 200,
 
166
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
167
  "robot_type": "so101",
168
  "splits": {
169
+ "train": "0:3"
170
  }
171
  }
172
  ```