ljzycmd / SimDeblur

Simple framework for image and video deblurring, implemented by PyTorch
MIT License
306 stars 38 forks source link

Some questions about SimDeblur? #2

Closed jianghongsun closed 3 years ago

jianghongsun commented 3 years ago

hi,Thank you for you sharing!Can you share your deblurring model. Can your model run on cpu.

ljzycmd commented 3 years ago

It is hard to train a model on the cpu, but you can modify the Trainer class to support cpu testing easily. Later I will also add the code for testing on the cpu.

JoshonSmith commented 3 years ago

can you provide some pretrained deblurring models?