msmandelbrot commited on
Commit
1ccf1ea
·
verified ·
1 Parent(s): 9133f6f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +204 -0
README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=kd-forge/demo_table_sort_bolts_nuts_m1">
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
+ "robot_type": "bi_so100_k01_m2",
36
+ "total_episodes": 249,
37
+ "total_frames": 167072,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000000,
40
+ "data_files_size_in_mb": 10000,
41
+ "video_files_size_in_mb": 50000,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:249"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "left_shoulder_pan.pos",
53
+ "left_shoulder_lift.pos",
54
+ "left_elbow_flex.pos",
55
+ "left_wrist_flex.pos",
56
+ "left_wrist_roll.pos",
57
+ "left_gripper.pos",
58
+ "right_shoulder_pan.pos",
59
+ "right_shoulder_lift.pos",
60
+ "right_elbow_flex.pos",
61
+ "right_wrist_flex.pos",
62
+ "right_wrist_roll.pos",
63
+ "right_gripper.pos"
64
+ ],
65
+ "shape": [
66
+ 12
67
+ ]
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "names": [
72
+ "left_shoulder_pan.pos",
73
+ "left_shoulder_lift.pos",
74
+ "left_elbow_flex.pos",
75
+ "left_wrist_flex.pos",
76
+ "left_wrist_roll.pos",
77
+ "left_gripper.pos",
78
+ "right_shoulder_pan.pos",
79
+ "right_shoulder_lift.pos",
80
+ "right_elbow_flex.pos",
81
+ "right_wrist_flex.pos",
82
+ "right_wrist_roll.pos",
83
+ "right_gripper.pos"
84
+ ],
85
+ "shape": [
86
+ 12
87
+ ]
88
+ },
89
+ "observation.images.up": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 480,
93
+ 640,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ],
101
+ "info": {
102
+ "video.height": 480,
103
+ "video.width": 640,
104
+ "video.codec": "av1",
105
+ "video.pix_fmt": "yuv420p",
106
+ "video.is_depth_map": false,
107
+ "video.fps": 30,
108
+ "video.channels": 3,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.right": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 480,
116
+ 640,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channels"
123
+ ],
124
+ "info": {
125
+ "video.height": 480,
126
+ "video.width": 640,
127
+ "video.codec": "av1",
128
+ "video.pix_fmt": "yuv420p",
129
+ "video.is_depth_map": false,
130
+ "video.fps": 30,
131
+ "video.channels": 3,
132
+ "has_audio": false
133
+ }
134
+ },
135
+ "observation.images.left": {
136
+ "dtype": "video",
137
+ "shape": [
138
+ 480,
139
+ 640,
140
+ 3
141
+ ],
142
+ "names": [
143
+ "height",
144
+ "width",
145
+ "channels"
146
+ ],
147
+ "info": {
148
+ "video.height": 480,
149
+ "video.width": 640,
150
+ "video.codec": "av1",
151
+ "video.pix_fmt": "yuv420p",
152
+ "video.is_depth_map": false,
153
+ "video.fps": 30,
154
+ "video.channels": 3,
155
+ "has_audio": false
156
+ }
157
+ },
158
+ "timestamp": {
159
+ "dtype": "float32",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "frame_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "episode_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "task_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ }
193
+ }
194
+ }
195
+ ```
196
+
197
+
198
+ ## Citation
199
+
200
+ **BibTeX:**
201
+
202
+ ```bibtex
203
+ [More Information Needed]
204
+ ```