From 80b11404cefcba3862d9621057e1b3e67e559923 Mon Sep 17 00:00:00 2001 From: tianzhuotao <68939582+tianzhuotao@users.noreply.github.com> Date: Mon, 3 Aug 2020 23:19:40 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3625df3..3808f30 100644 --- a/README.md +++ b/README.md @@ -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