ShuhangGu / DASR

Training and Testing codes for our paper "Real-world Image Super-resolution via Domain-distance Aware Training"
235 stars 21 forks source link

How to test unpaired dataset? #7

Open JustinAsdz opened 3 years ago

JustinAsdz commented 3 years ago

Hello, recently I'm reproducing your work, and have successfully completed the training process. When Test, I have got a problem.

i) The json file of test says the model = "sr", which means it lacks the ability to test datasets like Set5, BSD100 according to the SR_model.py , How to deal with such need? I wander If there are built-in method about this situation or just resize the imgs by myself? ii) In the json file , has a key named: pretrain_model_D_wlt, where is the weight_map comes from?

Thanks for your work and looking forward to your quick reply : )

DizzyYunxuan commented 3 years ago

The SRN code is built from mmsr repo. You can find more details on their Github pages.

i):

ii):