kdaterao commited on
Commit
a2fa461
·
verified ·
1 Parent(s): b3ed7bb

Upload README.md with huggingface_hub

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