Ac31415 commited on
Commit
fa07907
·
verified ·
1 Parent(s): 77c6c88

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +214 -0
README.md ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Ac31415/vr-record-test-3">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "ur5e_aic",
36
+ "total_episodes": 1,
37
+ "total_frames": 1792,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:1"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "pose.position.x",
53
+ "pose.position.y",
54
+ "pose.position.z",
55
+ "pose.orientation.x",
56
+ "pose.orientation.y",
57
+ "pose.orientation.z",
58
+ "pose.orientation.w",
59
+ "gripper.position"
60
+ ],
61
+ "shape": [
62
+ 8
63
+ ]
64
+ },
65
+ "observation.state": {
66
+ "dtype": "float32",
67
+ "names": [
68
+ "tcp_pose.position.x",
69
+ "tcp_pose.position.y",
70
+ "tcp_pose.position.z",
71
+ "tcp_pose.orientation.x",
72
+ "tcp_pose.orientation.y",
73
+ "tcp_pose.orientation.z",
74
+ "tcp_pose.orientation.w",
75
+ "tcp_velocity.linear.x",
76
+ "tcp_velocity.linear.y",
77
+ "tcp_velocity.linear.z",
78
+ "tcp_velocity.angular.x",
79
+ "tcp_velocity.angular.y",
80
+ "tcp_velocity.angular.z",
81
+ "tcp_error.x",
82
+ "tcp_error.y",
83
+ "tcp_error.z",
84
+ "tcp_error.rx",
85
+ "tcp_error.ry",
86
+ "tcp_error.rz",
87
+ "joint_positions.0",
88
+ "joint_positions.1",
89
+ "joint_positions.2",
90
+ "joint_positions.3",
91
+ "joint_positions.4",
92
+ "joint_positions.5",
93
+ "joint_positions.6"
94
+ ],
95
+ "shape": [
96
+ 26
97
+ ]
98
+ },
99
+ "observation.images.left_camera": {
100
+ "dtype": "video",
101
+ "shape": [
102
+ 256,
103
+ 288,
104
+ 3
105
+ ],
106
+ "names": [
107
+ "height",
108
+ "width",
109
+ "channels"
110
+ ],
111
+ "info": {
112
+ "video.height": 256,
113
+ "video.width": 288,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "video.fps": 30,
118
+ "video.channels": 3,
119
+ "has_audio": false
120
+ }
121
+ },
122
+ "observation.images.center_camera": {
123
+ "dtype": "video",
124
+ "shape": [
125
+ 256,
126
+ 288,
127
+ 3
128
+ ],
129
+ "names": [
130
+ "height",
131
+ "width",
132
+ "channels"
133
+ ],
134
+ "info": {
135
+ "video.height": 256,
136
+ "video.width": 288,
137
+ "video.codec": "av1",
138
+ "video.pix_fmt": "yuv420p",
139
+ "video.is_depth_map": false,
140
+ "video.fps": 30,
141
+ "video.channels": 3,
142
+ "has_audio": false
143
+ }
144
+ },
145
+ "observation.images.right_camera": {
146
+ "dtype": "video",
147
+ "shape": [
148
+ 256,
149
+ 288,
150
+ 3
151
+ ],
152
+ "names": [
153
+ "height",
154
+ "width",
155
+ "channels"
156
+ ],
157
+ "info": {
158
+ "video.height": 256,
159
+ "video.width": 288,
160
+ "video.codec": "av1",
161
+ "video.pix_fmt": "yuv420p",
162
+ "video.is_depth_map": false,
163
+ "video.fps": 30,
164
+ "video.channels": 3,
165
+ "has_audio": false
166
+ }
167
+ },
168
+ "timestamp": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "frame_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "episode_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "task_index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ }
203
+ }
204
+ }
205
+ ```
206
+
207
+
208
+ ## Citation
209
+
210
+ **BibTeX:**
211
+
212
+ ```bibtex
213
+ [More Information Needed]
214
+ ```