yuanzhi-zhu / DiffPIR

"Denoising Diffusion Models for Plug-and-Play Image Restoration", Yuanzhi Zhu, Kai Zhang, Jingyun Liang, Jiezhang Cao, Bihan Wen, Radu Timofte, Luc Van Gool.
https://yuanzhi-zhu.github.io/DiffPIR/
MIT License
337 stars 25 forks source link

ModuleNotFoundError: No module named 'motionblur' #4

Closed syf0518 closed 1 year ago

syf0518 commented 1 year ago

I encountered this error and tried to download 'motionblur' but failed. I would like to ask you how to download it, I can't find its installation package on PyPI.

yuanzhi-zhu commented 1 year ago

Hi @syf0518,

Could you please try the following

for motion blur, please download https://github.com/LeviBorodenko/motionblur to the DiffPIR folder.

as mentioned here https://github.com/yuanzhi-zhu/DiffPIR#clone-and-install.

syf0518 commented 1 year ago

Hi @syf0518,

Could you please try the following

for motion blur, please download https://github.com/LeviBorodenko/motionblur to the DiffPIR folder.

as mentioned here https://github.com/yuanzhi-zhu/DiffPIR#clone-and-install.

Thank you very much.