FSRNet
FSRNet copied to clipboard
Demo code for our CVPR'18 paper "FSRNet: End-to-End Learning Face Super-Resolution with Facial Priors" (SPOTLIGHT Presentation)
hi @tyshiwo thanks for your work. when i run the model using my own img, i found the performance was not good. the img i use is a result of...
Hi, can you provide the training code?
Hello, could you provide the x4 SR pretrained model? I hope i can test your pretrained model with the scale of 4 . Thank you very much!
Hi, can you provide the code of how to crop the data helen? I have trouble in precessing them. Thank you.
Hi, Can you provide a small setup requirements steps for ubuttu 18 ? also can we test with cpu ?
i tested the **sh test_CelebA_8x.sh** command on my PC,but it didn't work due to **Can't open test_CelebA_8x.sh**
how to use the landmarks to process the gt parsing maps, i saw the previous issue, the method is called GFC, I can not find the paper , can u...
I used 'sh test_CelebA_8x.sh' to run the model,but it tells me stdin:1: '=' expected near 'test_CelebA_8x',I don't know how to deal with it?
The paper is very good. Can you release the detailed structure of **the prior estimation network**?Thank you The residual block,input 64 channels,output 128 channels. Does that right? About the HG...