FR-SRGAN icon indicating copy to clipboard operation
FR-SRGAN copied to clipboard

Class Final Project for MIT 6.819 Advances in Computer Vision

Results 4 FR-SRGAN issues
Sort by recently updated
recently updated
newest added

Are you set patch size as the size of input training images? When I use your code to train the network, I get a bad result. Thank you for your...

I test the 78th model(training batchsize=1,the validation's psnr is 29.58) on Foliage from Vid4, the psnr between sr and hr is around 20. The result in the frvsr paper is...

Sorry, I am new to deep learning. I would like to try to test your network with my own video, and I ran testVideo.py file with model located in the...

Amazing work. I want to save training results during the training, but unsuccessful. Below is the codes that you commented out. # val_images.extend( # [display_transform()(val_hr_restore.squeeze(0)), display_transform()(hr.data.cpu().squeeze(0)), # display_transform()(sr.data.cpu().squeeze(0))]) # val_images...