RobotisSW commited on
Commit
855f03c
·
verified ·
1 Parent(s): 82630d0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +206 -0
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 2,
31
+ "total_frames": 327,
32
+ "total_tasks": 1,
33
+ "total_videos": 6,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 30,
37
+ "splits": {
38
+ "train": "0:2"
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
+ 16
47
+ ],
48
+ "names": [
49
+ "arm_right_waist",
50
+ "arm_right_shoulder",
51
+ "arm_right_shoulder_shadow",
52
+ "arm_right_elbow",
53
+ "arm_right_elbow_shadow",
54
+ "arm_right_forearm_roll",
55
+ "arm_right_wrist_angle",
56
+ "arm_right_gripper",
57
+ "arm_left_waist",
58
+ "arm_left_shoulder",
59
+ "arm_left_shoulder_shadow",
60
+ "arm_left_elbow",
61
+ "arm_left_elbow_shadow",
62
+ "arm_left_forearm_roll",
63
+ "arm_left_wrist_angle",
64
+ "arm_left_gripper"
65
+ ]
66
+ },
67
+ "observation.state": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 16
71
+ ],
72
+ "names": [
73
+ "arm_right_waist",
74
+ "arm_right_shoulder",
75
+ "arm_right_shoulder_shadow",
76
+ "arm_right_elbow",
77
+ "arm_right_elbow_shadow",
78
+ "arm_right_forearm_roll",
79
+ "arm_right_wrist_angle",
80
+ "arm_right_gripper",
81
+ "arm_left_waist",
82
+ "arm_left_shoulder",
83
+ "arm_left_shoulder_shadow",
84
+ "arm_left_elbow",
85
+ "arm_left_elbow_shadow",
86
+ "arm_left_forearm_roll",
87
+ "arm_left_wrist_angle",
88
+ "arm_left_gripper"
89
+ ]
90
+ },
91
+ "observation.images.cam_head": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.fps": 30.0,
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "h264",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "observation.images.cam_wrist_1": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 480,
118
+ 640,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channels"
125
+ ],
126
+ "info": {
127
+ "video.fps": 30.0,
128
+ "video.height": 480,
129
+ "video.width": 640,
130
+ "video.channels": 3,
131
+ "video.codec": "h264",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.cam_wrist_2": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 480,
141
+ 640,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channels"
148
+ ],
149
+ "info": {
150
+ "video.fps": 30.0,
151
+ "video.height": 480,
152
+ "video.width": 640,
153
+ "video.channels": 3,
154
+ "video.codec": "h264",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "has_audio": false
158
+ }
159
+ },
160
+ "timestamp": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "frame_index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "episode_index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "task_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ }
195
+ }
196
+ }
197
+ ```
198
+
199
+
200
+ ## Citation
201
+
202
+ **BibTeX:**
203
+
204
+ ```bibtex
205
+ [More Information Needed]
206
+ ```