cscss / DBVSR

This repository is an official PyTorch implementation of the paper "Deep Blind Video Super-resolution"
37 stars 4 forks source link

About testing #4

Open AGenchev opened 2 years ago

AGenchev commented 2 years ago

Hello ! I wonder which dataset from REDS to get for testing the trained model. They have test_blur, test_blur_comp, test_sharp_bicubic, test_blur_bicubic. Should I download all and unpack into one folder ?

I tried running under recent version of pytorch (1.8) and some functions do not work e.g. convert_psf2otf. Is it possible to fix it ?