RaphaelMeudec / deblur-gan

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"
587 stars 245 forks source link

Deblur Videos #85

Open ishank-juneja opened 3 years ago

ishank-juneja commented 3 years ago

Deblur a video with deblur_video.py.

Deblur videos like images. Requires opencv.

Specify input video path and output video path. Can be modified slightly to get both input and output side by side.

Change in Readme to provide usage

ishank-juneja commented 3 years ago

@RaphaelMeudec if accepting, not sure if openCV should be added to requirements since it will be needed for just this on thing.