win10下调试deblur-GAN过程记录

参考博客:here

环境
win10 64位、python3.6、cpu

下载
1、代码:https://github.com/RaphaelMeudec/deblur-gan/tree/0c0c0296f143b7a070a0969cb64a8774f8e79f1d

运行
1、安装所需要的库:在项目文件夹下激活虚拟环境(方法:shift+右键->点击打开powershell窗口->输入start cmd->输入conda activate python3.6(虚拟环境名称))
输入:pip install -r requirements.txt
2、将图片放在项目文件夹下
3、python deblur_image.py --image_path=1.jpg

结果

你可能感兴趣的:(模型调试)