pepijn223 HF Staff commited on
Commit
89fb289
·
verified ·
1 Parent(s): ed77c26

Upload README.md with huggingface_hub

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