Robotics
OliverZhao commited on
Commit
bd03cdc
Β·
verified Β·
1 Parent(s): d42dcb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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