jiandandan001
jiandandan001
Hi, Thank you for sharing the code the dataset. Could you please tell me how many LR-HR image pairs in total in your datasets? How about the scale factors used...
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 86: invalid continuation byte
Thank you for sharing the code. I have the following problem, do you know how to solve it? thanks ==================== PRETRAINED MODEL Loading Succeeded ==================== ==================== Reading Checkpoints ==================== ===================...
Thank you for nice work and thank you for sharing the code. python train_IMDN.py --root /path/to/DIV2K_decoded/ --scale 4 --pretrained checkpoints/IMDN_x4.pth Why do we need the pretrained model for 4x when...
Thank you for sharing the code and model. Could you please share the trained model of x2 BSRNet? Thanks
Hi, thank you for sharing the code! It seems that you first swap the axis first in the generator. Could you tell me why do you swap axis? More efficient,...
Thank you for sharing the code. I meet the following problem. It seems that the kenel is not estimated successfully. Could you give me some suggestions? ------------------------------------------------- G:\Anaconda\python.exe D:/2020/ReferenceCode/KernelGAN-master/train.py --input-dir...
Hi, thank you for this nice work, and thank you for sharing the code. I want to compare our method with the KernelGAN+ZSSR. Could you please tell me how to...
Hi. Thank you for sharing the code. Could you tell me how to set the following parametres when generating 2x downsampled lr testing images, so make the gererated images are...
关于式10和11
感谢分享。 请问下,式子10和式子11,为什么是对第一项最小化?在知乎的解读中看到,“意味着使得图像趋近平滑,也就说明图像从模糊变清晰了”。 确实最小化会使得图像平滑,但是平滑是不是意味着更模糊了,为什么是平滑意味着更清晰了,这一点有些不理解,谢谢您。
hi. thank you for sharing the code. Could you give an example of testing? Thanks.