yaisa5ramriez commited on
Commit
7e69fbe
·
verified ·
1 Parent(s): c1fefae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +218 -0
README.md ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "rover",
29
+ "total_episodes": 1,
30
+ "total_frames": 5983,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:1"
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": {
42
+ "observation.image.main": {
43
+ "dtype": "video",
44
+ "shape": [
45
+ 720,
46
+ 1280,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ],
54
+ "info": {
55
+ "video.height": 720,
56
+ "video.width": 1280,
57
+ "video.codec": "av1",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "video.fps": 10,
61
+ "video.channels": 3,
62
+ "has_audio": false
63
+ }
64
+ },
65
+ "observation.image.left": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 720,
69
+ 1280,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channel"
76
+ ],
77
+ "info": {
78
+ "video.height": 720,
79
+ "video.width": 1280,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 10,
84
+ "video.channels": 3,
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "observation.image.right": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 720,
92
+ 1280,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channel"
99
+ ],
100
+ "info": {
101
+ "video.height": 720,
102
+ "video.width": 1280,
103
+ "video.codec": "av1",
104
+ "video.pix_fmt": "yuv420p",
105
+ "video.is_depth_map": false,
106
+ "video.fps": 10,
107
+ "video.channels": 3,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.image.rear": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 720,
115
+ 1280,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channel"
122
+ ],
123
+ "info": {
124
+ "video.height": 720,
125
+ "video.width": 1280,
126
+ "video.codec": "av1",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "video.fps": 10,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.state": {
135
+ "dtype": "float32",
136
+ "shape": [
137
+ 19
138
+ ],
139
+ "names": [
140
+ "orientation.x",
141
+ "orientation.y",
142
+ "orientation.z",
143
+ "orientation.w",
144
+ "angular_velocity.x",
145
+ "angular_velocity.y",
146
+ "angular_velocity.z",
147
+ "linear_acceleration.x",
148
+ "linear_acceleration.y",
149
+ "linear_acceleration.z",
150
+ "pose.pose.position.x",
151
+ "pose.pose.position.y",
152
+ "pose.pose.position.z",
153
+ "pose.pose.orientation.x",
154
+ "pose.pose.orientation.y",
155
+ "pose.pose.orientation.z",
156
+ "pose.pose.orientation.w",
157
+ "twist.twist.linear.x",
158
+ "twist.twist.angular.z"
159
+ ]
160
+ },
161
+ "action": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 2
165
+ ],
166
+ "names": [
167
+ "twist.linear.x",
168
+ "twist.angular.z"
169
+ ]
170
+ },
171
+ "timestamp": {
172
+ "dtype": "float32",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "frame_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "episode_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "task_index": {
200
+ "dtype": "int64",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ }
206
+ },
207
+ "rosetta_fingerprint": "1023547fd013d8d1"
208
+ }
209
+ ```
210
+
211
+
212
+ ## Citation
213
+
214
+ **BibTeX:**
215
+
216
+ ```bibtex
217
+ [More Information Needed]
218
+ ```