CarolinePascal HF Staff commited on
Commit
620400a
·
verified ·
1 Parent(s): 2627859

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +61 -7
README.md CHANGED
@@ -33,14 +33,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "so_follower",
36
- "total_episodes": 0,
37
- "total_frames": 0,
38
- "total_tasks": 0,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 30,
43
- "splits": {},
 
 
44
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
@@ -83,7 +85,24 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
83
  "height",
84
  "width",
85
  "channels"
86
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  },
88
  "observation.depth.front": {
89
  "dtype": "video",
@@ -96,7 +115,25 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
96
  "width"
97
  ],
98
  "info": {
99
- "video.is_depth_map": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  }
101
  },
102
  "observation.images.wrist": {
@@ -110,7 +147,24 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
110
  "height",
111
  "width",
112
  "channels"
113
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  },
115
  "timestamp": {
116
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "so_follower",
36
+ "total_episodes": 1,
37
+ "total_frames": 135,
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:1"
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": {
 
85
  "height",
86
  "width",
87
  "channels"
88
+ ],
89
+ "info": {
90
+ "video.height": 480,
91
+ "video.width": 640,
92
+ "video.codec": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.fps": 30,
95
+ "video.channels": 3,
96
+ "has_audio": false,
97
+ "video.vcodec": "libsvtav1",
98
+ "video.g": 2,
99
+ "video.crf": 30,
100
+ "video.preset": 12,
101
+ "video.fast_decode": 0,
102
+ "video.video_backend": "pyav",
103
+ "video.extra_options": {},
104
+ "video.is_depth_map": false
105
+ }
106
  },
107
  "observation.depth.front": {
108
  "dtype": "video",
 
115
  "width"
116
  ],
117
  "info": {
118
+ "video.is_depth_map": true,
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.codec": "hevc",
122
+ "video.pix_fmt": "yuv420p12le",
123
+ "video.fps": 30,
124
+ "video.channels": 3,
125
+ "has_audio": false,
126
+ "video.vcodec": "hevc",
127
+ "video.g": 2,
128
+ "video.crf": 30,
129
+ "video.preset": null,
130
+ "video.fast_decode": 0,
131
+ "video.video_backend": "pyav",
132
+ "video.extra_options": {},
133
+ "video.depth_min": 0.1,
134
+ "video.depth_max": 4.0,
135
+ "video.shift": 3.5,
136
+ "video.use_log": true
137
  }
138
  },
139
  "observation.images.wrist": {
 
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.fps": 30,
157
+ "video.channels": 3,
158
+ "has_audio": false,
159
+ "video.vcodec": "libsvtav1",
160
+ "video.g": 2,
161
+ "video.crf": 30,
162
+ "video.preset": 12,
163
+ "video.fast_decode": 0,
164
+ "video.video_backend": "pyav",
165
+ "video.extra_options": {},
166
+ "video.is_depth_map": false
167
+ }
168
  },
169
  "timestamp": {
170
  "dtype": "float32",