You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating rank dataset, what should change in test_RankSRGAN.yml?
For example, if generating DIV2K_train_ESRGAN rank dataset, which_model_G in test_RankSRGAN.yml should I set?
The text was updated successfully, but these errors were encountered:
This is just like to do testing by a pretrain model. You could set the which_model_G in test RankSRGAN.yml to ESRGAN/SRGAN/SRResNet. I mean that you could download the ESRGAN pretrain model and set the path for which_model_G. Then, you can use DIV2K LR image to generate three level images and crop them to get the pair-wise data using matlab code.
@WenlongZhang0517 but I found only 'MSRResNet', 'RRDBNet','SRResNet' model name can be choosed in function codes/model/networks.define_G? which receive which_model_G parameter.
When generating rank dataset, what should change in test_RankSRGAN.yml?
For example, if generating DIV2K_train_ESRGAN rank dataset, which_model_G in test_RankSRGAN.yml should I set?
The text was updated successfully, but these errors were encountered: