kelo234 commited on
Commit
52aa49e
·
verified ·
1 Parent(s): a1d8e4b

Upload README.md with huggingface_hub

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