Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ This code supports multiple models - [ArcticNet](https://download.is.tue.mpg.de/
CUDA_VISIBLE_DEVICES=<gpu_ids> python scripts_method/train.py --method {arctic,hands,handoccnet,hamer}_light --trainsplit train --valsplit smallval --load_ckpt <pretrained_weights_for_initialization>
```

ArcticNet and WildHands are initialized from the ArcticNet model trained on allocentric split of ARCTIC (this can be downloaded from [here](https://github.com/zc-alexfan/arctic/blob/master/docs/data/README.md)). HandOccNet is initialized from pretrained FPN weights (availble in torch model zoo). HaMeR is initialized from the checkpoints provided in their repo.
ArcticNet and WildHands are initialized from the ArcticNet model trained on allocentric split of ARCTIC (this can be downloaded from [here](https://github.com/zc-alexfan/arctic/blob/master/docs/data/README.md)). HandOccNet is initialized from pretrained FPN weights (available in torch model zoo). HaMeR is initialized from the checkpoints provided in their repo.

## License

All the material here is released under the Creative Commons Attribution-NonCommerial 4.0 International License, found [here](https://creativecommons.org/licenses/by-nc/4.0/). For all the datasets and codebase (below) used in this work, refer to the respective websites/repos for citation and license details.
All the material here is released under the Creative Commons Attribution-NonCommercial 4.0 International License, found [here](https://creativecommons.org/licenses/by-nc/4.0/). For all the datasets and codebase (below) used in this work, refer to the respective websites/repos for citation and license details.


## Acknowledgements
Expand All @@ -84,4 +84,4 @@ This codebase is build on top of several awesome repositories:
- [IHOI](https://github.com/JudyYe/ihoi)
- [MANO](https://github.com/otaheri/MANO)

We also thank all the authors of the datasets used in our work for making them publicly available. Check out their works as well.
We also thank all the authors of the datasets used in our work for making them publicly available. Check out their works as well.