Sendera commited on
Commit
996f4d9
·
verified ·
1 Parent(s): 03ed038

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +188 -0
README.md ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - ctr
8
+ - lerobot
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
+
17
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Sendera/pick0430p2">
18
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
19
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
20
+ </a>
21
+
22
+
23
+ ## Dataset Description
24
+
25
+
26
+
27
+ - **Homepage:** [More Information Needed]
28
+ - **Paper:** [More Information Needed]
29
+ - **License:** apache-2.0
30
+
31
+ ## Dataset Structure
32
+
33
+ [meta/info.json](meta/info.json):
34
+ ```json
35
+ {
36
+ "codebase_version": "v3.0",
37
+ "robot_type": "ctr_robot",
38
+ "total_episodes": 25,
39
+ "total_frames": 12557,
40
+ "total_tasks": 1,
41
+ "chunks_size": 1000,
42
+ "data_files_size_in_mb": 100,
43
+ "video_files_size_in_mb": 200,
44
+ "fps": 30,
45
+ "splits": {
46
+ "train": "0:25"
47
+ },
48
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
49
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
50
+ "features": {
51
+ "action": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "dx",
55
+ "dy",
56
+ "dz",
57
+ "dr",
58
+ "gripper_cmd"
59
+ ],
60
+ "shape": [
61
+ 5
62
+ ]
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "names": [
67
+ "dummy_state"
68
+ ],
69
+ "shape": [
70
+ 1
71
+ ]
72
+ },
73
+ "observation.images.Cam1_global": {
74
+ "dtype": "video",
75
+ "shape": [
76
+ 400,
77
+ 400,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ],
85
+ "info": {
86
+ "video.height": 400,
87
+ "video.width": 400,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "video.fps": 30,
92
+ "video.channels": 3,
93
+ "has_audio": false
94
+ }
95
+ },
96
+ "observation.images.Cam2_global": {
97
+ "dtype": "video",
98
+ "shape": [
99
+ 400,
100
+ 400,
101
+ 3
102
+ ],
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channels"
107
+ ],
108
+ "info": {
109
+ "video.height": 400,
110
+ "video.width": 400,
111
+ "video.codec": "av1",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.is_depth_map": false,
114
+ "video.fps": 30,
115
+ "video.channels": 3,
116
+ "has_audio": false
117
+ }
118
+ },
119
+ "observation.images.Cam3_global": {
120
+ "dtype": "video",
121
+ "shape": [
122
+ 400,
123
+ 400,
124
+ 3
125
+ ],
126
+ "names": [
127
+ "height",
128
+ "width",
129
+ "channels"
130
+ ],
131
+ "info": {
132
+ "video.height": 400,
133
+ "video.width": 400,
134
+ "video.codec": "av1",
135
+ "video.pix_fmt": "yuv420p",
136
+ "video.is_depth_map": false,
137
+ "video.fps": 30,
138
+ "video.channels": 3,
139
+ "has_audio": false
140
+ }
141
+ },
142
+ "timestamp": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "frame_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "episode_index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "task_index": {
171
+ "dtype": "int64",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ }
177
+ }
178
+ }
179
+ ```
180
+
181
+
182
+ ## Citation
183
+
184
+ **BibTeX:**
185
+
186
+ ```bibtex
187
+ [More Information Needed]
188
+ ```