yangzhaofeng commited on
Commit
a327fc8
·
verified ·
1 Parent(s): 44cba10

Upload README.md with huggingface_hub

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