asterism45 commited on
Commit
578e085
·
verified ·
1 Parent(s): c1ac6d0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +183 -0
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=asterisms45/my_openarm_dataset_vr_2cam">
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": "openarm_udp_listener",
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": 20,
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
+ "joint_1.pos",
51
+ "joint_1.vel",
52
+ "joint_1.torque",
53
+ "joint_2.pos",
54
+ "joint_2.vel",
55
+ "joint_2.torque",
56
+ "joint_3.pos",
57
+ "joint_3.vel",
58
+ "joint_3.torque",
59
+ "joint_4.pos",
60
+ "joint_4.vel",
61
+ "joint_4.torque",
62
+ "joint_5.pos",
63
+ "joint_5.vel",
64
+ "joint_5.torque",
65
+ "joint_6.pos",
66
+ "joint_6.vel",
67
+ "joint_6.torque",
68
+ "joint_7.pos",
69
+ "joint_7.vel",
70
+ "joint_7.torque",
71
+ "gripper.pos",
72
+ "gripper.vel",
73
+ "gripper.torque"
74
+ ],
75
+ "shape": [
76
+ 24
77
+ ]
78
+ },
79
+ "observation.state": {
80
+ "dtype": "float32",
81
+ "names": [
82
+ "joint_1.pos",
83
+ "joint_1.vel",
84
+ "joint_1.torque",
85
+ "joint_2.pos",
86
+ "joint_2.vel",
87
+ "joint_2.torque",
88
+ "joint_3.pos",
89
+ "joint_3.vel",
90
+ "joint_3.torque",
91
+ "joint_4.pos",
92
+ "joint_4.vel",
93
+ "joint_4.torque",
94
+ "joint_5.pos",
95
+ "joint_5.vel",
96
+ "joint_5.torque",
97
+ "joint_6.pos",
98
+ "joint_6.vel",
99
+ "joint_6.torque",
100
+ "joint_7.pos",
101
+ "joint_7.vel",
102
+ "joint_7.torque",
103
+ "gripper.pos",
104
+ "gripper.vel",
105
+ "gripper.torque"
106
+ ],
107
+ "shape": [
108
+ 24
109
+ ]
110
+ },
111
+ "observation.images.cam_right_hand": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 480,
115
+ 640,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ]
123
+ },
124
+ "observation.images.cam_ego": {
125
+ "dtype": "video",
126
+ "shape": [
127
+ 480,
128
+ 640,
129
+ 3
130
+ ],
131
+ "names": [
132
+ "height",
133
+ "width",
134
+ "channels"
135
+ ]
136
+ },
137
+ "timestamp": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "frame_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "episode_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "task_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ }
172
+ }
173
+ }
174
+ ```
175
+
176
+
177
+ ## Citation
178
+
179
+ **BibTeX:**
180
+
181
+ ```bibtex
182
+ [More Information Needed]
183
+ ```