Transfo1919 commited on
Commit
30fee39
·
verified ·
1 Parent(s): dd36fe9

Upload README.md with huggingface_hub

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