nvkartik commited on
Commit
11345b3
·
verified ·
1 Parent(s): 2a18615

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +220 -0
README.md ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "GR1",
29
+ "total_episodes": 50,
30
+ "total_frames": 4928,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 50,
36
+ "splits": {
37
+ "train": "0:50"
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
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 36
46
+ ],
47
+ "names": null
48
+ },
49
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 54
53
+ ],
54
+ "names": null
55
+ },
56
+ "observation.images.robot_pov_cam": {
57
+ "dtype": "video",
58
+ "shape": [
59
+ 512,
60
+ 512,
61
+ 3
62
+ ],
63
+ "names": [
64
+ "height",
65
+ "width",
66
+ "channels"
67
+ ],
68
+ "info": {
69
+ "video.height": 512,
70
+ "video.width": 512,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "video.fps": 50,
75
+ "video.channels": 3,
76
+ "has_audio": false
77
+ }
78
+ },
79
+ "observation.hand_joint_state": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 22
83
+ ],
84
+ "names": null
85
+ },
86
+ "observation.head_joint_state": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 3
90
+ ],
91
+ "names": null
92
+ },
93
+ "observation.left_eef_pos": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 3
97
+ ],
98
+ "names": {
99
+ "axes": [
100
+ "x",
101
+ "y",
102
+ "z"
103
+ ]
104
+ }
105
+ },
106
+ "observation.left_eef_quat": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 4
110
+ ],
111
+ "names": {
112
+ "axes": [
113
+ "w",
114
+ "x",
115
+ "y",
116
+ "z"
117
+ ]
118
+ }
119
+ },
120
+ "observation.right_eef_pos": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 3
124
+ ],
125
+ "names": {
126
+ "axes": [
127
+ "x",
128
+ "y",
129
+ "z"
130
+ ]
131
+ }
132
+ },
133
+ "observation.right_eef_quat": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 4
137
+ ],
138
+ "names": {
139
+ "axes": [
140
+ "w",
141
+ "x",
142
+ "y",
143
+ "z"
144
+ ]
145
+ }
146
+ },
147
+ "observation.robot_root_pos": {
148
+ "dtype": "float32",
149
+ "shape": [
150
+ 3
151
+ ],
152
+ "names": {
153
+ "axes": [
154
+ "x",
155
+ "y",
156
+ "z"
157
+ ]
158
+ }
159
+ },
160
+ "observation.robot_root_rot": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 4
164
+ ],
165
+ "names": {
166
+ "axes": [
167
+ "w",
168
+ "x",
169
+ "y",
170
+ "z"
171
+ ]
172
+ }
173
+ },
174
+ "timestamp": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "frame_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "episode_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "index": {
196
+ "dtype": "int64",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "task_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ }
209
+ }
210
+ }
211
+ ```
212
+
213
+
214
+ ## Citation
215
+
216
+ **BibTeX:**
217
+
218
+ ```bibtex
219
+ [More Information Needed]
220
+ ```