Rick0331 commited on
Commit
fc30928
·
verified ·
1 Parent(s): 5e6727d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +205 -0
README.md ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=Rick0331/categorize_tableware8">
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
+ "robot_type": "openarm_follower",
36
+ "total_episodes": 45,
37
+ "total_frames": 61165,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:45"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 24
53
+ ],
54
+ "names": [
55
+ "joint_1.pos",
56
+ "joint_1.vel",
57
+ "joint_1.torque",
58
+ "joint_2.pos",
59
+ "joint_2.vel",
60
+ "joint_2.torque",
61
+ "joint_3.pos",
62
+ "joint_3.vel",
63
+ "joint_3.torque",
64
+ "joint_4.pos",
65
+ "joint_4.vel",
66
+ "joint_4.torque",
67
+ "joint_5.pos",
68
+ "joint_5.vel",
69
+ "joint_5.torque",
70
+ "joint_6.pos",
71
+ "joint_6.vel",
72
+ "joint_6.torque",
73
+ "joint_7.pos",
74
+ "joint_7.vel",
75
+ "joint_7.torque",
76
+ "gripper.pos",
77
+ "gripper.vel",
78
+ "gripper.torque"
79
+ ]
80
+ },
81
+ "observation.state": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 24
85
+ ],
86
+ "names": [
87
+ "joint_1.pos",
88
+ "joint_1.vel",
89
+ "joint_1.torque",
90
+ "joint_2.pos",
91
+ "joint_2.vel",
92
+ "joint_2.torque",
93
+ "joint_3.pos",
94
+ "joint_3.vel",
95
+ "joint_3.torque",
96
+ "joint_4.pos",
97
+ "joint_4.vel",
98
+ "joint_4.torque",
99
+ "joint_5.pos",
100
+ "joint_5.vel",
101
+ "joint_5.torque",
102
+ "joint_6.pos",
103
+ "joint_6.vel",
104
+ "joint_6.torque",
105
+ "joint_7.pos",
106
+ "joint_7.vel",
107
+ "joint_7.torque",
108
+ "gripper.pos",
109
+ "gripper.vel",
110
+ "gripper.torque"
111
+ ]
112
+ },
113
+ "observation.images.top": {
114
+ "dtype": "video",
115
+ "shape": [
116
+ 720,
117
+ 1280,
118
+ 3
119
+ ],
120
+ "names": [
121
+ "height",
122
+ "width",
123
+ "channels"
124
+ ],
125
+ "info": {
126
+ "video.height": 720,
127
+ "video.width": 1280,
128
+ "video.codec": "av1",
129
+ "video.pix_fmt": "yuv420p",
130
+ "video.is_depth_map": false,
131
+ "video.fps": 30,
132
+ "video.channels": 3,
133
+ "has_audio": false
134
+ }
135
+ },
136
+ "observation.images.wrist": {
137
+ "dtype": "video",
138
+ "shape": [
139
+ 720,
140
+ 1280,
141
+ 3
142
+ ],
143
+ "names": [
144
+ "height",
145
+ "width",
146
+ "channels"
147
+ ],
148
+ "info": {
149
+ "video.height": 720,
150
+ "video.width": 1280,
151
+ "video.codec": "av1",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "video.fps": 30,
155
+ "video.channels": 3,
156
+ "has_audio": false
157
+ }
158
+ },
159
+ "timestamp": {
160
+ "dtype": "float32",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "frame_index": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "episode_index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "task_index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ }
194
+ }
195
+ }
196
+ ```
197
+
198
+
199
+ ## Citation
200
+
201
+ **BibTeX:**
202
+
203
+ ```bibtex
204
+ [More Information Needed]
205
+ ```