Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhuotao authored Aug 3, 2020
1 parent efc23be commit 80b1140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ Then update the train/val/test list paths in the config files.
+ Download the ImageNet pretrained [**backbones**](https://mycuhk-my.sharepoint.com/:u:/g/personal/1155122171_link_cuhk_edu_hk/EQEY0JxITwVHisdVzusEqNUBNsf1CT8MsALdahUhaHrhlw?e=4%3a2o3XTL&at=9) and put them into the `initmodel` directory.
+ Then execute the command:

`sh test_PFENet.sh {*dataset*} {*model_config*}`
`sh test.sh {*dataset*} {*model_config*}`

Example: Test PFENet with ResNet50 on the split 0 of PASCAL-5i:

sh test_PFENet.sh pascal split0_resnet50
sh test.sh pascal split0_resnet50


### Train

Execute this command at the root directory:

sh train_PFENet.sh {*dataset*} {*model_config*}
sh train.sh {*dataset*} {*model_config*}


## Related Repositories
Expand Down

0 comments on commit 80b1140

Please sign in to comment.