Ac31415 commited on
Commit
d6db96b
·
verified ·
1 Parent(s): 8c23f92

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +181 -0
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-dataset-control-reversed-test-2">
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": 0,
37
+ "total_frames": 0,
38
+ "total_tasks": 0,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {},
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
+ "features": {
47
+ "action": {
48
+ "dtype": "float32",
49
+ "names": [
50
+ "pose.position.x",
51
+ "pose.position.y",
52
+ "pose.position.z",
53
+ "pose.orientation.x",
54
+ "pose.orientation.y",
55
+ "pose.orientation.z",
56
+ "pose.orientation.w"
57
+ ],
58
+ "shape": [
59
+ 7
60
+ ]
61
+ },
62
+ "observation.state": {
63
+ "dtype": "float32",
64
+ "names": [
65
+ "tcp_pose.position.x",
66
+ "tcp_pose.position.y",
67
+ "tcp_pose.position.z",
68
+ "tcp_pose.orientation.x",
69
+ "tcp_pose.orientation.y",
70
+ "tcp_pose.orientation.z",
71
+ "tcp_pose.orientation.w",
72
+ "tcp_velocity.linear.x",
73
+ "tcp_velocity.linear.y",
74
+ "tcp_velocity.linear.z",
75
+ "tcp_velocity.angular.x",
76
+ "tcp_velocity.angular.y",
77
+ "tcp_velocity.angular.z",
78
+ "tcp_error.x",
79
+ "tcp_error.y",
80
+ "tcp_error.z",
81
+ "tcp_error.rx",
82
+ "tcp_error.ry",
83
+ "tcp_error.rz",
84
+ "joint_positions.0",
85
+ "joint_positions.1",
86
+ "joint_positions.2",
87
+ "joint_positions.3",
88
+ "joint_positions.4",
89
+ "joint_positions.5",
90
+ "joint_positions.6"
91
+ ],
92
+ "shape": [
93
+ 26
94
+ ]
95
+ },
96
+ "observation.images.left_camera": {
97
+ "dtype": "video",
98
+ "shape": [
99
+ 256,
100
+ 288,
101
+ 3
102
+ ],
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channels"
107
+ ]
108
+ },
109
+ "observation.images.center_camera": {
110
+ "dtype": "video",
111
+ "shape": [
112
+ 256,
113
+ 288,
114
+ 3
115
+ ],
116
+ "names": [
117
+ "height",
118
+ "width",
119
+ "channels"
120
+ ]
121
+ },
122
+ "observation.images.right_camera": {
123
+ "dtype": "video",
124
+ "shape": [
125
+ 256,
126
+ 288,
127
+ 3
128
+ ],
129
+ "names": [
130
+ "height",
131
+ "width",
132
+ "channels"
133
+ ]
134
+ },
135
+ "timestamp": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "frame_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "episode_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "task_index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ }
170
+ }
171
+ }
172
+ ```
173
+
174
+
175
+ ## Citation
176
+
177
+ **BibTeX:**
178
+
179
+ ```bibtex
180
+ [More Information Needed]
181
+ ```