apirrone commited on
Commit
016e860
·
verified ·
1 Parent(s): 055ceaf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +171 -0
README.md ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0",
28
+ "robot_type": "reachy2",
29
+ "total_episodes": 20,
30
+ "total_frames": 4964,
31
+ "total_tasks": 1,
32
+ "total_videos": 20,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:20"
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
+ 22
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
+ "mobile_base.vx",
68
+ "mobile_base.vy",
69
+ "mobile_base.vtheta"
70
+ ]
71
+ },
72
+ "observation.state": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 22
76
+ ],
77
+ "names": [
78
+ "neck_yaw.pos",
79
+ "neck_pitch.pos",
80
+ "neck_roll.pos",
81
+ "r_shoulder_pitch.pos",
82
+ "r_shoulder_roll.pos",
83
+ "r_elbow_yaw.pos",
84
+ "r_elbow_pitch.pos",
85
+ "r_wrist_roll.pos",
86
+ "r_wrist_pitch.pos",
87
+ "r_wrist_yaw.pos",
88
+ "r_gripper.pos",
89
+ "l_shoulder_pitch.pos",
90
+ "l_shoulder_roll.pos",
91
+ "l_elbow_yaw.pos",
92
+ "l_elbow_pitch.pos",
93
+ "l_wrist_roll.pos",
94
+ "l_wrist_pitch.pos",
95
+ "l_wrist_yaw.pos",
96
+ "l_gripper.pos",
97
+ "mobile_base.vx",
98
+ "mobile_base.vy",
99
+ "mobile_base.vtheta"
100
+ ]
101
+ },
102
+ "observation.images.head_left": {
103
+ "dtype": "video",
104
+ "shape": [
105
+ 720,
106
+ 960,
107
+ 3
108
+ ],
109
+ "names": [
110
+ "height",
111
+ "width",
112
+ "channels"
113
+ ],
114
+ "info": {
115
+ "video.fps": 30.0,
116
+ "video.height": 720,
117
+ "video.width": 960,
118
+ "video.channels": 3,
119
+ "video.codec": "h264",
120
+ "video.pix_fmt": "yuv420p",
121
+ "video.is_depth_map": false,
122
+ "has_audio": false
123
+ }
124
+ },
125
+ "timestamp": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "frame_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "episode_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "task_index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ }
160
+ }
161
+ }
162
+ ```
163
+
164
+
165
+ ## Citation
166
+
167
+ **BibTeX:**
168
+
169
+ ```bibtex
170
+ [More Information Needed]
171
+ ```