binhpham commited on
Commit
a271223
·
verified ·
1 Parent(s): a703486

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +185 -0
README.md ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - lerobot
9
+ - so101
10
+ - candy-shop
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=binhpham/candy-shop-mini">
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
+ "fps": 30,
40
+ "features": {
41
+ "observation.state": {
42
+ "dtype": "float32",
43
+ "names": [
44
+ "shoulder_pan.pos",
45
+ "shoulder_lift.pos",
46
+ "elbow_flex.pos",
47
+ "wrist_flex.pos",
48
+ "wrist_roll.pos",
49
+ "gripper.pos"
50
+ ],
51
+ "shape": [
52
+ 6
53
+ ]
54
+ },
55
+ "observation.images.arm_camera": {
56
+ "dtype": "video",
57
+ "shape": [
58
+ 480,
59
+ 640,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channels"
66
+ ],
67
+ "info": {
68
+ "is_depth_map": false,
69
+ "video.height": 480,
70
+ "video.width": 640,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.fps": 30,
74
+ "video.channels": 3,
75
+ "has_audio": false,
76
+ "video.g": 2,
77
+ "video.crf": 30,
78
+ "video.preset": 12,
79
+ "video.fast_decode": 0,
80
+ "video.video_backend": "pyav",
81
+ "video.extra_options": {}
82
+ }
83
+ },
84
+ "observation.images.overhead_camera": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 480,
88
+ 640,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ],
96
+ "info": {
97
+ "is_depth_map": false,
98
+ "video.height": 480,
99
+ "video.width": 640,
100
+ "video.codec": "av1",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.fps": 30,
103
+ "video.channels": 3,
104
+ "has_audio": false,
105
+ "video.g": 2,
106
+ "video.crf": 30,
107
+ "video.preset": 12,
108
+ "video.fast_decode": 0,
109
+ "video.video_backend": "pyav",
110
+ "video.extra_options": {}
111
+ }
112
+ },
113
+ "action": {
114
+ "dtype": "float32",
115
+ "names": [
116
+ "shoulder_pan.pos",
117
+ "shoulder_lift.pos",
118
+ "elbow_flex.pos",
119
+ "wrist_flex.pos",
120
+ "wrist_roll.pos",
121
+ "gripper.pos"
122
+ ],
123
+ "shape": [
124
+ 6
125
+ ]
126
+ },
127
+ "timestamp": {
128
+ "dtype": "float32",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "frame_index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "episode_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "task_index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ }
162
+ },
163
+ "total_episodes": 181,
164
+ "total_frames": 26260,
165
+ "total_tasks": 9,
166
+ "chunks_size": 1000,
167
+ "data_files_size_in_mb": 100,
168
+ "video_files_size_in_mb": 200,
169
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
170
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
171
+ "robot_type": "so101_follower",
172
+ "splits": {
173
+ "train": "0:181"
174
+ }
175
+ }
176
+ ```
177
+
178
+
179
+ ## Citation
180
+
181
+ **BibTeX:**
182
+
183
+ ```bibtex
184
+ [More Information Needed]
185
+ ```