hieu1344 commited on
Commit
d16ef6b
·
verified ·
1 Parent(s): c3ae215

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +191 -0
README.md ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.1",
28
+ "robot_type": "aiworker",
29
+ "total_episodes": 92,
30
+ "total_frames": 49498,
31
+ "total_tasks": 1,
32
+ "total_videos": 276,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 15,
36
+ "splits": {
37
+ "train": "0:92"
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
+ "timestamp": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 1
46
+ ],
47
+ "names": null
48
+ },
49
+ "frame_index": {
50
+ "dtype": "int64",
51
+ "shape": [
52
+ 1
53
+ ],
54
+ "names": null
55
+ },
56
+ "episode_index": {
57
+ "dtype": "int64",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null
62
+ },
63
+ "index": {
64
+ "dtype": "int64",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null
69
+ },
70
+ "task_index": {
71
+ "dtype": "int64",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "object_poses": {
78
+ "dtype": "float32",
79
+ "names": [
80
+ "x",
81
+ "y",
82
+ "z",
83
+ "rotation"
84
+ ],
85
+ "shape": [
86
+ 6,
87
+ 4
88
+ ]
89
+ },
90
+ "observation.images.cam_wrist": {
91
+ "dtype": "video",
92
+ "names": [
93
+ "height",
94
+ "width",
95
+ "channels"
96
+ ],
97
+ "shape": [
98
+ 480,
99
+ 848,
100
+ 3
101
+ ],
102
+ "info": {
103
+ "video.height": 480,
104
+ "video.width": 848,
105
+ "video.channels": 3,
106
+ "video.codec": "libx264",
107
+ "video.pix_fmt": "yuv420p"
108
+ }
109
+ },
110
+ "observation.images.cam_scene1": {
111
+ "dtype": "video",
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ],
117
+ "shape": [
118
+ 480,
119
+ 640,
120
+ 3
121
+ ],
122
+ "info": {
123
+ "video.height": 480,
124
+ "video.width": 640,
125
+ "video.channels": 3,
126
+ "video.codec": "libx264",
127
+ "video.pix_fmt": "yuv420p"
128
+ }
129
+ },
130
+ "observation.images.cam_scene2": {
131
+ "dtype": "video",
132
+ "names": [
133
+ "height",
134
+ "width",
135
+ "channels"
136
+ ],
137
+ "shape": [
138
+ 480,
139
+ 640,
140
+ 3
141
+ ],
142
+ "info": {
143
+ "video.height": 480,
144
+ "video.width": 640,
145
+ "video.channels": 3,
146
+ "video.codec": "libx264",
147
+ "video.pix_fmt": "yuv420p"
148
+ }
149
+ },
150
+ "observation.state": {
151
+ "dtype": "float32",
152
+ "names": [
153
+ "joint1",
154
+ "joint2",
155
+ "joint3",
156
+ "joint4",
157
+ "joint5",
158
+ "joint6",
159
+ "rh_r1_joint"
160
+ ],
161
+ "shape": [
162
+ 7
163
+ ]
164
+ },
165
+ "action": {
166
+ "dtype": "float32",
167
+ "names": [
168
+ "joint1",
169
+ "joint2",
170
+ "joint3",
171
+ "joint4",
172
+ "joint5",
173
+ "joint6",
174
+ "rh_r1_joint"
175
+ ],
176
+ "shape": [
177
+ 7
178
+ ]
179
+ }
180
+ }
181
+ }
182
+ ```
183
+
184
+
185
+ ## Citation
186
+
187
+ **BibTeX:**
188
+
189
+ ```bibtex
190
+ [More Information Needed]
191
+ ```