Skip to content

Commit d71fb71

Browse files
committed
update details
1 parent 7eea517 commit d71fb71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Here the models we provide are trained on QP37 in RGB space.
7575

7676
:star: *MWGAN Model:*
7777

78-
- [MWGAN PSNR Model](https://drive.google.com/u/0/uc?id=1lvki-CphYSVvnw576BkUzyX_dqJTN7g8&export=download)
79-
- [MWGAN GAN Model]() (In progress)
78+
- [MWGAN PSNR Model](https://drive.google.com/u/0/uc?id=1lvki-CphYSVvnw576BkUzyX_dqJTN7g8&export=download): Pretrained PSNR model to initialize generator for GAN training.
79+
- [MWGAN GAN Model](): The model for MW-GAN. (In progress)
8080

8181
## Acknowledgement
8282
This repo is built mainly based on [BasicSR](https://github.com/xinntao/BasicSR). Also borrowing codes from [pacnet](https://github.com/NVlabs/pacnet) and [MWCNN_PyTorch](https://github.com/lpj0/MWCNN_PyTorch). We thank a lot for their contributions to the community.

options/test/MWGAN/test_MWGAN_ECCV_PSNR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ network_g:
2828

2929
# path
3030
path:
31-
pretrain_network_g: ./experiments/pretrain_model/MWGAN_ECCV_PSNR_model.pth
31+
pretrain_network_g: ./experiments/pretrain_model/MWGAN_PSNR_ECCV_model.pth
3232
strict_load_g: True
3333

3434
# validation settings

options/test/MWGAN/test_MWGAN_ECCV_Percep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ network_g:
2828

2929
# path
3030
path:
31-
pretrain_network_g: ./experiments/pretrain_model/MWGAN_Perep_model.pth
31+
pretrain_network_g: ./experiments/pretrain_model/MWGAN_Perep_ECCV_model.pth
3232
strict_load_g: true
3333

3434
# validation settings

0 commit comments

Comments
 (0)