cupnb commited on
Commit
179b2b3
·
verified ·
1 Parent(s): 6f4b10d

Upload README.md with huggingface_hub

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