lukasskellijs commited on
Commit
d8768f4
·
verified ·
1 Parent(s): ab9e8ad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +159 -0
README.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - isaac-sim
9
+ - assembly
10
+ - peg-insertion
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+
19
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lukasskellijs/assembly_peg_insert_disassembly">
20
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
21
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
22
+ </a>
23
+
24
+
25
+ ## Dataset Description
26
+
27
+
28
+
29
+ - **Homepage:** [More Information Needed]
30
+ - **Paper:** [More Information Needed]
31
+ - **License:** apache-2.0
32
+
33
+ ## Dataset Structure
34
+
35
+ [meta/info.json](meta/info.json):
36
+ ```json
37
+ {
38
+ "codebase_version": "v3.0",
39
+ "robot_type": null,
40
+ "total_episodes": 58,
41
+ "total_frames": 812,
42
+ "total_tasks": 1,
43
+ "chunks_size": 1000,
44
+ "data_files_size_in_mb": 100,
45
+ "video_files_size_in_mb": 200,
46
+ "fps": 5,
47
+ "splits": {
48
+ "train": "0:58"
49
+ },
50
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
51
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
52
+ "features": {
53
+ "observation.images.wrist": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 224,
57
+ 224,
58
+ 3
59
+ ],
60
+ "names": [
61
+ "height",
62
+ "width",
63
+ "channel"
64
+ ],
65
+ "info": {
66
+ "video.height": 224,
67
+ "video.width": 224,
68
+ "video.codec": "h264",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "video.fps": 5,
72
+ "video.channels": 3,
73
+ "has_audio": false
74
+ }
75
+ },
76
+ "observation.images.scene": {
77
+ "dtype": "video",
78
+ "shape": [
79
+ 224,
80
+ 224,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "height",
85
+ "width",
86
+ "channel"
87
+ ],
88
+ "info": {
89
+ "video.height": 224,
90
+ "video.width": 224,
91
+ "video.codec": "h264",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "video.fps": 5,
95
+ "video.channels": 3,
96
+ "has_audio": false
97
+ }
98
+ },
99
+ "observation.state": {
100
+ "dtype": "float32",
101
+ "shape": [
102
+ 14
103
+ ],
104
+ "names": null
105
+ },
106
+ "action": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 7
110
+ ],
111
+ "names": null
112
+ },
113
+ "timestamp": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "episode_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "task_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ }
148
+ }
149
+ }
150
+ ```
151
+
152
+
153
+ ## Citation
154
+
155
+ **BibTeX:**
156
+
157
+ ```bibtex
158
+ [More Information Needed]
159
+ ```