ljzycmd / SimDeblur

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

can you provide some pretrained deblurring models? #3

Open JoshonSmith opened 3 years ago

JoshonSmith commented 3 years ago

Good work!

can you provide some pretrained deblurring models?

thanks !!!

ljzycmd commented 3 years ago

Thanks for your attention and interest, we will release the trained checkpoints as quickly as possible.

noobtoob4lyfe commented 2 years ago

I think this is what I'm looking for as well. I'd like to try out all the video deblurring methods on a test clip of mine. I'm a bit confused about how this would be done currently. I've set up the conda env and installed and compiled all the dependencies but I can't seem to find the python script with arguments to simply try out a model of a video or image sequence. Would you be able to provide a step by step on how this is done?

ljzycmd commented 2 years ago

Hi, in fact, I provide a simple demo notebook on Colab, and you can run it to make a try quickly.