wizard93 commited on
Commit
abfa08e
·
verified ·
1 Parent(s): 733381d

Upload README.md with huggingface_hub

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