7-in-days commited on
Commit
7274b87
·
verified ·
1 Parent(s): 44bcf43

Upload README.md with huggingface_hub

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