andabi commited on
Commit
8eb58af
·
verified ·
1 Parent(s): c5e9c96

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +197 -0
README.md ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.0",
28
+ "robot_type": "koch_bimanual",
29
+ "total_episodes": 14,
30
+ "total_frames": 5571,
31
+ "total_tasks": 1,
32
+ "total_videos": 42,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 15,
36
+ "splits": {
37
+ "train": "0:14"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 12
46
+ ],
47
+ "names": [
48
+ "left_shoulder_pan",
49
+ "left_shoulder_lift",
50
+ "left_elbow_flex",
51
+ "left_wrist_flex",
52
+ "left_wrist_roll",
53
+ "left_gripper",
54
+ "right_shoulder_pan",
55
+ "right_shoulder_lift",
56
+ "right_elbow_flex",
57
+ "right_wrist_flex",
58
+ "right_wrist_roll",
59
+ "right_gripper"
60
+ ]
61
+ },
62
+ "observation.state": {
63
+ "dtype": "float32",
64
+ "shape": [
65
+ 12
66
+ ],
67
+ "names": [
68
+ "left_shoulder_pan",
69
+ "left_shoulder_lift",
70
+ "left_elbow_flex",
71
+ "left_wrist_flex",
72
+ "left_wrist_roll",
73
+ "left_gripper",
74
+ "right_shoulder_pan",
75
+ "right_shoulder_lift",
76
+ "right_elbow_flex",
77
+ "right_wrist_flex",
78
+ "right_wrist_roll",
79
+ "right_gripper"
80
+ ]
81
+ },
82
+ "observation.images.bird": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 480,
86
+ 640,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channels"
93
+ ],
94
+ "info": {
95
+ "video.fps": 15.0,
96
+ "video.height": 480,
97
+ "video.width": 640,
98
+ "video.channels": 3,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "has_audio": false
103
+ }
104
+ },
105
+ "observation.images.wrist_left": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ],
117
+ "info": {
118
+ "video.fps": 15.0,
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.channels": 3,
122
+ "video.codec": "av1",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "has_audio": false
126
+ }
127
+ },
128
+ "observation.images.wrist_right": {
129
+ "dtype": "video",
130
+ "shape": [
131
+ 480,
132
+ 640,
133
+ 3
134
+ ],
135
+ "names": [
136
+ "height",
137
+ "width",
138
+ "channels"
139
+ ],
140
+ "info": {
141
+ "video.fps": 15.0,
142
+ "video.height": 480,
143
+ "video.width": 640,
144
+ "video.channels": 3,
145
+ "video.codec": "av1",
146
+ "video.pix_fmt": "yuv420p",
147
+ "video.is_depth_map": false,
148
+ "has_audio": false
149
+ }
150
+ },
151
+ "timestamp": {
152
+ "dtype": "float32",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "frame_index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "episode_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "task_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ }
186
+ }
187
+ }
188
+ ```
189
+
190
+
191
+ ## Citation
192
+
193
+ **BibTeX:**
194
+
195
+ ```bibtex
196
+ [More Information Needed]
197
+ ```