Odog16 commited on
Commit
b1f1484
·
verified ·
1 Parent(s): 3c84aef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -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": "xlerobot",
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": 200,
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": {
@@ -98,10 +100,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
98
  "height",
99
  "width",
100
  "channels"
101
- ]
 
 
 
 
 
 
 
 
 
 
102
  },
103
  "observation.images.head_depth": {
104
- "dtype": "video",
105
  "shape": [
106
  480,
107
  640,
@@ -124,7 +136,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
124
  "height",
125
  "width",
126
  "channels"
127
- ]
 
 
 
 
 
 
 
 
 
 
128
  },
129
  "observation.images.right_wrist": {
130
  "dtype": "video",
@@ -137,7 +159,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
137
  "height",
138
  "width",
139
  "channels"
140
- ]
 
 
 
 
 
 
 
 
 
 
141
  },
142
  "timestamp": {
143
  "dtype": "float32",
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "xlerobot",
29
+ "total_episodes": 5,
30
+ "total_frames": 1671,
31
+ "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
  "fps": 30,
36
+ "splits": {
37
+ "train": "0:5"
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": {
 
100
  "height",
101
  "width",
102
  "channels"
103
+ ],
104
+ "info": {
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.codec": "av1",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "video.fps": 30,
111
+ "video.channels": 3,
112
+ "has_audio": false
113
+ }
114
  },
115
  "observation.images.head_depth": {
116
+ "dtype": "depth",
117
  "shape": [
118
  480,
119
  640,
 
136
  "height",
137
  "width",
138
  "channels"
139
+ ],
140
+ "info": {
141
+ "video.height": 480,
142
+ "video.width": 640,
143
+ "video.codec": "av1",
144
+ "video.pix_fmt": "yuv420p",
145
+ "video.is_depth_map": false,
146
+ "video.fps": 30,
147
+ "video.channels": 3,
148
+ "has_audio": false
149
+ }
150
  },
151
  "observation.images.right_wrist": {
152
  "dtype": "video",
 
159
  "height",
160
  "width",
161
  "channels"
162
+ ],
163
+ "info": {
164
+ "video.height": 480,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 30,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
  },
174
  "timestamp": {
175
  "dtype": "float32",