PhyARI commited on
Commit
ad6c0fe
·
verified ·
1 Parent(s): fb36f2a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +213 -0
README.md ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=physicalairi/ur3_stack_cube_camera_sim_v2">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 30,
36
+ "features": {
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "shoulder_pan_joint.pos",
44
+ "shoulder_lift_joint.pos",
45
+ "elbow_joint.pos",
46
+ "wrist_1_joint.pos",
47
+ "wrist_2_joint.pos",
48
+ "wrist_3_joint.pos",
49
+ "finger_joint.pos",
50
+ "left_inner_finger_joint.pos",
51
+ "right_inner_finger_joint.pos",
52
+ "left_inner_finger_knuckle_joint.pos",
53
+ "right_inner_finger_knuckle_joint.pos",
54
+ "right_outer_knuckle_joint.pos"
55
+ ]
56
+ },
57
+ "action": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 12
61
+ ],
62
+ "names": [
63
+ "shoulder_pan_joint.pos",
64
+ "shoulder_lift_joint.pos",
65
+ "elbow_joint.pos",
66
+ "wrist_1_joint.pos",
67
+ "wrist_2_joint.pos",
68
+ "wrist_3_joint.pos",
69
+ "finger_joint.pos",
70
+ "left_inner_finger_joint.pos",
71
+ "right_inner_finger_joint.pos",
72
+ "left_inner_finger_knuckle_joint.pos",
73
+ "right_inner_finger_knuckle_joint.pos",
74
+ "right_outer_knuckle_joint.pos"
75
+ ]
76
+ },
77
+ "observation.images.side": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 480,
81
+ 640,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "video_info": {
90
+ "video.height": 480,
91
+ "video.width": 640,
92
+ "video.codec": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 30.0,
96
+ "video.channels": 3,
97
+ "has_audio": false
98
+ },
99
+ "info": {
100
+ "video.height": 480,
101
+ "video.width": 640,
102
+ "video.codec": "av1",
103
+ "video.pix_fmt": "yuv420p",
104
+ "video.is_depth_map": false,
105
+ "video.fps": 30,
106
+ "video.channels": 3,
107
+ "has_audio": false,
108
+ "video.g": 2,
109
+ "video.crf": 30,
110
+ "video.preset": 12,
111
+ "video.fast_decode": 0,
112
+ "video.video_backend": "pyav",
113
+ "video.extra_options": {}
114
+ }
115
+ },
116
+ "observation.images.wrist": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 480,
120
+ 640,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channels"
127
+ ],
128
+ "video_info": {
129
+ "video.height": 480,
130
+ "video.width": 640,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 30.0,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ },
138
+ "info": {
139
+ "video.height": 480,
140
+ "video.width": 640,
141
+ "video.codec": "av1",
142
+ "video.pix_fmt": "yuv420p",
143
+ "video.is_depth_map": false,
144
+ "video.fps": 30,
145
+ "video.channels": 3,
146
+ "has_audio": false,
147
+ "video.g": 2,
148
+ "video.crf": 30,
149
+ "video.preset": 12,
150
+ "video.fast_decode": 0,
151
+ "video.video_backend": "pyav",
152
+ "video.extra_options": {}
153
+ }
154
+ },
155
+ "timestamp": {
156
+ "dtype": "float32",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "frame_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "episode_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ },
176
+ "index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ },
183
+ "task_index": {
184
+ "dtype": "int64",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ }
190
+ },
191
+ "total_episodes": 30,
192
+ "total_frames": 13271,
193
+ "total_tasks": 1,
194
+ "chunks_size": 1000,
195
+ "data_files_size_in_mb": 100,
196
+ "video_files_size_in_mb": 200,
197
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
198
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
199
+ "robot_type": "ur3_robotiq_2f85",
200
+ "splits": {
201
+ "train": "0:30"
202
+ }
203
+ }
204
+ ```
205
+
206
+
207
+ ## Citation
208
+
209
+ **BibTeX:**
210
+
211
+ ```bibtex
212
+ [More Information Needed]
213
+ ```