KhushiOW commited on
Commit
82f6cbd
·
verified ·
1 Parent(s): 595a995

Upload README.md with huggingface_hub

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