iantc104 commited on
Commit
f5d8d94
·
verified ·
1 Parent(s): c840df0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +184 -0
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - ur5
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "ur5",
30
+ "total_episodes": 50,
31
+ "total_frames": 4708,
32
+ "total_tasks": 2,
33
+ "total_videos": 100,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 10,
37
+ "splits": {
38
+ "train": "0:50"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "base_rgb": {
44
+ "dtype": "video",
45
+ "shape": [
46
+ 240,
47
+ 320,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channel"
54
+ ],
55
+ "info": {
56
+ "video.fps": 10.0,
57
+ "video.height": 240,
58
+ "video.width": 320,
59
+ "video.channels": 3,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "has_audio": false
64
+ }
65
+ },
66
+ "wrist_rgb": {
67
+ "dtype": "video",
68
+ "shape": [
69
+ 240,
70
+ 320,
71
+ 3
72
+ ],
73
+ "names": [
74
+ "height",
75
+ "width",
76
+ "channel"
77
+ ],
78
+ "info": {
79
+ "video.fps": 10.0,
80
+ "video.height": 240,
81
+ "video.width": 320,
82
+ "video.channels": 3,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "has_audio": false
87
+ }
88
+ },
89
+ "joints": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 6
93
+ ],
94
+ "names": null
95
+ },
96
+ "gripper": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ },
103
+ "actions": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 7
107
+ ],
108
+ "names": null
109
+ },
110
+ "tcp_pose": {
111
+ "dtype": "float32",
112
+ "shape": [
113
+ 6
114
+ ],
115
+ "names": null
116
+ },
117
+ "target_tcp_pose": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 6
121
+ ],
122
+ "names": null
123
+ },
124
+ "tcp_speed": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 6
128
+ ],
129
+ "names": null
130
+ },
131
+ "target_tcp_speed": {
132
+ "dtype": "float32",
133
+ "shape": [
134
+ 6
135
+ ],
136
+ "names": null
137
+ },
138
+ "timestamp": {
139
+ "dtype": "float32",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "frame_index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "episode_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ },
159
+ "index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "task_index": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ }
173
+ }
174
+ }
175
+ ```
176
+
177
+
178
+ ## Citation
179
+
180
+ **BibTeX:**
181
+
182
+ ```bibtex
183
+ [More Information Needed]
184
+ ```