glannuzel commited on
Commit
05fa9b3
·
verified ·
1 Parent(s): 41b3b48

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +198 -0
README.md ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.1",
28
+ "robot_type": "reachy2",
29
+ "total_episodes": 2,
30
+ "total_frames": 1274,
31
+ "total_tasks": 1,
32
+ "total_videos": 4,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 15,
36
+ "splits": {
37
+ "train": "0:2"
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
+ 24
46
+ ],
47
+ "names": [
48
+ "neck_yaw.pos",
49
+ "neck_pitch.pos",
50
+ "neck_roll.pos",
51
+ "r_shoulder_pitch.pos",
52
+ "r_shoulder_roll.pos",
53
+ "r_elbow_yaw.pos",
54
+ "r_elbow_pitch.pos",
55
+ "r_wrist_roll.pos",
56
+ "r_wrist_pitch.pos",
57
+ "r_wrist_yaw.pos",
58
+ "r_gripper.pos",
59
+ "l_shoulder_pitch.pos",
60
+ "l_shoulder_roll.pos",
61
+ "l_elbow_yaw.pos",
62
+ "l_elbow_pitch.pos",
63
+ "l_wrist_roll.pos",
64
+ "l_wrist_pitch.pos",
65
+ "l_wrist_yaw.pos",
66
+ "l_gripper.pos",
67
+ "l_antenna.pos",
68
+ "r_antenna.pos",
69
+ "mobile_base.vx",
70
+ "mobile_base.vy",
71
+ "mobile_base.vtheta"
72
+ ]
73
+ },
74
+ "observation.state": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 24
78
+ ],
79
+ "names": [
80
+ "neck_yaw.pos",
81
+ "neck_pitch.pos",
82
+ "neck_roll.pos",
83
+ "r_shoulder_pitch.pos",
84
+ "r_shoulder_roll.pos",
85
+ "r_elbow_yaw.pos",
86
+ "r_elbow_pitch.pos",
87
+ "r_wrist_roll.pos",
88
+ "r_wrist_pitch.pos",
89
+ "r_wrist_yaw.pos",
90
+ "r_gripper.pos",
91
+ "l_shoulder_pitch.pos",
92
+ "l_shoulder_roll.pos",
93
+ "l_elbow_yaw.pos",
94
+ "l_elbow_pitch.pos",
95
+ "l_wrist_roll.pos",
96
+ "l_wrist_pitch.pos",
97
+ "l_wrist_yaw.pos",
98
+ "l_gripper.pos",
99
+ "l_antenna.pos",
100
+ "r_antenna.pos",
101
+ "mobile_base.vx",
102
+ "mobile_base.vy",
103
+ "mobile_base.vtheta"
104
+ ]
105
+ },
106
+ "observation.images.teleop_left": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 480,
110
+ 640,
111
+ 3
112
+ ],
113
+ "names": [
114
+ "height",
115
+ "width",
116
+ "channels"
117
+ ],
118
+ "info": {
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 15,
125
+ "video.channels": 3,
126
+ "has_audio": false
127
+ }
128
+ },
129
+ "observation.images.teleop_right": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 480,
133
+ 640,
134
+ 3
135
+ ],
136
+ "names": [
137
+ "height",
138
+ "width",
139
+ "channels"
140
+ ],
141
+ "info": {
142
+ "video.height": 480,
143
+ "video.width": 640,
144
+ "video.codec": "av1",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "video.fps": 15,
148
+ "video.channels": 3,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "timestamp": {
153
+ "dtype": "float32",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ },
159
+ "frame_index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "episode_index": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "task_index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ }
187
+ }
188
+ }
189
+ ```
190
+
191
+
192
+ ## Citation
193
+
194
+ **BibTeX:**
195
+
196
+ ```bibtex
197
+ [More Information Needed]
198
+ ```