algorithmtheworld commited on
Commit
ead42c9
·
verified ·
1 Parent(s): 8d1036a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +215 -0
README.md ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ - ros2
9
+ - teleoperation
10
+ - imitation-learning
11
+ - so101-ros-physical-ai
12
+ configs:
13
+ - config_name: default
14
+ data_files: data/*/*.parquet
15
+ ---
16
+
17
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
+
19
+
20
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=algorithmtheworld/so101-pick-and-place">
21
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
22
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
23
+ </a>
24
+
25
+
26
+ ## Dataset Description
27
+
28
+
29
+
30
+ - **Homepage:** https://github.com/legalaspro/so101-ros-physical-ai
31
+ - **Paper:** [More Information Needed]
32
+ - **License:** apache-2.0
33
+
34
+ ## Dataset Structure
35
+
36
+ [meta/info.json](meta/info.json):
37
+ ```json
38
+ {
39
+ "codebase_version": "v3.0",
40
+ "fps": 30,
41
+ "features": {
42
+ "observation.images.wrist": {
43
+ "dtype": "video",
44
+ "shape": [
45
+ 480,
46
+ 640,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channels"
53
+ ],
54
+ "info": {
55
+ "video.height": 480,
56
+ "video.width": 640,
57
+ "video.codec": "av1",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.fps": 30,
60
+ "video.channels": 3,
61
+ "has_audio": false,
62
+ "video.g": 2,
63
+ "video.crf": 30,
64
+ "video.preset": 12,
65
+ "video.fast_decode": 0,
66
+ "video.video_backend": "pyav",
67
+ "video.extra_options": {},
68
+ "is_depth_map": false
69
+ }
70
+ },
71
+ "observation.images.overhead_1": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 480,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.codec": "av1",
87
+ "video.pix_fmt": "yuv420p",
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false,
91
+ "video.g": 2,
92
+ "video.crf": 30,
93
+ "video.preset": 12,
94
+ "video.fast_decode": 0,
95
+ "video.video_backend": "pyav",
96
+ "video.extra_options": {},
97
+ "is_depth_map": false
98
+ }
99
+ },
100
+ "observation.images.overhead_2": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 480,
104
+ 640,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channels"
111
+ ],
112
+ "info": {
113
+ "video.height": 480,
114
+ "video.width": 640,
115
+ "video.codec": "av1",
116
+ "video.pix_fmt": "yuv420p",
117
+ "video.fps": 30,
118
+ "video.channels": 3,
119
+ "has_audio": false,
120
+ "video.g": 2,
121
+ "video.crf": 30,
122
+ "video.preset": 12,
123
+ "video.fast_decode": 0,
124
+ "video.video_backend": "pyav",
125
+ "video.extra_options": {},
126
+ "is_depth_map": false
127
+ }
128
+ },
129
+ "observation.state": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 6
133
+ ],
134
+ "names": [
135
+ "shoulder_pan.pos",
136
+ "shoulder_lift.pos",
137
+ "elbow_flex.pos",
138
+ "wrist_flex.pos",
139
+ "wrist_roll.pos",
140
+ "gripper.pos"
141
+ ]
142
+ },
143
+ "action": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 6
147
+ ],
148
+ "names": [
149
+ "shoulder_pan.pos",
150
+ "shoulder_lift.pos",
151
+ "elbow_flex.pos",
152
+ "wrist_flex.pos",
153
+ "wrist_roll.pos",
154
+ "gripper.pos"
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
+ "total_episodes": 4,
194
+ "total_frames": 2032,
195
+ "total_tasks": 1,
196
+ "chunks_size": 1000,
197
+ "data_files_size_in_mb": 100,
198
+ "video_files_size_in_mb": 200,
199
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
200
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
201
+ "robot_type": "so101",
202
+ "splits": {
203
+ "train": "0:4"
204
+ }
205
+ }
206
+ ```
207
+
208
+
209
+ ## Citation
210
+
211
+ **BibTeX:**
212
+
213
+ ```bibtex
214
+ [More Information Needed]
215
+ ```