HyeonseokE commited on
Commit
1b6d5b8
·
verified ·
1 Parent(s): 1f310b0

Upload README.md with huggingface_hub

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