anvilbot-patrickhhh commited on
Commit
e16bbfd
·
verified ·
1 Parent(s): 083bbe5

Upload README.md with huggingface_hub

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