Skip to content

Commit

Permalink
[Doc] Chinese translation of mattors/indexnet/README.md (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yshuo-Li authored Nov 21, 2021
1 parent 74b4740 commit f41fa5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configs/mattors/indexnet/README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

<br/>

| 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) |

0 comments on commit f41fa5c

Please sign in to comment.