aiclaudev commited on
Commit
7d8a4a3
·
verified ·
1 Parent(s): dff1eff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +221 -0
README.md ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=DAVIAN-Robotics/test_abs">
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": "franka",
36
+ "total_episodes": 10,
37
+ "total_frames": 4171,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 20,
43
+ "splits": {
44
+ "train": "0:10"
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
+ 29
53
+ ],
54
+ "names": {
55
+ "axes": [
56
+ "q_0",
57
+ "q_1",
58
+ "q_2",
59
+ "q_3",
60
+ "q_4",
61
+ "q_5",
62
+ "q_6",
63
+ "qdot_0",
64
+ "qdot_1",
65
+ "qdot_2",
66
+ "qdot_3",
67
+ "qdot_4",
68
+ "qdot_5",
69
+ "qdot_6",
70
+ "x",
71
+ "y",
72
+ "z",
73
+ "qx",
74
+ "qy",
75
+ "qz",
76
+ "qw",
77
+ "vx",
78
+ "vy",
79
+ "vz",
80
+ "wx",
81
+ "wy",
82
+ "wz",
83
+ "gripper_position",
84
+ "grasp_state"
85
+ ]
86
+ }
87
+ },
88
+ "action": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 8
92
+ ],
93
+ "names": {
94
+ "axes": [
95
+ "x",
96
+ "y",
97
+ "z",
98
+ "qx",
99
+ "qy",
100
+ "qz",
101
+ "qw",
102
+ "gripper"
103
+ ]
104
+ }
105
+ },
106
+ "observation.images.left_back": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 3,
110
+ 480,
111
+ 640
112
+ ],
113
+ "names": [
114
+ "channels",
115
+ "height",
116
+ "width"
117
+ ],
118
+ "info": {
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 20,
125
+ "video.channels": 3,
126
+ "has_audio": false
127
+ }
128
+ },
129
+ "observation.images.wrist": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 3,
133
+ 480,
134
+ 640
135
+ ],
136
+ "names": [
137
+ "channels",
138
+ "height",
139
+ "width"
140
+ ],
141
+ "info": {
142
+ "video.height": 480,
143
+ "video.width": 640,
144
+ "video.codec": "av1",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "video.fps": 20,
148
+ "video.channels": 3,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.right_back": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 3,
156
+ 480,
157
+ 640
158
+ ],
159
+ "names": [
160
+ "channels",
161
+ "height",
162
+ "width"
163
+ ],
164
+ "info": {
165
+ "video.height": 480,
166
+ "video.width": 640,
167
+ "video.codec": "av1",
168
+ "video.pix_fmt": "yuv420p",
169
+ "video.is_depth_map": false,
170
+ "video.fps": 20,
171
+ "video.channels": 3,
172
+ "has_audio": false
173
+ }
174
+ },
175
+ "timestamp": {
176
+ "dtype": "float32",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "frame_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "episode_index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "task_index": {
204
+ "dtype": "int64",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ }
210
+ }
211
+ }
212
+ ```
213
+
214
+
215
+ ## Citation
216
+
217
+ **BibTeX:**
218
+
219
+ ```bibtex
220
+ [More Information Needed]
221
+ ```