glannuzel commited on
Commit
e1ecb28
·
verified ·
1 Parent(s): b7dbc81

Upload README.md with huggingface_hub

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