Skip to content

Etienne66/VD-release_v1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Tae Hyun Kim (lliger9(at)snu.ac.kr).

[Paper] [Project Page] [Code]

*Any work that uses our code should cite our paper (see below).

*Instruction to run sample code

Pre-compilationa was done under windows7 64bit with matlab R2015a. Our non-optimized code requires large memory. (We use 32GB RAM to deblur 50 frames with 1280X720 resolution.)

  1. run video_deblurring.m to run code for "car" example.

*Instruction to deblur your own examples

  1. Name images from 0001.png. (Any extension that can be readable with MATLAB is ok.)

  2. run 'TV_L1_OF\test_motion.m' to obtain initial optical flows. (Chambolle, Antonin, and Thomas Pock. "A first-order primal-dual algorithm for convex problems with applications to imaging." Journal of Mathematical Imaging and Vision 40.1 (2011): 120-145.) You can use any other method if you want.

  3. set proper params in video_deblurring.m

    lambda, tau; params in the paper

    n_imlist; number of frames to deblur

    pyramid_levels: define pyramid levels used in coarse to fine approach. We usually use 17 levels for 1280X720 resolution and use less(~14) for smaller images.

  4. run video_deblurring.m to deblur your own examples.

*References

Tae Hyun Kim and Kyoung Mu Lee, "Generalized Video Deblurring for Dynamic Scenes," Computer Vision and Pattern Recognition (CVPR), 2015 IEEE Conference on. IEEE, 2015.

Tae Hyun Kim and Kyoung Mu Lee. "Segmentation-free dynamic scene deblurring." Computer Vision and Pattern Recognition (CVPR), 2014 IEEE Conference on. IEEE, 2014.

About

Generalized Video Deblurring for Dynamic Scenes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published