pepijn223 HF Staff commited on
Commit
b60dbce
·
verified ·
1 Parent(s): 90b224f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +203 -0
README.md ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "openarms_follower",
29
+ "total_episodes": 0,
30
+ "total_frames": 0,
31
+ "total_tasks": 0,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 30,
36
+ "splits": {},
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
+ "features": {
40
+ "action": {
41
+ "dtype": "float32",
42
+ "names": [
43
+ "right_joint_1.pos",
44
+ "right_joint_2.pos",
45
+ "right_joint_3.pos",
46
+ "right_joint_4.pos",
47
+ "right_joint_5.pos",
48
+ "right_joint_6.pos",
49
+ "right_joint_7.pos",
50
+ "right_gripper.pos",
51
+ "left_joint_1.pos",
52
+ "left_joint_2.pos",
53
+ "left_joint_3.pos",
54
+ "left_joint_4.pos",
55
+ "left_joint_5.pos",
56
+ "left_joint_6.pos",
57
+ "left_joint_7.pos",
58
+ "left_gripper.pos"
59
+ ],
60
+ "shape": [
61
+ 16
62
+ ]
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "names": [
67
+ "right_joint_1.pos",
68
+ "right_joint_2.pos",
69
+ "right_joint_3.pos",
70
+ "right_joint_4.pos",
71
+ "right_joint_5.pos",
72
+ "right_joint_6.pos",
73
+ "right_joint_7.pos",
74
+ "right_gripper.pos",
75
+ "left_joint_1.pos",
76
+ "left_joint_2.pos",
77
+ "left_joint_3.pos",
78
+ "left_joint_4.pos",
79
+ "left_joint_5.pos",
80
+ "left_joint_6.pos",
81
+ "left_joint_7.pos",
82
+ "left_gripper.pos"
83
+ ],
84
+ "shape": [
85
+ 16
86
+ ]
87
+ },
88
+ "observation.images.left_wrist": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 720,
92
+ 1280,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channels"
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": 30,
107
+ "video.channels": 3,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.images.right_wrist": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 720,
115
+ 1280,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
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": 30,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.base": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 480,
138
+ 640,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ],
146
+ "info": {
147
+ "video.height": 480,
148
+ "video.width": 640,
149
+ "video.codec": "av1",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "video.fps": 30,
153
+ "video.channels": 3,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "timestamp": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "frame_index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "episode_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "task_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ }
192
+ }
193
+ }
194
+ ```
195
+
196
+
197
+ ## Citation
198
+
199
+ **BibTeX:**
200
+
201
+ ```bibtex
202
+ [More Information Needed]
203
+ ```