codenmood commited on
Commit
8a9f485
·
verified ·
1 Parent(s): 6b99581

Upload README.md with huggingface_hub

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