ycyc0926 commited on
Commit
0e303a9
·
verified ·
1 Parent(s): 5160706

Upload README.md with huggingface_hub

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