clementPhd commited on
Commit
53bf288
·
verified ·
1 Parent(s): b1503b4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +198 -0
README.md ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=clementPhd/test_dataset">
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": 20,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 7
41
+ ],
42
+ "names": [
43
+ "action_0",
44
+ "action_1",
45
+ "action_2",
46
+ "action_3",
47
+ "action_4",
48
+ "action_5",
49
+ "action_6"
50
+ ]
51
+ },
52
+ "observation.joint_state": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 7
56
+ ],
57
+ "names": [
58
+ "panda_joint1",
59
+ "panda_joint2",
60
+ "panda_joint3",
61
+ "panda_joint4",
62
+ "panda_joint5",
63
+ "panda_joint6",
64
+ "panda_joint7"
65
+ ]
66
+ },
67
+ "observation.ee_state": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 7
71
+ ],
72
+ "names": [
73
+ "panda_ee_tx",
74
+ "panda_ee_ty",
75
+ "panda_ee_tz",
76
+ "panda_ee_qx",
77
+ "panda_ee_qy",
78
+ "panda_ee_qz",
79
+ "panda_ee_qw"
80
+ ]
81
+ },
82
+ "observation.images.wrist_camera": {
83
+ "shape": [
84
+ 224,
85
+ 224,
86
+ 3
87
+ ],
88
+ "names": [
89
+ "height",
90
+ "width",
91
+ "channels"
92
+ ],
93
+ "info": {
94
+ "video.height": 224,
95
+ "video.width": 224,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "video.fps": 20,
100
+ "video.channels": 3,
101
+ "has_audio": false,
102
+ "video.g": 2,
103
+ "video.crf": 30,
104
+ "video.preset": 12,
105
+ "video.fast_decode": 0,
106
+ "video.video_backend": "pyav",
107
+ "video.extra_options": {}
108
+ },
109
+ "dtype": "video"
110
+ },
111
+ "observation.images.world_camera": {
112
+ "shape": [
113
+ 224,
114
+ 224,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ],
122
+ "info": {
123
+ "video.height": 224,
124
+ "video.width": 224,
125
+ "video.codec": "av1",
126
+ "video.pix_fmt": "yuv420p",
127
+ "video.is_depth_map": false,
128
+ "video.fps": 20,
129
+ "video.channels": 3,
130
+ "has_audio": false,
131
+ "video.g": 2,
132
+ "video.crf": 30,
133
+ "video.preset": 12,
134
+ "video.fast_decode": 0,
135
+ "video.video_backend": "pyav",
136
+ "video.extra_options": {}
137
+ },
138
+ "dtype": "video"
139
+ },
140
+ "timestamp": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "frame_index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "episode_index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "task_index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ }
175
+ },
176
+ "total_episodes": 1,
177
+ "total_frames": 184,
178
+ "total_tasks": 1,
179
+ "chunks_size": 1000,
180
+ "data_files_size_in_mb": 100,
181
+ "video_files_size_in_mb": 200,
182
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
183
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
184
+ "robot_type": "franka_vive",
185
+ "splits": {
186
+ "train": "0:1"
187
+ }
188
+ }
189
+ ```
190
+
191
+
192
+ ## Citation
193
+
194
+ **BibTeX:**
195
+
196
+ ```bibtex
197
+ [More Information Needed]
198
+ ```