MIVRC / MSRN-PyTorch

This repository is a PyTorch version of the paper "Multi-scale Residual Network for Image Super-Resolution" (ECCV 2018).
MIT License
291 stars 56 forks source link

What about an 8x test dataset #15

Closed JiliGH closed 5 years ago

JiliGH commented 5 years ago

Can you share 8 times the code of sample under the picture? What do you do when the sample size is inconsistent?

CV-JunchengLi commented 5 years ago

Can you describe your problem more clearly? I am not very clear about your problem.

JiliGH commented 5 years ago

How to process the 8x LR image in DIV2K datasets when training model ?

CV-JunchengLi commented 5 years ago

Use the MSRN-PyTorch/MSRN/Test/Prepare_TestData_HR_LR.m file to generate 8x LR training images, just like the test image generation, only need to change the dataset path and save path.