nsgzfei commited on
Commit
a575954
·
verified ·
1 Parent(s): 0edeec5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +216 -0
README.md ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - openarm
8
+ - bimanual
9
+ - act
10
+ - teleop
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+
19
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=nsgzfei/w01_v2">
20
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
21
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
22
+ </a>
23
+
24
+
25
+ ## Dataset Description
26
+
27
+
28
+
29
+ - **Homepage:** [More Information Needed]
30
+ - **Paper:** [More Information Needed]
31
+ - **License:** apache-2.0
32
+
33
+ ## Dataset Structure
34
+
35
+ [meta/info.json](meta/info.json):
36
+ ```json
37
+ {
38
+ "codebase_version": "v3.0",
39
+ "robot_type": null,
40
+ "total_episodes": 177,
41
+ "total_frames": 65395,
42
+ "total_tasks": 3,
43
+ "chunks_size": 1000,
44
+ "data_files_size_in_mb": 100,
45
+ "video_files_size_in_mb": 200,
46
+ "fps": 30,
47
+ "splits": {
48
+ "train": "0:177"
49
+ },
50
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
51
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
52
+ "features": {
53
+ "observation.images.chest": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 480,
57
+ 640,
58
+ 3
59
+ ],
60
+ "names": [
61
+ "height",
62
+ "width",
63
+ "channels"
64
+ ],
65
+ "info": {
66
+ "video.height": 480,
67
+ "video.width": 640,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "video.fps": 30,
72
+ "video.channels": 3,
73
+ "has_audio": false
74
+ }
75
+ },
76
+ "observation.images.left_hand": {
77
+ "dtype": "video",
78
+ "shape": [
79
+ 480,
80
+ 640,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "height",
85
+ "width",
86
+ "channels"
87
+ ],
88
+ "info": {
89
+ "video.height": 480,
90
+ "video.width": 640,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "video.fps": 30,
95
+ "video.channels": 3,
96
+ "has_audio": false
97
+ }
98
+ },
99
+ "observation.images.right_hand": {
100
+ "dtype": "video",
101
+ "shape": [
102
+ 480,
103
+ 640,
104
+ 3
105
+ ],
106
+ "names": [
107
+ "height",
108
+ "width",
109
+ "channels"
110
+ ],
111
+ "info": {
112
+ "video.height": 480,
113
+ "video.width": 640,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "video.fps": 30,
118
+ "video.channels": 3,
119
+ "has_audio": false
120
+ }
121
+ },
122
+ "observation.state": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 16
126
+ ],
127
+ "names": [
128
+ "openarm_left_joint1",
129
+ "openarm_left_joint2",
130
+ "openarm_left_joint3",
131
+ "openarm_left_joint4",
132
+ "openarm_left_joint5",
133
+ "openarm_left_joint6",
134
+ "openarm_left_joint7",
135
+ "openarm_left_finger_joint1",
136
+ "openarm_right_joint1",
137
+ "openarm_right_joint2",
138
+ "openarm_right_joint3",
139
+ "openarm_right_joint4",
140
+ "openarm_right_joint5",
141
+ "openarm_right_joint6",
142
+ "openarm_right_joint7",
143
+ "openarm_right_finger_joint1"
144
+ ]
145
+ },
146
+ "action": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 16
150
+ ],
151
+ "names": [
152
+ "openarm_left_joint1",
153
+ "openarm_left_joint2",
154
+ "openarm_left_joint3",
155
+ "openarm_left_joint4",
156
+ "openarm_left_joint5",
157
+ "openarm_left_joint6",
158
+ "openarm_left_joint7",
159
+ "openarm_left_finger_joint1",
160
+ "openarm_right_joint1",
161
+ "openarm_right_joint2",
162
+ "openarm_right_joint3",
163
+ "openarm_right_joint4",
164
+ "openarm_right_joint5",
165
+ "openarm_right_joint6",
166
+ "openarm_right_joint7",
167
+ "openarm_right_finger_joint1"
168
+ ]
169
+ },
170
+ "timestamp": {
171
+ "dtype": "float32",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "frame_index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "episode_index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ },
191
+ "index": {
192
+ "dtype": "int64",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ },
198
+ "task_index": {
199
+ "dtype": "int64",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ }
205
+ }
206
+ }
207
+ ```
208
+
209
+
210
+ ## Citation
211
+
212
+ **BibTeX:**
213
+
214
+ ```bibtex
215
+ [More Information Needed]
216
+ ```