rka00 commited on
Commit
c863d6e
·
verified ·
1 Parent(s): 1577ab8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +191 -0
README.md ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=rka00/can_task">
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": 0,
37
+ "total_frames": 0,
38
+ "total_tasks": 0,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 10,
43
+ "splits": {},
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
+ "features": {
47
+ "observation.state": {
48
+ "dtype": "float64",
49
+ "shape": [
50
+ 13
51
+ ],
52
+ "names": {
53
+ "motors": [
54
+ "right_x",
55
+ "right_y",
56
+ "right_z",
57
+ "right_q1",
58
+ "right_q2",
59
+ "right_q3",
60
+ "right_q4",
61
+ "right_g1",
62
+ "right_g2",
63
+ "right_g3",
64
+ "right_g4",
65
+ "right_g5",
66
+ "right_g6"
67
+ ]
68
+ }
69
+ },
70
+ "observation.images.front": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 84,
74
+ 84,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "width",
79
+ "height",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.fps": 10.0,
84
+ "video.height": 84,
85
+ "video.width": 84,
86
+ "video.channels": 3,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.wrist": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 84,
97
+ 84,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "width",
102
+ "height",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.fps": 10.0,
107
+ "video.height": 84,
108
+ "video.width": 84,
109
+ "video.channels": 3,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "done": {
117
+ "dtype": "bool",
118
+ "shape": [
119
+ 1
120
+ ]
121
+ },
122
+ "reward": {
123
+ "dtype": "float64",
124
+ "shape": [
125
+ 1
126
+ ]
127
+ },
128
+ "action": {
129
+ "dtype": "float64",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "names": {
134
+ "motors": [
135
+ "right_x",
136
+ "right_y",
137
+ "right_z",
138
+ "right_r",
139
+ "right_p",
140
+ "right_y",
141
+ "right_gripper"
142
+ ]
143
+ }
144
+ },
145
+ "timestamp": {
146
+ "dtype": "float32",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "frame_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ },
159
+ "episode_index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "index": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "task_index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ }
180
+ }
181
+ }
182
+ ```
183
+
184
+
185
+ ## Citation
186
+
187
+ **BibTeX:**
188
+
189
+ ```bibtex
190
+ [More Information Needed]
191
+ ```