FranRFH commited on
Commit
62b3516
·
verified ·
1 Parent(s): 25de360

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +210 -0
README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "Tienkung_Inspire",
29
+ "total_episodes": 13,
30
+ "total_frames": 5803,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:13"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 28
46
+ ],
47
+ "names": [
48
+ [
49
+ "shoulder_pitch_l_joint",
50
+ "shoulder_roll_l_joint",
51
+ "shoulder_yaw_l_joint",
52
+ "elbow_pitch_l_joint",
53
+ "elbow_yaw_l_joint",
54
+ "wrist_pitch_l_joint",
55
+ "wrist_roll_l_joint",
56
+ "L_pinky_proximal_joint",
57
+ "L_ring_proximal_joint",
58
+ "L_middle_proximal_joint",
59
+ "L_index_proximal_joint",
60
+ "L_thumb_proximal_pitch_joint",
61
+ "L_thumb_proximal_yaw_joint",
62
+ "shoulder_pitch_r_joint",
63
+ "shoulder_roll_r_joint",
64
+ "shoulder_yaw_r_joint",
65
+ "elbow_pitch_r_joint",
66
+ "elbow_yaw_r_joint",
67
+ "wrist_pitch_r_joint",
68
+ "wrist_roll_r_joint",
69
+ "R_pinky_proximal_joint",
70
+ "R_ring_proximal_joint",
71
+ "R_middle_proximal_joint",
72
+ "R_index_proximal_joint",
73
+ "R_thumb_proximal_pitch_joint",
74
+ "R_thumb_proximal_yaw_joint",
75
+ "head_pitch_joint",
76
+ "head_yaw_joint"
77
+ ]
78
+ ]
79
+ },
80
+ "action": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 28
84
+ ],
85
+ "names": [
86
+ [
87
+ "shoulder_pitch_l_joint",
88
+ "shoulder_roll_l_joint",
89
+ "shoulder_yaw_l_joint",
90
+ "elbow_pitch_l_joint",
91
+ "elbow_yaw_l_joint",
92
+ "wrist_pitch_l_joint",
93
+ "wrist_roll_l_joint",
94
+ "L_pinky_proximal_joint",
95
+ "L_ring_proximal_joint",
96
+ "L_middle_proximal_joint",
97
+ "L_index_proximal_joint",
98
+ "L_thumb_proximal_pitch_joint",
99
+ "L_thumb_proximal_yaw_joint",
100
+ "shoulder_pitch_r_joint",
101
+ "shoulder_roll_r_joint",
102
+ "shoulder_yaw_r_joint",
103
+ "elbow_pitch_r_joint",
104
+ "elbow_yaw_r_joint",
105
+ "wrist_pitch_r_joint",
106
+ "wrist_roll_r_joint",
107
+ "R_pinky_proximal_joint",
108
+ "R_ring_proximal_joint",
109
+ "R_middle_proximal_joint",
110
+ "R_index_proximal_joint",
111
+ "R_thumb_proximal_pitch_joint",
112
+ "R_thumb_proximal_yaw_joint",
113
+ "head_pitch_joint",
114
+ "head_yaw_joint"
115
+ ]
116
+ ]
117
+ },
118
+ "observation.images.camera": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 480,
122
+ 640,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 480,
132
+ "video.width": 640,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 30,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.depth": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 480,
145
+ 640,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 480,
155
+ "video.width": 640,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 30,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "timestamp": {
165
+ "dtype": "float32",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "frame_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "episode_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "task_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ }
199
+ }
200
+ }
201
+ ```
202
+
203
+
204
+ ## Citation
205
+
206
+ **BibTeX:**
207
+
208
+ ```bibtex
209
+ [More Information Needed]
210
+ ```