gribes commited on
Commit
8ee443a
·
verified ·
1 Parent(s): 45b3e99

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +186 -0
README.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=gribes/haply_pose_gripper_width">
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": 118,
37
+ "total_frames": 38390,
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:118"
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
+ 7
53
+ ],
54
+ "names": [
55
+ "x",
56
+ "y",
57
+ "z",
58
+ "qw",
59
+ "qx",
60
+ "qy",
61
+ "qz"
62
+ ]
63
+ },
64
+ "observation.wrench": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 6
68
+ ],
69
+ "names": [
70
+ "fx",
71
+ "fy",
72
+ "fz",
73
+ "tx",
74
+ "ty",
75
+ "tz"
76
+ ]
77
+ },
78
+ "action": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 8
82
+ ],
83
+ "names": [
84
+ "x",
85
+ "y",
86
+ "z",
87
+ "qw",
88
+ "qx",
89
+ "qy",
90
+ "qz",
91
+ "gripper_width"
92
+ ]
93
+ },
94
+ "observation.images.exterior": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 3,
98
+ 480,
99
+ 640
100
+ ],
101
+ "names": [
102
+ "channels",
103
+ "height",
104
+ "width"
105
+ ],
106
+ "info": {
107
+ "video.height": 480,
108
+ "video.width": 640,
109
+ "video.codec": "av1",
110
+ "video.pix_fmt": "yuv420p",
111
+ "video.is_depth_map": false,
112
+ "video.fps": 30,
113
+ "video.channels": 3,
114
+ "has_audio": false
115
+ }
116
+ },
117
+ "observation.images.wrist": {
118
+ "dtype": "video",
119
+ "shape": [
120
+ 3,
121
+ 480,
122
+ 640
123
+ ],
124
+ "names": [
125
+ "channels",
126
+ "height",
127
+ "width"
128
+ ],
129
+ "info": {
130
+ "video.height": 480,
131
+ "video.width": 640,
132
+ "video.codec": "av1",
133
+ "video.pix_fmt": "yuv420p",
134
+ "video.is_depth_map": false,
135
+ "video.fps": 30,
136
+ "video.channels": 3,
137
+ "has_audio": false
138
+ }
139
+ },
140
+ "timestamp": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "frame_index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "episode_index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "task_index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ }
175
+ }
176
+ }
177
+ ```
178
+
179
+
180
+ ## Citation
181
+
182
+ **BibTeX:**
183
+
184
+ ```bibtex
185
+ [More Information Needed]
186
+ ```