steb6 commited on
Commit
eeb410e
·
verified ·
1 Parent(s): ae209b0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +199 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ergocub",
29
+ "total_episodes": 3,
30
+ "total_frames": 699,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:3"
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
+ "action": {
43
+ "dtype": "float32",
44
+ "names": [
45
+ "left_hand.position.x",
46
+ "left_hand.position.y",
47
+ "left_hand.position.z",
48
+ "left_hand.orientation.d1",
49
+ "left_hand.orientation.d2",
50
+ "left_hand.orientation.d3",
51
+ "left_hand.orientation.d4",
52
+ "left_hand.orientation.d5",
53
+ "left_hand.orientation.d6",
54
+ "right_hand.position.x",
55
+ "right_hand.position.y",
56
+ "right_hand.position.z",
57
+ "right_hand.orientation.d1",
58
+ "right_hand.orientation.d2",
59
+ "right_hand.orientation.d3",
60
+ "right_hand.orientation.d4",
61
+ "right_hand.orientation.d5",
62
+ "right_hand.orientation.d6",
63
+ "head.orientation.d1",
64
+ "head.orientation.d2",
65
+ "head.orientation.d3",
66
+ "head.orientation.d4",
67
+ "head.orientation.d5",
68
+ "head.orientation.d6",
69
+ "left_fingers.thumb_add",
70
+ "left_fingers.thumb_oc",
71
+ "left_fingers.index_add",
72
+ "left_fingers.index_oc",
73
+ "left_fingers.middle_oc",
74
+ "left_fingers.ring_pinky_oc",
75
+ "right_fingers.thumb_add",
76
+ "right_fingers.thumb_oc",
77
+ "right_fingers.index_add",
78
+ "right_fingers.index_oc",
79
+ "right_fingers.middle_oc",
80
+ "right_fingers.ring_pinky_oc"
81
+ ],
82
+ "shape": [
83
+ 36
84
+ ]
85
+ },
86
+ "observation.state": {
87
+ "dtype": "float32",
88
+ "names": [
89
+ "left_hand.position.x",
90
+ "left_hand.position.y",
91
+ "left_hand.position.z",
92
+ "left_hand.orientation.d1",
93
+ "left_hand.orientation.d2",
94
+ "left_hand.orientation.d3",
95
+ "left_hand.orientation.d4",
96
+ "left_hand.orientation.d5",
97
+ "left_hand.orientation.d6",
98
+ "right_hand.position.x",
99
+ "right_hand.position.y",
100
+ "right_hand.position.z",
101
+ "right_hand.orientation.d1",
102
+ "right_hand.orientation.d2",
103
+ "right_hand.orientation.d3",
104
+ "right_hand.orientation.d4",
105
+ "right_hand.orientation.d5",
106
+ "right_hand.orientation.d6",
107
+ "head.orientation.d1",
108
+ "head.orientation.d2",
109
+ "head.orientation.d3",
110
+ "head.orientation.d4",
111
+ "head.orientation.d5",
112
+ "head.orientation.d6",
113
+ "left_fingers.thumb_add",
114
+ "left_fingers.thumb_oc",
115
+ "left_fingers.index_add",
116
+ "left_fingers.index_oc",
117
+ "left_fingers.middle_oc",
118
+ "left_fingers.ring_pinky_oc",
119
+ "right_fingers.thumb_add",
120
+ "right_fingers.thumb_oc",
121
+ "right_fingers.index_add",
122
+ "right_fingers.index_oc",
123
+ "right_fingers.middle_oc",
124
+ "right_fingers.ring_pinky_oc"
125
+ ],
126
+ "shape": [
127
+ 36
128
+ ]
129
+ },
130
+ "observation.images.egocentric": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 480,
134
+ 640,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "info": {
143
+ "video.height": 480,
144
+ "video.width": 640,
145
+ "video.codec": "av1",
146
+ "video.pix_fmt": "yuv420p",
147
+ "video.is_depth_map": false,
148
+ "video.fps": 10,
149
+ "video.channels": 3,
150
+ "has_audio": false
151
+ }
152
+ },
153
+ "timestamp": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "frame_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "episode_index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "task_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ }
188
+ }
189
+ }
190
+ ```
191
+
192
+
193
+ ## Citation
194
+
195
+ **BibTeX:**
196
+
197
+ ```bibtex
198
+ [More Information Needed]
199
+ ```