jannick-st commited on
Commit
3bcbe70
·
verified ·
1 Parent(s): c49228f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +186 -0
README.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeCoro
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": "aloha",
29
+ "total_episodes": 8,
30
+ "total_frames": 1420,
31
+ "total_tasks": 1,
32
+ "total_videos": 16,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 50,
36
+ "splits": {
37
+ "train": "0:8"
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
+ 18
46
+ ],
47
+ "names": [
48
+ "left_waist",
49
+ "left_shoulder",
50
+ "left_shoulder_shadow",
51
+ "left_elbow",
52
+ "left_elbow_shadow",
53
+ "left_forearm_roll",
54
+ "left_wrist_angle",
55
+ "left_wrist_rotate",
56
+ "left_gripper",
57
+ "right_waist",
58
+ "right_shoulder",
59
+ "right_shoulder_shadow",
60
+ "right_elbow",
61
+ "right_elbow_shadow",
62
+ "right_forearm_roll",
63
+ "right_wrist_angle",
64
+ "right_wrist_rotate",
65
+ "right_gripper"
66
+ ]
67
+ },
68
+ "observation.rgb.cam_left_wrist": {
69
+ "shape": [
70
+ 480,
71
+ 640,
72
+ 3
73
+ ],
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channels"
78
+ ],
79
+ "info": {
80
+ "video.fps": 50.0,
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.channels": 3,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.is_depth_map": false,
87
+ "has_audio": false
88
+ },
89
+ "dtype": "video"
90
+ },
91
+ "observation.rgb.cam_high": {
92
+ "shape": [
93
+ 480,
94
+ 640,
95
+ 3
96
+ ],
97
+ "names": [
98
+ "height",
99
+ "width",
100
+ "channels"
101
+ ],
102
+ "info": {
103
+ "video.fps": 50.0,
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.channels": 3,
107
+ "video.codec": "av1",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "has_audio": false
111
+ },
112
+ "dtype": "video"
113
+ },
114
+ "observation.low_dim.qpos": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 18
118
+ ],
119
+ "names": [
120
+ "left_waist",
121
+ "left_shoulder",
122
+ "left_shoulder_shadow",
123
+ "left_elbow",
124
+ "left_elbow_shadow",
125
+ "left_forearm_roll",
126
+ "left_wrist_angle",
127
+ "left_wrist_rotate",
128
+ "left_gripper",
129
+ "right_waist",
130
+ "right_shoulder",
131
+ "right_shoulder_shadow",
132
+ "right_elbow",
133
+ "right_elbow_shadow",
134
+ "right_forearm_roll",
135
+ "right_wrist_angle",
136
+ "right_wrist_rotate",
137
+ "right_gripper"
138
+ ]
139
+ },
140
+ "timestamp": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "frame_index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "episode_index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "task_index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ }
175
+ }
176
+ }
177
+ ```
178
+
179
+
180
+ ## Citation
181
+
182
+ **BibTeX:**
183
+
184
+ ```bibtex
185
+ [More Information Needed]
186
+ ```