From f41fa5c900d0b31f7460b3f4e00fe94d6cc8a1a9 Mon Sep 17 00:00:00 2001 From: ys-li <56712176+Yshuo-Li@users.noreply.github.com> Date: Sun, 21 Nov 2021 16:56:41 +0800 Subject: [PATCH] [Doc] Chinese translation of mattors/indexnet/README.md (#588) --- configs/mattors/indexnet/README_zh-CN.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/mattors/indexnet/README_zh-CN.md b/configs/mattors/indexnet/README_zh-CN.md index f2ec3f10b4..558e8f8a3b 100644 --- a/configs/mattors/indexnet/README_zh-CN.md +++ b/configs/mattors/indexnet/README_zh-CN.md @@ -17,15 +17,15 @@
-| Method | SAD | MSE | GRAD | CONN | Download | +| 算法 | SAD | MSE | GRAD | CONN | 下载 | | :--------------------------------------------------------------------------: | :------: | :-------: | :------: | :------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| M2O DINs (paper) | 45.8 | 0.013 | 25.9 | **43.7** | - | -| [M2O DINs (our)](/configs/mattors/indexnet/indexnet_mobv2_1x16_78k_comp1k.py) | **45.6** | **0.012** | **25.5** | 44.8 | [model](https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_mobv2_1x16_78k_comp1k_SAD-45.6_20200618_173817-26dd258d.pth) \| [log](https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_mobv2_1x16_78k_comp1k_20200618_173817.log.json) | +| M2O DINs (原文) | 45.8 | 0.013 | 25.9 | **43.7** | - | +| [M2O DINs (复现)](/configs/mattors/indexnet/indexnet_mobv2_1x16_78k_comp1k.py) | **45.6** | **0.012** | **25.5** | 44.8 | [模型](https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_mobv2_1x16_78k_comp1k_SAD-45.6_20200618_173817-26dd258d.pth) \| [日志](https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_mobv2_1x16_78k_comp1k_20200618_173817.log.json) | > The performance of training (best performance) with different random seeds diverges in a large range. You may need to run several experiments for each setting to obtain the above performance. -**More result** +**其他结果** -| Method | SAD | MSE | GRAD | CONN | Download | +| 算法 | SAD | MSE | GRAD | CONN | 下载 | | :-----------------------------------------------------------------------------------------------: | :---: | :---: | :---: | :---: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| [M2O DINs (with DIM pipeline)](/configs/mattors/indexnet/indexnet_dimaug_mobv2_1x16_78k_comp1k.py) | 50.1 | 0.016 | 30.8 | 49.5 | [model](https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_dimaug_mobv2_1x16_78k_comp1k_SAD-50.1_20200626_231857-af359436.pth) \| [log](https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_dimaug_mobv2_1x16_78k_comp1k_20200626_231857.log.json) | +| [M2O DINs (使用 DIM 流水线)](/configs/mattors/indexnet/indexnet_dimaug_mobv2_1x16_78k_comp1k.py) | 50.1 | 0.016 | 30.8 | 49.5 | [模型](https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_dimaug_mobv2_1x16_78k_comp1k_SAD-50.1_20200626_231857-af359436.pth) \| [日志](https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_dimaug_mobv2_1x16_78k_comp1k_20200626_231857.log.json) |