OliverZhao
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,23 @@
|
|
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 |
|
|
|
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="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.
|
21 |
|
22 |
![Alt text](assets/teaser.png)
|
23 |
|