LiamFy commited on
Commit
feed8ae
·
verified ·
1 Parent(s): 2afcb98

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +196 -0
README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - test
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
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **Paper:** [More Information Needed]
22
+ - **License:** apache-2.0
23
+
24
+ ## Dataset Structure
25
+
26
+ [meta/info.json](meta/info.json):
27
+ ```json
28
+ {
29
+ "codebase_version": "v2.1",
30
+ "robot_type": null,
31
+ "total_episodes": 52,
32
+ "total_frames": 34041,
33
+ "total_tasks": 1,
34
+ "total_videos": 156,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 20,
38
+ "splits": {
39
+ "train": "0:52"
40
+ },
41
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 25
48
+ ],
49
+ "names": [
50
+ "joint_0",
51
+ "joint_1",
52
+ "joint_2",
53
+ "joint_3",
54
+ "joint_4",
55
+ "joint_5",
56
+ "joint_6",
57
+ "joint_7",
58
+ "joint_8",
59
+ "joint_9",
60
+ "joint_10",
61
+ "joint_11",
62
+ "joint_12",
63
+ "joint_13",
64
+ "joint_14",
65
+ "joint_15",
66
+ "rot_1",
67
+ "rot_2",
68
+ "rot_3",
69
+ "rot_4",
70
+ "rot_5",
71
+ "rot_6",
72
+ "trans_x",
73
+ "trans_y",
74
+ "trans_z"
75
+ ]
76
+ },
77
+ "observation.state": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 25
81
+ ],
82
+ "names": [
83
+ "joint_0",
84
+ "joint_1",
85
+ "joint_2",
86
+ "joint_3",
87
+ "joint_4",
88
+ "joint_5",
89
+ "joint_6",
90
+ "joint_7",
91
+ "joint_8",
92
+ "joint_9",
93
+ "joint_10",
94
+ "joint_11",
95
+ "joint_12",
96
+ "joint_13",
97
+ "joint_14",
98
+ "joint_15",
99
+ "rot_1",
100
+ "rot_2",
101
+ "rot_3",
102
+ "rot_4",
103
+ "rot_5",
104
+ "rot_6",
105
+ "trans_x",
106
+ "trans_y",
107
+ "trans_z"
108
+ ]
109
+ },
110
+ "task_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "observation.images.main": {
118
+ "dtype": "video",
119
+ "shape": [
120
+ 224,
121
+ 224,
122
+ 3
123
+ ],
124
+ "names": [
125
+ "height",
126
+ "width",
127
+ "channels"
128
+ ],
129
+ "info": {
130
+ "video.fps": 20,
131
+ "video.codec": "mp4v",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.secondary_1": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 224,
141
+ 224,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channels"
148
+ ],
149
+ "info": {
150
+ "video.fps": 20,
151
+ "video.codec": "mp4v",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "timestamp": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "frame_index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "episode_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ }
185
+ }
186
+ }
187
+ ```
188
+
189
+
190
+ ## Citation
191
+
192
+ **BibTeX:**
193
+
194
+ ```bibtex
195
+ [More Information Needed]
196
+ ```