diff --git a/README.md b/README.md index e31d4cb..f7b66e7 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,11 @@ This code supports multiple models - [ArcticNet](https://download.is.tue.mpg.de/ CUDA_VISIBLE_DEVICES= python scripts_method/train.py --method {arctic,hands,handoccnet,hamer}_light --trainsplit train --valsplit smallval --load_ckpt ``` -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 @@ -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. \ No newline at end of file +We also thank all the authors of the datasets used in our work for making them publicly available. Check out their works as well.