anvilbot-patrickhhh commited on
Commit
3dda7ab
·
verified ·
1 Parent(s): 3a8e68e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +195 -0
README.md ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_openarm",
29
+ "total_episodes": 2,
30
+ "total_frames": 651,
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:2"
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.state": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 6
69
+ ],
70
+ "names": [
71
+ "follower1_motor1",
72
+ "follower1_motor2",
73
+ "follower1_motor3",
74
+ "follower1_motor4",
75
+ "follower1_motor5",
76
+ "follower1_motor6"
77
+ ]
78
+ },
79
+ "action": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 6
83
+ ],
84
+ "names": [
85
+ "follower1_motor1",
86
+ "follower1_motor2",
87
+ "follower1_motor3",
88
+ "follower1_motor4",
89
+ "follower1_motor5",
90
+ "follower1_motor6"
91
+ ]
92
+ },
93
+ "observation.velocity": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 6
97
+ ],
98
+ "names": [
99
+ "follower1_motor1",
100
+ "follower1_motor2",
101
+ "follower1_motor3",
102
+ "follower1_motor4",
103
+ "follower1_motor5",
104
+ "follower1_motor6"
105
+ ]
106
+ },
107
+ "observation.effort": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 6
111
+ ],
112
+ "names": [
113
+ "follower1_motor1",
114
+ "follower1_motor2",
115
+ "follower1_motor3",
116
+ "follower1_motor4",
117
+ "follower1_motor5",
118
+ "follower1_motor6"
119
+ ]
120
+ },
121
+ "observation.temp_mos": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 6
125
+ ],
126
+ "names": [
127
+ "follower1_motor1",
128
+ "follower1_motor2",
129
+ "follower1_motor3",
130
+ "follower1_motor4",
131
+ "follower1_motor5",
132
+ "follower1_motor6"
133
+ ]
134
+ },
135
+ "observation.temp_rotor": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 6
139
+ ],
140
+ "names": [
141
+ "follower1_motor1",
142
+ "follower1_motor2",
143
+ "follower1_motor3",
144
+ "follower1_motor4",
145
+ "follower1_motor5",
146
+ "follower1_motor6"
147
+ ]
148
+ },
149
+ "timestamp": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "frame_index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "episode_index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "index": {
171
+ "dtype": "int64",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "task_index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ }
184
+ }
185
+ }
186
+ ```
187
+
188
+
189
+ ## Citation
190
+
191
+ **BibTeX:**
192
+
193
+ ```bibtex
194
+ [More Information Needed]
195
+ ```