From 5f99f7d0f1b85de10d2d0e81bf99e33a21fb9069 Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Wed, 1 Dec 2021 13:29:05 +0800 Subject: [PATCH] change LoveDA codalab server address (#1095) --- docs/inference.md | 2 +- docs_zh-CN/inference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/inference.md b/docs/inference.md index 863a8a3f3..14d772c5a 100644 --- a/docs/inference.md +++ b/docs/inference.md @@ -122,4 +122,4 @@ Assume that you have already downloaded the checkpoints to the directory `checkp ``` You will get png files under `./pspnet_test_results` directory. - You may run `zip -r -j Results.zip pspnet_test_results/` and submit the zip file to [evaluation server](https://competitions.codalab.org/competitions/35865#participate-submit_results). + You may run `zip -r -j Results.zip pspnet_test_results/` and submit the zip file to [evaluation server](https://codalab.lisn.upsaclay.fr/competitions/421). diff --git a/docs_zh-CN/inference.md b/docs_zh-CN/inference.md index 7dad83471..848fcb8b1 100644 --- a/docs_zh-CN/inference.md +++ b/docs_zh-CN/inference.md @@ -118,4 +118,4 @@ python tools/test.py ${配置文件} ${检查点文件} [--out ${结果文件}] ``` 您会在文件夹 `./pspnet_test_results` 里得到生成的 png 文件。 - 您也许可以运行 `zip -r -j Results.zip pspnet_test_results/` 并提交 zip 文件给 [evaluation server](https://competitions.codalab.org/competitions/35865#participate-submit_results) 。 + 您也许可以运行 `zip -r -j Results.zip pspnet_test_results/` 并提交 zip 文件给 [evaluation server](https://codalab.lisn.upsaclay.fr/competitions/421) 。