Odog16 commited on
Commit
92861ae
·
verified ·
1 Parent(s): fc90edf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +216 -0
README.md ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=Odog16/block_sorting">
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": "xlerobot",
36
+ "total_episodes": 68,
37
+ "total_frames": 92102,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:68"
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_arm_shoulder_pan.pos",
53
+ "left_arm_shoulder_lift.pos",
54
+ "left_arm_elbow_flex.pos",
55
+ "left_arm_wrist_flex.pos",
56
+ "left_arm_wrist_roll.pos",
57
+ "left_arm_gripper.pos",
58
+ "right_arm_shoulder_pan.pos",
59
+ "right_arm_shoulder_lift.pos",
60
+ "right_arm_elbow_flex.pos",
61
+ "right_arm_wrist_flex.pos",
62
+ "right_arm_wrist_roll.pos",
63
+ "right_arm_gripper.pos",
64
+ "head_pan.pos",
65
+ "head_tilt.pos",
66
+ "x.vel",
67
+ "y.vel",
68
+ "theta.vel",
69
+ "gantry.height_mm"
70
+ ],
71
+ "shape": [
72
+ 18
73
+ ]
74
+ },
75
+ "observation.state": {
76
+ "dtype": "float32",
77
+ "names": [
78
+ "left_arm_shoulder_pan.pos",
79
+ "left_arm_shoulder_lift.pos",
80
+ "left_arm_elbow_flex.pos",
81
+ "left_arm_wrist_flex.pos",
82
+ "left_arm_wrist_roll.pos",
83
+ "left_arm_gripper.pos",
84
+ "right_arm_shoulder_pan.pos",
85
+ "right_arm_shoulder_lift.pos",
86
+ "right_arm_elbow_flex.pos",
87
+ "right_arm_wrist_flex.pos",
88
+ "right_arm_wrist_roll.pos",
89
+ "right_arm_gripper.pos",
90
+ "head_pan.pos",
91
+ "head_tilt.pos",
92
+ "x.vel",
93
+ "y.vel",
94
+ "theta.vel",
95
+ "gantry.height_mm"
96
+ ],
97
+ "shape": [
98
+ 18
99
+ ]
100
+ },
101
+ "observation.images.head": {
102
+ "dtype": "video",
103
+ "shape": [
104
+ 360,
105
+ 640,
106
+ 3
107
+ ],
108
+ "names": [
109
+ "height",
110
+ "width",
111
+ "channels"
112
+ ],
113
+ "info": {
114
+ "video.height": 360,
115
+ "video.width": 640,
116
+ "video.codec": "h264",
117
+ "video.pix_fmt": "yuv420p",
118
+ "video.is_depth_map": false,
119
+ "video.fps": 30,
120
+ "video.channels": 3,
121
+ "has_audio": false
122
+ }
123
+ },
124
+ "observation.images.left_wrist": {
125
+ "dtype": "video",
126
+ "shape": [
127
+ 360,
128
+ 640,
129
+ 3
130
+ ],
131
+ "names": [
132
+ "height",
133
+ "width",
134
+ "channels"
135
+ ],
136
+ "info": {
137
+ "video.height": 360,
138
+ "video.width": 640,
139
+ "video.codec": "h264",
140
+ "video.pix_fmt": "yuv420p",
141
+ "video.is_depth_map": false,
142
+ "video.fps": 30,
143
+ "video.channels": 3,
144
+ "has_audio": false
145
+ }
146
+ },
147
+ "observation.images.right_wrist": {
148
+ "dtype": "video",
149
+ "shape": [
150
+ 360,
151
+ 640,
152
+ 3
153
+ ],
154
+ "names": [
155
+ "height",
156
+ "width",
157
+ "channels"
158
+ ],
159
+ "info": {
160
+ "video.height": 360,
161
+ "video.width": 640,
162
+ "video.codec": "h264",
163
+ "video.pix_fmt": "yuv420p",
164
+ "video.is_depth_map": false,
165
+ "video.fps": 30,
166
+ "video.channels": 3,
167
+ "has_audio": false
168
+ }
169
+ },
170
+ "timestamp": {
171
+ "dtype": "float32",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "frame_index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "episode_index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ },
191
+ "index": {
192
+ "dtype": "int64",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ },
198
+ "task_index": {
199
+ "dtype": "int64",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ }
205
+ }
206
+ }
207
+ ```
208
+
209
+
210
+ ## Citation
211
+
212
+ **BibTeX:**
213
+
214
+ ```bibtex
215
+ [More Information Needed]
216
+ ```