Dongkkka commited on
Commit
05178d9
·
verified ·
1 Parent(s): dd55601

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +197 -0
README.md ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - ai_worker
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "aiworker",
30
+ "total_episodes": 5,
31
+ "total_frames": 1503,
32
+ "total_tasks": 1,
33
+ "total_videos": 15,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 30.0,
37
+ "splits": {
38
+ "train": "0:5"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "timestamp": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 1
47
+ ],
48
+ "names": null
49
+ },
50
+ "frame_index": {
51
+ "dtype": "int64",
52
+ "shape": [
53
+ 1
54
+ ],
55
+ "names": null
56
+ },
57
+ "episode_index": {
58
+ "dtype": "int64",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "task_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "observation.images.cam_head": {
79
+ "dtype": "video",
80
+ "names": [
81
+ "channels",
82
+ "height",
83
+ "width"
84
+ ],
85
+ "shape": [
86
+ 360,
87
+ 640,
88
+ 3
89
+ ],
90
+ "info": {
91
+ "video.height": 360,
92
+ "video.width": 640,
93
+ "video.channels": 3,
94
+ "video.codec": "libx264",
95
+ "video.pix_fmt": "yuv420p"
96
+ }
97
+ },
98
+ "observation.images.cam_wrist_right": {
99
+ "dtype": "video",
100
+ "names": [
101
+ "channels",
102
+ "height",
103
+ "width"
104
+ ],
105
+ "shape": [
106
+ 480,
107
+ 848,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 480,
112
+ "video.width": 848,
113
+ "video.channels": 3,
114
+ "video.codec": "libx264",
115
+ "video.pix_fmt": "yuv420p"
116
+ }
117
+ },
118
+ "observation.images.cam_wrist_left": {
119
+ "dtype": "video",
120
+ "names": [
121
+ "channels",
122
+ "height",
123
+ "width"
124
+ ],
125
+ "shape": [
126
+ 480,
127
+ 848,
128
+ 3
129
+ ],
130
+ "info": {
131
+ "video.height": 480,
132
+ "video.width": 848,
133
+ "video.channels": 3,
134
+ "video.codec": "libx264",
135
+ "video.pix_fmt": "yuv420p"
136
+ }
137
+ },
138
+ "observation.state": {
139
+ "dtype": "float32",
140
+ "names": [
141
+ "arm_r_joint1",
142
+ "arm_r_joint2",
143
+ "arm_r_joint3",
144
+ "arm_r_joint4",
145
+ "arm_r_joint5",
146
+ "arm_r_joint6",
147
+ "arm_r_joint7",
148
+ "r_rh_r1_joint",
149
+ "arm_l_joint1",
150
+ "arm_l_joint2",
151
+ "arm_l_joint3",
152
+ "arm_l_joint4",
153
+ "arm_l_joint5",
154
+ "arm_l_joint6",
155
+ "arm_l_joint7",
156
+ "l_rh_r1_joint"
157
+ ],
158
+ "shape": [
159
+ 16
160
+ ]
161
+ },
162
+ "action": {
163
+ "dtype": "float32",
164
+ "names": [
165
+ "arm_r_joint1",
166
+ "arm_r_joint2",
167
+ "arm_r_joint3",
168
+ "arm_r_joint4",
169
+ "arm_r_joint5",
170
+ "arm_r_joint6",
171
+ "arm_r_joint7",
172
+ "r_rh_r1_joint",
173
+ "arm_l_joint1",
174
+ "arm_l_joint2",
175
+ "arm_l_joint3",
176
+ "arm_l_joint4",
177
+ "arm_l_joint5",
178
+ "arm_l_joint6",
179
+ "arm_l_joint7",
180
+ "l_rh_r1_joint"
181
+ ],
182
+ "shape": [
183
+ 16
184
+ ]
185
+ }
186
+ }
187
+ }
188
+ ```
189
+
190
+
191
+ ## Citation
192
+
193
+ **BibTeX:**
194
+
195
+ ```bibtex
196
+ [More Information Needed]
197
+ ```