dopaul commited on
Commit
7bab158
·
verified ·
1 Parent(s): 5626c1c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +208 -0
README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=dopaul/delete_me_v2">
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": "bi_dk1_follower",
36
+ "total_episodes": 1,
37
+ "total_frames": 496,
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:1"
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
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "left_joint_1.pos",
53
+ "left_joint_2.pos",
54
+ "left_joint_3.pos",
55
+ "left_joint_4.pos",
56
+ "left_joint_5.pos",
57
+ "left_joint_6.pos",
58
+ "left_gripper.pos",
59
+ "right_joint_1.pos",
60
+ "right_joint_2.pos",
61
+ "right_joint_3.pos",
62
+ "right_joint_4.pos",
63
+ "right_joint_5.pos",
64
+ "right_joint_6.pos",
65
+ "right_gripper.pos"
66
+ ],
67
+ "shape": [
68
+ 14
69
+ ]
70
+ },
71
+ "observation.state": {
72
+ "dtype": "float32",
73
+ "names": [
74
+ "left_joint_1.pos",
75
+ "left_joint_2.pos",
76
+ "left_joint_3.pos",
77
+ "left_joint_4.pos",
78
+ "left_joint_5.pos",
79
+ "left_joint_6.pos",
80
+ "left_gripper.pos",
81
+ "right_joint_1.pos",
82
+ "right_joint_2.pos",
83
+ "right_joint_3.pos",
84
+ "right_joint_4.pos",
85
+ "right_joint_5.pos",
86
+ "right_joint_6.pos",
87
+ "right_gripper.pos"
88
+ ],
89
+ "shape": [
90
+ 14
91
+ ]
92
+ },
93
+ "observation.images.top": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 640,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 480,
107
+ "video.width": 640,
108
+ "video.codec": "h264",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 30,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.left_wrist": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 480,
120
+ 640,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channels"
127
+ ],
128
+ "info": {
129
+ "video.height": 480,
130
+ "video.width": 640,
131
+ "video.codec": "h264",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 30,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.right_wrist": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 480,
143
+ 640,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channels"
150
+ ],
151
+ "info": {
152
+ "video.height": 480,
153
+ "video.width": 640,
154
+ "video.codec": "h264",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 30,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "timestamp": {
163
+ "dtype": "float32",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "frame_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ },
176
+ "episode_index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ },
183
+ "index": {
184
+ "dtype": "int64",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ },
190
+ "task_index": {
191
+ "dtype": "int64",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": null
196
+ }
197
+ }
198
+ }
199
+ ```
200
+
201
+
202
+ ## Citation
203
+
204
+ **BibTeX:**
205
+
206
+ ```bibtex
207
+ [More Information Needed]
208
+ ```