调试 waifu2x
安装torch时 ./install.sh 时出错:
readline.c:8:31: fatal error: readline/readline.h: No such file or directory compilation terminated. Error: Build error: Failed compiling object readline.o
解决:
sudo apt-get install libreadline-dev
sudo apt-get install libssl-dev
重建效果,还不错。
体验地址
http://br.bj.oupeng.com:10080/ + 能正常访问的图片链接
DeblurGAN
仓库地址:https://github.com/KupynOrest/DeblurGAN
安装调试笔记
http://www.kaishixue.com/deblurgan/
相关资源:
论文,汤晓鸥2015年的论文
https://arxiv.org/pdf/1501.00092.pdf
知乎如何通过多帧影像进行超分辨率重构?
https://www.zhihu.com/question/25401250/answer/33417898
一个二次元超分辨率重建
http://blog.csdn.net/aichipmunk/article/details/53704139
https://github.com/nagadomi/waifu2x