IXDLI commited on
Commit
bdae3bb
·
verified ·
1 Parent(s): 68e5502

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +188 -0
README.md ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - delta-tcp
8
+ - lerobot
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=IXDLI/pnp_long_filtered_deltaTCP">
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
+ "robot_type": "ur_custom",
38
+ "total_episodes": 102,
39
+ "total_frames": 12819,
40
+ "total_tasks": 1,
41
+ "chunks_size": 1000,
42
+ "data_files_size_in_mb": 100,
43
+ "video_files_size_in_mb": 200,
44
+ "fps": 10,
45
+ "splits": {
46
+ "train": "0:102"
47
+ },
48
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
49
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
50
+ "features": {
51
+ "action": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 7
55
+ ],
56
+ "names": [
57
+ "delta_x",
58
+ "delta_y",
59
+ "delta_z",
60
+ "delta_rotvec_x",
61
+ "delta_rotvec_y",
62
+ "delta_rotvec_z",
63
+ "gripper"
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 7
70
+ ],
71
+ "names": [
72
+ "joint_0",
73
+ "joint_1",
74
+ "joint_2",
75
+ "joint_3",
76
+ "joint_4",
77
+ "joint_5",
78
+ "joint_6"
79
+ ]
80
+ },
81
+ "extra.tcp_pose": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 7
85
+ ],
86
+ "names": [
87
+ "qx",
88
+ "qy",
89
+ "qz",
90
+ "qw",
91
+ "x",
92
+ "y",
93
+ "z"
94
+ ]
95
+ },
96
+ "observation.images.camera_0": {
97
+ "dtype": "video",
98
+ "shape": [
99
+ 480,
100
+ 640,
101
+ 3
102
+ ],
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channel"
107
+ ],
108
+ "info": {
109
+ "video.height": 480,
110
+ "video.width": 640,
111
+ "video.codec": "av1",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.is_depth_map": false,
114
+ "video.fps": 10,
115
+ "video.channels": 3,
116
+ "has_audio": false
117
+ }
118
+ },
119
+ "observation.images.camera_1": {
120
+ "dtype": "video",
121
+ "shape": [
122
+ 480,
123
+ 640,
124
+ 3
125
+ ],
126
+ "names": [
127
+ "height",
128
+ "width",
129
+ "channel"
130
+ ],
131
+ "info": {
132
+ "video.height": 480,
133
+ "video.width": 640,
134
+ "video.codec": "av1",
135
+ "video.pix_fmt": "yuv420p",
136
+ "video.is_depth_map": false,
137
+ "video.fps": 10,
138
+ "video.channels": 3,
139
+ "has_audio": false
140
+ }
141
+ },
142
+ "timestamp": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "frame_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "episode_index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "task_index": {
171
+ "dtype": "int64",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ }
177
+ }
178
+ }
179
+ ```
180
+
181
+
182
+ ## Citation
183
+
184
+ **BibTeX:**
185
+
186
+ ```bibtex
187
+ [More Information Needed]
188
+ ```