Skip to content

Commit

Permalink
[Docs] Capitalize the first letter of task name in metafile (open-mml…
Browse files Browse the repository at this point in the history
  • Loading branch information
Yshuo-Li authored Dec 21, 2021
1 parent b9dbf7e commit 96e4274
Show file tree
Hide file tree
Showing 26 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .dev_scripts/github/update_model_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_task_name(md_file):
layers = md_file.split('/')
for i in range(len(layers) - 1):
if layers[i] == 'configs':
return layers[i + 1]
return layers[i + 1].capitalize()
return 'Unknown'


Expand Down
4 changes: 2 additions & 2 deletions configs/inpainting/deepfillv1/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Models:
PSNR: 23.429
SSIM: 0.862
l1 error: 11.019
Task: inpainting
Task: Inpainting
Weights: https://download.openmmlab.com/mmediting/inpainting/deepfillv1/deepfillv1_256x256_8x2_places_20200619-c00a0e21.pth
- Config: configs/inpainting/deepfillv1/deepfillv1_256x256_4x4_celeba.py
In Collection: DeepFillv1
Expand All @@ -31,5 +31,5 @@ Models:
PSNR: 26.878
SSIM: 0.911
l1 error: 6.677
Task: inpainting
Task: Inpainting
Weights: https://download.openmmlab.com/mmediting/inpainting/deepfillv1/deepfillv1_256x256_4x4_celeba_20200619-dd51a855.pth
4 changes: 2 additions & 2 deletions configs/inpainting/deepfillv2/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Models:
PSNR: 22.398
SSIM: 0.815
l1 error: 8.635
Task: inpainting
Task: Inpainting
Weights: https://download.openmmlab.com/mmediting/inpainting/deepfillv2/deepfillv2_256x256_8x2_places_20200619-10d15793.pth
- Config: configs/inpainting/deepfillv2/deepfillv2_256x256_8x2_celeba.py
In Collection: DeepFillv2
Expand All @@ -31,5 +31,5 @@ Models:
PSNR: 25.721
SSIM: 0.871
l1 error: 5.411
Task: inpainting
Task: Inpainting
Weights: https://download.openmmlab.com/mmediting/inpainting/deepfillv2/deepfillv2_256x256_8x2_celeba_20200619-c96e5f12.pth
4 changes: 2 additions & 2 deletions configs/inpainting/global_local/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Models:
PSNR: 23.152
SSIM: 0.862
l1 error: 11.164
Task: inpainting
Task: Inpainting
Weights: https://download.openmmlab.com/mmediting/inpainting/global_local/gl_256x256_8x12_places_20200619-52a040a8.pth
- Config: configs/inpainting/global_local/gl_256x256_8x12_celeba.py
In Collection: Global&Local
Expand All @@ -31,5 +31,5 @@ Models:
PSNR: 26.78
SSIM: 0.904
l1 error: 6.678
Task: inpainting
Task: Inpainting
Weights: https://download.openmmlab.com/mmediting/inpainting/global_local/gl_256x256_8x12_celeba_20200619-5af0493f.pth
4 changes: 2 additions & 2 deletions configs/inpainting/partial_conv/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Models:
PSNR: 22.762
SSIM: 0.801
l1 error: 8.776
Task: inpainting
Task: Inpainting
Weights: https://download.openmmlab.com/mmediting/inpainting/pconv/pconv_256x256_stage2_4x2_places_20200619-1ffed0e8.pth
- Config: configs/inpainting/partial_conv/pconv_256x256_stage2_4x2_celeba.py
In Collection: PConv
Expand All @@ -31,5 +31,5 @@ Models:
PSNR: 25.404
SSIM: 0.853
l1 error: 5.99
Task: inpainting
Task: Inpainting
Weights: https://download.openmmlab.com/mmediting/inpainting/pconv/pconv_256x256_stage2_4x2_celeba_20200619-860f8b95.pth
6 changes: 3 additions & 3 deletions configs/mattors/dim/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Models:
GRAD: 32.7
MSE: 0.017
SAD: 53.8
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/dim/dim_stage1_v16_1x1_1000k_comp1k_SAD-53.8_20200605_140257-979a420f.pth
- Config: configs/mattors/dim/dim_stage2_v16_pln_1x1_1000k_comp1k.py
In Collection: DIM
Expand All @@ -33,7 +33,7 @@ Models:
GRAD: 29.4
MSE: 0.016
SAD: 52.3
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/dim/dim_stage2_v16_pln_1x1_1000k_comp1k_SAD-52.3_20200607_171909-d83c4775.pth
- Config: configs/mattors/dim/dim_stage3_v16_pln_1x1_1000k_comp1k.py
In Collection: DIM
Expand All @@ -47,5 +47,5 @@ Models:
GRAD: 29.0
MSE: 0.015
SAD: 50.6
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/dim/dim_stage3_v16_pln_1x1_1000k_comp1k_SAD-50.6_20200609_111851-647f24b6.pth
8 changes: 4 additions & 4 deletions configs/mattors/gca/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Models:
GRAD: 17.4
MSE: 0.009
SAD: 36.5
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/gca/baseline_r34_4x10_200k_comp1k_SAD-36.50_20200614_105701-95be1750.pth
- Config: configs/mattors/gca/gca_r34_4x10_200k_comp1k.py
In Collection: GCA
Expand All @@ -33,7 +33,7 @@ Models:
GRAD: 16.33
MSE: 0.008
SAD: 34.77
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/gca/gca_r34_4x10_200k_comp1k_SAD-34.77_20200604_213848-4369bea0.pth
- Config: configs/mattors/gca/baseline_dimaug_r34_4x10_200k_comp1k.py
In Collection: GCA
Expand All @@ -47,7 +47,7 @@ Models:
GRAD: 30.21
MSE: 0.0144
SAD: 49.95
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/gca/baseline_dimaug_r34_4x10_200k_comp1k_SAD-49.95_20200626_231612-535c9a11.pth
- Config: configs/mattors/gca/gca_dimaug_r34_4x10_200k_comp1k.py
In Collection: GCA
Expand All @@ -61,5 +61,5 @@ Models:
GRAD: 28.07
MSE: 0.0129
SAD: 49.42
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/gca/gca_dimaug_r34_4x10_200k_comp1k_SAD-49.42_20200626_231422-8e9cc127.pth
4 changes: 2 additions & 2 deletions configs/mattors/indexnet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Models:
GRAD: 25.5
MSE: 0.012
SAD: 45.6
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_mobv2_1x16_78k_comp1k_SAD-45.6_20200618_173817-26dd258d.pth
- Config: configs/mattors/indexnet/indexnet_dimaug_mobv2_1x16_78k_comp1k.py
In Collection: IndexNet
Expand All @@ -33,5 +33,5 @@ Models:
GRAD: 30.8
MSE: 0.016
SAD: 50.1
Task: mattors
Task: Mattors
Weights: https://download.openmmlab.com/mmediting/mattors/indexnet/indexnet_dimaug_mobv2_1x16_78k_comp1k_SAD-50.1_20200626_231857-af359436.pth
6 changes: 3 additions & 3 deletions configs/restorers/basicvsr/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Models:
Vimeo-90K-T (BIx4)<br>PSNR/SSIM (Y):
PSNR: 36.2848
SSIM: 0.9395
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/basicvsr/basicvsr_reds4_20120409-0e599677.pth
- Config: https://github.com/open-mmlab/mmediting/blob/master/configs/restorers/basicvsr/basicvsr_vimeo90k_bi.py
In Collection: BasicVSR
Expand Down Expand Up @@ -61,7 +61,7 @@ Models:
Vimeo-90K-T (BIx4)<br>PSNR/SSIM (Y):
PSNR: 37.2026
SSIM: 0.9451
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/basicvsr/basicvsr_vimeo90k_bi_20210409-d2d8f760.pth
- Config: https://github.com/open-mmlab/mmediting/blob/master/configs/restorers/basicvsr/basicvsr_vimeo90k_bd.py
In Collection: BasicVSR
Expand Down Expand Up @@ -89,5 +89,5 @@ Models:
Vimeo-90K-T (BIx4)<br>PSNR/SSIM (Y):
PSNR: 34.6427
SSIM: 0.9335
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/basicvsr/basicvsr_vimeo90k_bd_20210409-0154dd64.pth
6 changes: 3 additions & 3 deletions configs/restorers/basicvsr_plusplus/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Models:
Vimeo-90K-T (BIx4) PSNR/SSIM (Y):
PSNR: 36.4445
SSIM: 0.9411
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/basicvsr_plusplus/basicvsr_plusplus_c64n7_8x1_600k_reds4_20210217-db622b2f.pth
- Config: configs/restorers/basicvsr/basicvsr_plusplus_c64n7_4x2_300k_vimeo90k_bi.py
In Collection: BasicVSR++
Expand Down Expand Up @@ -61,7 +61,7 @@ Models:
Vimeo-90K-T (BIx4) PSNR/SSIM (Y):
PSNR: 37.7864
SSIM: 0.95
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/basicvsr_plusplus/basicvsr_plusplus_c64n7_8x1_300k_vimeo90k_bi_20210305-4ef437e2.pth
- Config: configs/restorers/basicvsr/basicvsr_plusplus_c64n7_4x2_300k_vimeo90k_bd.py
In Collection: BasicVSR++
Expand Down Expand Up @@ -89,5 +89,5 @@ Models:
Vimeo-90K-T (BIx4) PSNR/SSIM (Y):
PSNR: 34.7248
SSIM: 0.9351
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/basicvsr_plusplus/basicvsr_plusplus_c64n7_8x1_300k_vimeo90k_bd_20210305-ab315ab1.pth
4 changes: 2 additions & 2 deletions configs/restorers/dic/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Models:
CelebA-HQ:
PSNR: 25.2319
SSIM: 0.7422
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/dic/dic_x8c48b6_g4_150k_CelebAHQ_20210611-5d3439ca.pth
- Config: configs/restorers/dic/dic_gan_x8c48b6_g4_500k_CelebAHQ.py
In Collection: DIC
Expand All @@ -31,5 +31,5 @@ Models:
CelebA-HQ:
PSNR: 23.6241
SSIM: 0.6721
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/dic/dic_gan_x8c48b6_g4_500k_CelebAHQ_20210625-3b89a358.pth
6 changes: 3 additions & 3 deletions configs/restorers/edsr/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Models:
Set5:
PSNR: 35.7592
SSIM: 0.9372
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/edsr/edsr_x2c64b16_1x16_300k_div2k_20200604-19fe95ea.pth
- Config: configs/restorers/edsr/edsr_x3c64b16_g1_300k_div2k.py
In Collection: EDSR
Expand All @@ -43,7 +43,7 @@ Models:
Set5:
PSNR: 32.3301
SSIM: 0.8912
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/edsr/edsr_x3c64b16_1x16_300k_div2k_20200608-36d896f4.pth
- Config: configs/restorers/edsr/edsr_x4c64b16_g1_300k_div2k.py
In Collection: EDSR
Expand All @@ -62,5 +62,5 @@ Models:
Set5:
PSNR: 30.2223
SSIM: 0.85
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/edsr/edsr_x4c64b16_1x16_300k_div2k_20200608-3c2af8a3.pth
4 changes: 2 additions & 2 deletions configs/restorers/edvr/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Models:
REDS4:
PSNR: 30.343
SSIM: 0.8664
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/edvr/edvrm_wotsa_x4_8x4_600k_reds_20200522-0570e567.pth
- Config: configs/restorers/edvr/edvrm_x4_g8_600k_reds.py
In Collection: EDVR
Expand All @@ -31,5 +31,5 @@ Models:
REDS4:
PSNR: 30.4194
SSIM: 0.8684
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/edvr/edvrm_x4_8x4_600k_reds_20210625-e29b71b5.pth
4 changes: 2 additions & 2 deletions configs/restorers/esrgan/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Models:
Set5:
PSNR: 30.6428
SSIM: 0.8559
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/esrgan/esrgan_psnr_x4c64b23g32_1x16_1000k_div2k_20200420-bf5c993c.pth
- Config: configs/restorers/esrgan/esrgan_x4c64b23g32_g1_400k_div2k.py
In Collection: ESRGAN
Expand All @@ -43,5 +43,5 @@ Models:
Set5:
PSNR: 28.27
SSIM: 0.7778
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/esrgan/esrgan_x4c64b23g32_1x16_400k_div2k_20200508-f8ccaf3b.pth
8 changes: 4 additions & 4 deletions configs/restorers/glean/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Models:
- Dataset: CAT
Metrics:
PSNR: 23.98
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/glean/glean_cat_8x_20210614-d3ac8683.pth
- Config: configs/restorers/glean/glean_ffhq_16x.py
In Collection: GLEAN
Expand All @@ -27,7 +27,7 @@ Models:
- Dataset: FFHQ
Metrics:
PSNR: 26.91
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/glean/glean_ffhq_16x_20210527-61a3afad.pth
- Config: configs/restorers/glean/glean_cat_16x.py
In Collection: GLEAN
Expand All @@ -38,7 +38,7 @@ Models:
- Dataset: CAT
Metrics:
PSNR: 20.88
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/glean/glean_cat_16x_20210527-68912543.pth
- Config: configs/restorers/glean/glean_in128out1024_4x2_300k_ffhq_celebahq.py
In Collection: GLEAN
Expand All @@ -49,5 +49,5 @@ Models:
- Dataset: CELEBA
Metrics:
PSNR: 27.94
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/glean/glean_in128out1024_4x2_300k_ffhq_celebahq_20210812-acbcb04f.pth
6 changes: 3 additions & 3 deletions configs/restorers/iconvsr/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Models:
Vimeo-90K-T (BIx4)<br>PSNR/SSIM (Y):
PSNR: 36.4983
SSIM: 0.9416
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/iconvsr/iconvsr_reds4_20210413-9e09d621.pth
- Config: https://github.com/open-mmlab/mmediting/blob/master/configs/restorers/iconvsr/iconvsr_vimeo90k_bi.py
In Collection: IconVSR
Expand Down Expand Up @@ -61,7 +61,7 @@ Models:
Vimeo-90K-T (BIx4)<br>PSNR/SSIM (Y):
PSNR: 37.3729
SSIM: 0.9467
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/iconvsr/iconvsr_vimeo90k_bi_20210413-7c7418dc.pth
- Config: https://github.com/open-mmlab/mmediting/blob/master/configs/restorers/iconvsr/iconvsr_vimeo90k_bd.py
In Collection: IconVSR
Expand Down Expand Up @@ -89,5 +89,5 @@ Models:
Vimeo-90K-T (BIx4)<br>PSNR/SSIM (Y):
PSNR: 34.678
SSIM: 0.9339
Task: restorers
Task: Restorers
Weights: https://download.openmmlab.com/mmediting/restorers/iconvsr/iconvsr_vimeo90k_bd_20210414-5f38cb34.pth
Loading

0 comments on commit 96e4274

Please sign in to comment.