Deason11 commited on
Commit
aad26b8
·
verified ·
1 Parent(s): f23e874

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +173 -0
README.md ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - hdf5
9
+ - hdf5
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v2.1",
31
+ "robot_type": "unknown",
32
+ "total_episodes": 1,
33
+ "total_frames": 228,
34
+ "total_tasks": 1,
35
+ "total_videos": 3,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 25,
39
+ "splits": {
40
+ "train": "0:1"
41
+ },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
+ "features": {
45
+ "observation.state": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 7
49
+ ],
50
+ "names": null
51
+ },
52
+ "action": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 7
56
+ ]
57
+ },
58
+ "observation.images.pikaGripperDepthCamera": {
59
+ "dtype": "video",
60
+ "shape": [
61
+ 3,
62
+ 480,
63
+ 640
64
+ ],
65
+ "names": [
66
+ "channels",
67
+ "height",
68
+ "width"
69
+ ],
70
+ "info": {
71
+ "video.height": 480,
72
+ "video.width": 640,
73
+ "video.codec": "av1",
74
+ "video.pix_fmt": "yuv420p",
75
+ "video.is_depth_map": false,
76
+ "video.fps": 25,
77
+ "video.channels": 3,
78
+ "has_audio": false
79
+ }
80
+ },
81
+ "observation.images.pikaGripperFisheyeCamera": {
82
+ "dtype": "video",
83
+ "shape": [
84
+ 3,
85
+ 480,
86
+ 640
87
+ ],
88
+ "names": [
89
+ "channels",
90
+ "height",
91
+ "width"
92
+ ],
93
+ "info": {
94
+ "video.height": 480,
95
+ "video.width": 640,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "video.fps": 25,
100
+ "video.channels": 3,
101
+ "has_audio": false
102
+ }
103
+ },
104
+ "observation.images.pikaGripperDepthCamera_depth": {
105
+ "dtype": "video",
106
+ "shape": [
107
+ 3,
108
+ 480,
109
+ 640
110
+ ],
111
+ "names": [
112
+ "channels",
113
+ "height",
114
+ "width"
115
+ ],
116
+ "info": {
117
+ "video.height": 480,
118
+ "video.width": 640,
119
+ "video.codec": "av1",
120
+ "video.pix_fmt": "yuv420p",
121
+ "video.is_depth_map": true,
122
+ "video.fps": 25,
123
+ "video.channels": 3,
124
+ "has_audio": false
125
+ }
126
+ },
127
+ "timestamp": {
128
+ "dtype": "float32",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "frame_index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "episode_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "task_index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ }
162
+ }
163
+ }
164
+ ```
165
+
166
+
167
+ ## Citation
168
+
169
+ **BibTeX:**
170
+
171
+ ```bibtex
172
+ [More Information Needed]
173
+ ```