Skip to content

Commit

Permalink
upload pretrained Hulk
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohesion97 committed Apr 2, 2024
1 parent 26eadcc commit a4ace88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ For more details, please take a look at our paper [Hulk: A Universal Knowledge T
</p>

## News
- _Apr. 2024_ Project page with demos is released at [Hulk](https://humancentricmodels.github.io/Hulk/)
- _Mar. 2024_ Training and inference code are released! Checkpoints are coming soon.
- _Apr. 2024_ A pretrained Hulk is released on [🤗 Hugging Face Models](https://huggingface.co/OpenGVLab/Hulk/tree/main)!
- _Apr. 2024_ Project page with demos is released at [Hulk](https://humancentricmodels.github.io/Hulk/).
- _Mar. 2024_ Training and inference code are released!
- _Dec. 2023_ Hulk is released on [ArXiv](https://arxiv.org/abs/2312.01697)!

## Installation
Expand All @@ -65,7 +66,7 @@ sh train.sh 80 Hulk_vit-B

## Evaluation
A pretrained Hulk will be soon available at [🤗 Hugging Face Models](https://huggingface.co/OpenGVLab/Hulk/tree/main).
Download it, put it under the folder `experiments/release/checkpoints/`, then use the following command to evaluate the model on the test set.
Download it, put it under the folder `experiments/release/checkpoints/Hulk_vit-B` (first `mkdir -p experiments/release/checkpoints/Hulk_vit-B`), then use the following command to evaluate the model on the test set.
```bash
cd experiments/release
sh batch_eval.sh 1 Hulk_vit-B
Expand Down
1 change: 1 addition & 0 deletions experiments/release/batch_eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ test_info_list[pa100k_in_multi_thr0.3]=5
test_info_list[image_caption]=7
test_info_list[pose_cocoval]=8
test_info_list[pose_aic]=9
test_info_list[par_lip_flip]=17
test_info_list[par_cihp_flip]=18
test_info_list[par_hm36_flip]=19

Expand Down

0 comments on commit a4ace88

Please sign in to comment.