RobotisSW commited on
Commit
b7073fc
·
verified ·
1 Parent(s): 3bc4db1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +212 -0
README.md ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - tutorial
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "ffw",
30
+ "total_episodes": 5,
31
+ "total_frames": 2053,
32
+ "total_tasks": 1,
33
+ "total_videos": 15,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 15,
37
+ "splits": {
38
+ "train": "0:5"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 19
47
+ ],
48
+ "names": [
49
+ "arm_right_right_shoulder_pitch",
50
+ "arm_right_right_shoulder_roll",
51
+ "arm_right_right_shoulder_yaw",
52
+ "arm_right_right_elbow",
53
+ "arm_right_right_wrist_yaw",
54
+ "arm_right_right_wrist_pitch",
55
+ "arm_right_right_wrist_roll",
56
+ "arm_right_right_gripper",
57
+ "arm_left_left_shoulder_pitch",
58
+ "arm_left_left_shoulder_roll",
59
+ "arm_left_left_shoulder_yaw",
60
+ "arm_left_left_elbow",
61
+ "arm_left_left_wrist_yaw",
62
+ "arm_left_left_wrist_pitch",
63
+ "arm_left_left_wrist_roll",
64
+ "arm_left_left_gripper",
65
+ "head_head_pitch",
66
+ "head_head_yaw",
67
+ "lift_lift"
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 19
74
+ ],
75
+ "names": [
76
+ "arm_right_right_shoulder_pitch",
77
+ "arm_right_right_shoulder_roll",
78
+ "arm_right_right_shoulder_yaw",
79
+ "arm_right_right_elbow",
80
+ "arm_right_right_wrist_yaw",
81
+ "arm_right_right_wrist_pitch",
82
+ "arm_right_right_wrist_roll",
83
+ "arm_right_right_gripper",
84
+ "arm_left_left_shoulder_pitch",
85
+ "arm_left_left_shoulder_roll",
86
+ "arm_left_left_shoulder_yaw",
87
+ "arm_left_left_elbow",
88
+ "arm_left_left_wrist_yaw",
89
+ "arm_left_left_wrist_pitch",
90
+ "arm_left_left_wrist_roll",
91
+ "arm_left_left_gripper",
92
+ "head_head_pitch",
93
+ "head_head_yaw",
94
+ "lift_lift"
95
+ ]
96
+ },
97
+ "observation.images.cam_wrist_1": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 240,
101
+ 424,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "info": {
110
+ "video.height": 240,
111
+ "video.width": 424,
112
+ "video.codec": "av1",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 15,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.cam_wrist_2": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 240,
124
+ 424,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channels"
131
+ ],
132
+ "info": {
133
+ "video.height": 240,
134
+ "video.width": 424,
135
+ "video.codec": "av1",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false,
138
+ "video.fps": 15,
139
+ "video.channels": 3,
140
+ "has_audio": false
141
+ }
142
+ },
143
+ "observation.images.cam_head": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 376,
147
+ 672,
148
+ 3
149
+ ],
150
+ "names": [
151
+ "height",
152
+ "width",
153
+ "channels"
154
+ ],
155
+ "info": {
156
+ "video.height": 376,
157
+ "video.width": 672,
158
+ "video.codec": "av1",
159
+ "video.pix_fmt": "yuv420p",
160
+ "video.is_depth_map": false,
161
+ "video.fps": 15,
162
+ "video.channels": 3,
163
+ "has_audio": false
164
+ }
165
+ },
166
+ "timestamp": {
167
+ "dtype": "float32",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "frame_index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "episode_index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "task_index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ }
201
+ }
202
+ }
203
+ ```
204
+
205
+
206
+ ## Citation
207
+
208
+ **BibTeX:**
209
+
210
+ ```bibtex
211
+ [More Information Needed]
212
+ ```