MarkusWuenstel commited on
Commit
fcd725b
·
verified ·
1 Parent(s): 666f087

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +170 -0
README.md ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=MarkusWuenstel/openarm_test3">
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": null,
36
+ "total_episodes": 1,
37
+ "total_frames": 381,
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
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 16
53
+ ],
54
+ "names": [
55
+ "openarm_left_joint1.pos",
56
+ "openarm_left_joint2.pos",
57
+ "openarm_left_joint3.pos",
58
+ "openarm_left_joint4.pos",
59
+ "openarm_left_joint5.pos",
60
+ "openarm_left_joint6.pos",
61
+ "openarm_left_joint7.pos",
62
+ "openarm_left_finger_joint1.pos",
63
+ "openarm_right_joint1.pos",
64
+ "openarm_right_joint2.pos",
65
+ "openarm_right_joint3.pos",
66
+ "openarm_right_joint4.pos",
67
+ "openarm_right_joint5.pos",
68
+ "openarm_right_joint6.pos",
69
+ "openarm_right_joint7.pos",
70
+ "openarm_right_finger_joint1.pos"
71
+ ]
72
+ },
73
+ "action": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 16
77
+ ],
78
+ "names": [
79
+ "openarm_left_joint1.pos",
80
+ "openarm_left_joint2.pos",
81
+ "openarm_left_joint3.pos",
82
+ "openarm_left_joint4.pos",
83
+ "openarm_left_joint5.pos",
84
+ "openarm_left_joint6.pos",
85
+ "openarm_left_joint7.pos",
86
+ "openarm_left_finger_joint1.pos",
87
+ "openarm_right_joint1.pos",
88
+ "openarm_right_joint2.pos",
89
+ "openarm_right_joint3.pos",
90
+ "openarm_right_joint4.pos",
91
+ "openarm_right_joint5.pos",
92
+ "openarm_right_joint6.pos",
93
+ "openarm_right_joint7.pos",
94
+ "openarm_right_finger_joint1.pos"
95
+ ]
96
+ },
97
+ "observation.images.global": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 720,
101
+ 1280,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channel"
108
+ ],
109
+ "video_info": {
110
+ "video.fps": 30,
111
+ "video.codec": "h264"
112
+ },
113
+ "info": {
114
+ "video.height": 720,
115
+ "video.width": 1280,
116
+ "video.codec": "av1",
117
+ "video.pix_fmt": "yuv420p",
118
+ "video.is_depth_map": false,
119
+ "video.fps": 30,
120
+ "video.channels": 3,
121
+ "has_audio": false
122
+ }
123
+ },
124
+ "timestamp": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "frame_index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ },
138
+ "episode_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "task_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ }
159
+ }
160
+ }
161
+ ```
162
+
163
+
164
+ ## Citation
165
+
166
+ **BibTeX:**
167
+
168
+ ```bibtex
169
+ [More Information Needed]
170
+ ```