OliverZhao
commited on
Commit
β’
f6564ae
1
Parent(s):
4b3abfb
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- robotics
|
4 |
+
datasets:
|
5 |
+
- USC-GVL/Humanoid-X
|
6 |
+
pipeline_tag: robotics
|
7 |
+
---
|
8 |
+
|
9 |
+
<div align="center">
|
10 |
+
<h1> <img src="assets/icon.png" width="50" /> UH-1 </h1>
|
11 |
+
</div>
|
12 |
+
<h5 align="center">
|
13 |
+
<a href="https://usc-gvl.github.io/UH-1/">π Homepage</a> | <a href="https://huggingface.co/datasets/USC-GVL/Humanoid-X">β Dataset</a> | <a href="https://huggingface.co/datasets/USC-GVL/UH-1">π€ Models</a> | <a href="">π Paper</a> | <a href="">π» Code</a>
|
14 |
+
</h5>
|
15 |
+
|
16 |
+
|
17 |
+
This repo contains the officail model checkpoints for the paper "[Learning from Massive Human Videos for Universal Humanoid Pose Control]()"
|
18 |
+
If you like our project, please give us a star β on GitHub for latest update.
|
19 |
+
|
20 |
+
Our model checkpoints contain a transformer model `UH1_Transformer.pth` and an action tokenizer `UH1_Action_Tokenizer.pth`. For the usage/inference of these models, please refer to the [codes]() here.
|
21 |
+
|
22 |
+
![Alt text](assets/teaser.png)
|
23 |
+
|
24 |
+
# UH-1 Model Architecture
|
25 |
+
|
26 |
+
![Alt text](assets/model.png)
|
27 |
+
|
28 |
+
# UH-1 Real Robot Demo Results
|
29 |
+
|
30 |
+
![Alt text](assets/realbot.png)
|
31 |
+
|
32 |
+
# Citation
|
33 |
+
|
34 |
+
If you find our work helpful, please cite us:
|
35 |
+
|
36 |
+
```bibtex
|
37 |
+
|
38 |
+
```
|