hainh22 commited on
Commit
8a045d9
·
verified ·
1 Parent(s): 18a95f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +181 -0
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "ur5",
29
+ "total_episodes": 10,
30
+ "total_frames": 3091,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:10"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.images.cam_036422060909": {
43
+ "dtype": "image",
44
+ "shape": [
45
+ 360,
46
+ 640,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "rgb"
53
+ ]
54
+ },
55
+ "observation.state.cam_036422060909": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 6
59
+ ],
60
+ "names": [
61
+ "state"
62
+ ]
63
+ },
64
+ "observation.action.cam_036422060909": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 6
68
+ ],
69
+ "names": [
70
+ "actions"
71
+ ]
72
+ },
73
+ "observation.images.cam_104122062295": {
74
+ "dtype": "image",
75
+ "shape": [
76
+ 360,
77
+ 640,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "rgb"
84
+ ]
85
+ },
86
+ "observation.state.cam_104122062295": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 6
90
+ ],
91
+ "names": [
92
+ "state"
93
+ ]
94
+ },
95
+ "observation.action.cam_104122062295": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 6
99
+ ],
100
+ "names": [
101
+ "actions"
102
+ ]
103
+ },
104
+ "observation.images.cam_104122062823": {
105
+ "dtype": "image",
106
+ "shape": [
107
+ 360,
108
+ 640,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "rgb"
115
+ ]
116
+ },
117
+ "observation.state.cam_104122062823": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 6
121
+ ],
122
+ "names": [
123
+ "state"
124
+ ]
125
+ },
126
+ "observation.action.cam_104122062823": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 6
130
+ ],
131
+ "names": [
132
+ "actions"
133
+ ]
134
+ },
135
+ "timestamp": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "frame_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "episode_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "task_index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ }
170
+ }
171
+ }
172
+ ```
173
+
174
+
175
+ ## Citation
176
+
177
+ **BibTeX:**
178
+
179
+ ```bibtex
180
+ [More Information Needed]
181
+ ```