From f060fd3c8bf1e5b1c91097721b2eafecc5f3041e Mon Sep 17 00:00:00 2001 From: Mengyang Pu <948048423@qq.com> Date: Thu, 21 Sep 2023 17:11:41 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fab3d2..b0c9eb4 100644 --- a/README.md +++ b/README.md @@ -165,9 +165,9 @@ bash ./tools/dist_train.sh configs/bsds/EDTER_BIMLA_320x320_80k_bsds_aug_bs_8.py ``` #### Step2: The training of Stage II on BSDS500 Change the '--global-model-path' in [train_local.py](https://github.com/MengyangPu/EDTER/blob/main/tools/train_local.py). -https://github.com/MengyangPu/EDTER/blob/846370ece24b9dc8925037853ccfa33d6cadeaa2/tools/train_local.py#L22C27-L23C54 +https://github.com/MengyangPu/EDTER/blob/ccb79b235e82ddbb4a6cc6d36c38325b674decd1/tools/train_local.py#L22-L23 Note: According to the results in stage one, we select the best model as the global model. -Thus we set: +Thus, we set: parser.add_argument('--global-model-path', type=str, default=' ../work_dirs/EDTER_BIMLA_320x320_80k_bsds_aug_bs_8/iter_X0000.pth', help='the dir of the best global model').