kmg0620 commited on
Commit
2ccc339
·
verified ·
1 Parent(s): 5b0b1dd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +184 -0
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - TeLeRobot
8
+ - skill2
9
+ - hazard-removal
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=kmg0620/skill2_hazard_merged">
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
+ "robot_type": "bi_so_follower",
39
+ "total_episodes": 210,
40
+ "total_frames": 119811,
41
+ "total_tasks": 2,
42
+ "chunks_size": 1000,
43
+ "data_files_size_in_mb": 100,
44
+ "video_files_size_in_mb": 1,
45
+ "fps": 30,
46
+ "splits": {
47
+ "train": "0:210"
48
+ },
49
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
50
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
51
+ "features": {
52
+ "action": {
53
+ "dtype": "float32",
54
+ "names": [
55
+ "left_shoulder_pan.pos",
56
+ "left_shoulder_lift.pos",
57
+ "left_elbow_flex.pos",
58
+ "left_wrist_flex.pos",
59
+ "left_wrist_roll.pos",
60
+ "left_gripper.pos",
61
+ "right_shoulder_pan.pos",
62
+ "right_shoulder_lift.pos",
63
+ "right_elbow_flex.pos",
64
+ "right_wrist_flex.pos",
65
+ "right_wrist_roll.pos",
66
+ "right_gripper.pos"
67
+ ],
68
+ "shape": [
69
+ 12
70
+ ]
71
+ },
72
+ "observation.state": {
73
+ "dtype": "float32",
74
+ "names": [
75
+ "left_shoulder_pan.pos",
76
+ "left_shoulder_lift.pos",
77
+ "left_elbow_flex.pos",
78
+ "left_wrist_flex.pos",
79
+ "left_wrist_roll.pos",
80
+ "left_gripper.pos",
81
+ "right_shoulder_pan.pos",
82
+ "right_shoulder_lift.pos",
83
+ "right_elbow_flex.pos",
84
+ "right_wrist_flex.pos",
85
+ "right_wrist_roll.pos",
86
+ "right_gripper.pos"
87
+ ],
88
+ "shape": [
89
+ 12
90
+ ]
91
+ },
92
+ "observation.images.left_main": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 240,
96
+ 320,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channels"
103
+ ],
104
+ "info": {
105
+ "video.height": 240,
106
+ "video.width": 320,
107
+ "video.codec": "h264",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "video.fps": 30,
111
+ "video.channels": 3,
112
+ "has_audio": false
113
+ }
114
+ },
115
+ "observation.images.right_right_wrist": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 240,
119
+ 320,
120
+ 3
121
+ ],
122
+ "names": [
123
+ "height",
124
+ "width",
125
+ "channels"
126
+ ],
127
+ "info": {
128
+ "video.height": 240,
129
+ "video.width": 320,
130
+ "video.codec": "h264",
131
+ "video.pix_fmt": "yuv420p",
132
+ "video.is_depth_map": false,
133
+ "video.fps": 30,
134
+ "video.channels": 3,
135
+ "has_audio": false
136
+ }
137
+ },
138
+ "timestamp": {
139
+ "dtype": "float32",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "frame_index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "episode_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ },
159
+ "index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "task_index": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ }
173
+ }
174
+ }
175
+ ```
176
+
177
+
178
+ ## Citation
179
+
180
+ **BibTeX:**
181
+
182
+ ```bibtex
183
+ [More Information Needed]
184
+ ```