OliverZhao
commited on
Commit
β’
91f5c18
1
Parent(s):
a994b59
Update README.md
Browse files
README.md
CHANGED
@@ -10,11 +10,11 @@ pipeline_tag: robotics
|
|
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/USC-GVL/UH-1">π€ Models</a> | <a href="">π Paper</a> | <a href="https://github.com/sihengz02/UH-1">π» 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](https://github.com/sihengz02/UH-1) here.
|
@@ -34,5 +34,10 @@ Our model checkpoints contain a transformer model `UH1_Transformer.pth` and an a
|
|
34 |
If you find our work helpful, please cite us:
|
35 |
|
36 |
```bibtex
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
38 |
```
|
|
|
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/USC-GVL/UH-1">π€ Models</a> | <a href="https://arxiv.org/abs/2412.14172">π Paper</a> | <a href="https://github.com/sihengz02/UH-1">π» 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](https://arxiv.org/abs/2412.14172)"
|
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](https://github.com/sihengz02/UH-1) here.
|
|
|
34 |
If you find our work helpful, please cite us:
|
35 |
|
36 |
```bibtex
|
37 |
+
@article{mao2024learning,
|
38 |
+
title={Learning from Massive Human Videos for Universal Humanoid Pose Control},
|
39 |
+
author={Mao, Jiageng and Zhao, Siheng and Song, Siqi and Shi, Tianheng and Ye, Junjie and Zhang, Mingtong and Geng, Haoran and Malik, Jitendra and Guizilini, Vitor and Wang, Yue},
|
40 |
+
journal={arXiv preprint arXiv:2412.14172},
|
41 |
+
year={2024}
|
42 |
+
}
|
43 |
```
|