alibasalam commited on
Commit
b155da7
·
verified ·
1 Parent(s): 91118ef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +95 -3
README.md CHANGED
@@ -33,15 +33,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "bi_widowxai_follower_robot",
36
- "total_episodes": 18,
37
- "total_frames": 11857,
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:18"
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",
@@ -90,6 +90,98 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
90
  14
91
  ]
92
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  "timestamp": {
94
  "dtype": "float32",
95
  "shape": [
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "bi_widowxai_follower_robot",
36
+ "total_episodes": 20,
37
+ "total_frames": 13180,
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:20"
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",
 
90
  14
91
  ]
92
  },
93
+ "observation.images.cam_low": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 640,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 480,
107
+ "video.width": 640,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 30,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.cam_high": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 480,
120
+ 640,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channels"
127
+ ],
128
+ "info": {
129
+ "video.height": 480,
130
+ "video.width": 640,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 30,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.cam_right_wrist": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 480,
143
+ 640,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channels"
150
+ ],
151
+ "info": {
152
+ "video.height": 480,
153
+ "video.width": 640,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 30,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.cam_left_wrist": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 480,
166
+ 640,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channels"
173
+ ],
174
+ "info": {
175
+ "video.height": 480,
176
+ "video.width": 640,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 30,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
  "timestamp": {
186
  "dtype": "float32",
187
  "shape": [