pr0tos commited on
Commit
0bacdb4
·
verified ·
1 Parent(s): 3ab6a7e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -8
README.md CHANGED
@@ -26,14 +26,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "bi_so101_follower",
29
- "total_episodes": 0,
30
- "total_frames": 0,
31
- "total_tasks": 0,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 500,
35
  "fps": 30,
36
- "splits": {},
 
 
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": {
@@ -88,7 +90,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
88
  "height",
89
  "width",
90
  "channels"
91
- ]
 
 
 
 
 
 
 
 
 
 
92
  },
93
  "observation.images.up_depth": {
94
  "dtype": "video",
@@ -99,7 +111,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
99
  "names": [
100
  "height",
101
  "width"
102
- ]
 
 
 
 
 
 
 
 
 
 
103
  },
104
  "observation.images.right": {
105
  "dtype": "video",
@@ -112,7 +134,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
112
  "height",
113
  "width",
114
  "channels"
115
- ]
 
 
 
 
 
 
 
 
 
 
116
  },
117
  "observation.images.left": {
118
  "dtype": "video",
@@ -125,7 +157,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
125
  "height",
126
  "width",
127
  "channels"
128
- ]
 
 
 
 
 
 
 
 
 
 
129
  },
130
  "timestamp": {
131
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "bi_so101_follower",
29
+ "total_episodes": 10,
30
+ "total_frames": 5373,
31
+ "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 500,
35
  "fps": 30,
36
+ "splits": {
37
+ "train": "0:10"
38
+ },
39
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
  "features": {
 
90
  "height",
91
  "width",
92
  "channels"
93
+ ],
94
+ "info": {
95
+ "video.height": 480,
96
+ "video.width": 640,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 30,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ }
104
  },
105
  "observation.images.up_depth": {
106
  "dtype": "video",
 
111
  "names": [
112
  "height",
113
  "width"
114
+ ],
115
+ "info": {
116
+ "video.height": 480,
117
+ "video.width": 640,
118
+ "video.codec": "av1",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "video.fps": 30,
122
+ "video.channels": 3,
123
+ "has_audio": false
124
+ }
125
  },
126
  "observation.images.right": {
127
  "dtype": "video",
 
134
  "height",
135
  "width",
136
  "channels"
137
+ ],
138
+ "info": {
139
+ "video.height": 480,
140
+ "video.width": 640,
141
+ "video.codec": "av1",
142
+ "video.pix_fmt": "yuv420p",
143
+ "video.is_depth_map": false,
144
+ "video.fps": 30,
145
+ "video.channels": 3,
146
+ "has_audio": false
147
+ }
148
  },
149
  "observation.images.left": {
150
  "dtype": "video",
 
157
  "height",
158
  "width",
159
  "channels"
160
+ ],
161
+ "info": {
162
+ "video.height": 480,
163
+ "video.width": 640,
164
+ "video.codec": "av1",
165
+ "video.pix_fmt": "yuv420p",
166
+ "video.is_depth_map": false,
167
+ "video.fps": 30,
168
+ "video.channels": 3,
169
+ "has_audio": false
170
+ }
171
  },
172
  "timestamp": {
173
  "dtype": "float32",