mhyatt000 commited on
Commit
400cfa9
·
verified ·
1 Parent(s): 8f64cc6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +217 -0
README.md ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v2.1",
28
+ "robot_type": "human",
29
+ "total_episodes": 1,
30
+ "total_frames": 5,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 50,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": null,
41
+ "features": {
42
+ "lang": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 512
46
+ ],
47
+ "names": null
48
+ },
49
+ "observation.image.low": {
50
+ "dtype": "image",
51
+ "shape": [
52
+ 480,
53
+ 640,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "width",
58
+ "height",
59
+ "channels"
60
+ ]
61
+ },
62
+ "observation.image.wrist": {
63
+ "dtype": "image",
64
+ "shape": [
65
+ 256,
66
+ 256,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "width",
71
+ "height",
72
+ "channels"
73
+ ]
74
+ },
75
+ "observation.state.box.center": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 2
79
+ ],
80
+ "names": [
81
+ "gripper"
82
+ ]
83
+ },
84
+ "observation.state.box.kp2d": {
85
+ "dtype": "float32",
86
+ "shape": [
87
+ 21,
88
+ 2
89
+ ],
90
+ "names": [
91
+ "gripper"
92
+ ]
93
+ },
94
+ "observation.state.box.size": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": [
100
+ "gripper"
101
+ ]
102
+ },
103
+ "observation.state.kp2d": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 21,
107
+ 2
108
+ ],
109
+ "names": [
110
+ "gripper"
111
+ ]
112
+ },
113
+ "observation.state.kp3d": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 21,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "gripper"
121
+ ]
122
+ },
123
+ "observation.state.mano.betas": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 10
127
+ ],
128
+ "names": [
129
+ "gripper"
130
+ ]
131
+ },
132
+ "observation.state.mano.global_orient": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 3,
136
+ 3
137
+ ],
138
+ "names": [
139
+ "gripper"
140
+ ]
141
+ },
142
+ "observation.state.mano.hand_pose": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 15,
146
+ 3,
147
+ 3
148
+ ],
149
+ "names": [
150
+ "gripper"
151
+ ]
152
+ },
153
+ "observation.state.right": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": [
159
+ "gripper"
160
+ ]
161
+ },
162
+ "observation.state.scaled_focal_length": {
163
+ "dtype": "float32",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": [
168
+ "gripper"
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
+ }
208
+ ```
209
+
210
+
211
+ ## Citation
212
+
213
+ **BibTeX:**
214
+
215
+ ```bibtex
216
+ [More Information Needed]
217
+ ```