Dongkkka commited on
Commit
6469d34
·
verified ·
1 Parent(s): 5c29c35

Upload README.md with huggingface_hub

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