csbhr / CDVD-TSP

The repository is an official implementation of our CVPR2020 paper : Cascaded Deep Video Deblurring Using Temporal Sharpness Prior
MIT License
259 stars 49 forks source link

Can this project work for single image deblurring? #1

Closed Darrenxc closed 4 years ago

Darrenxc commented 4 years ago

hi, your work is great. I just wonder can this project work for single image deblurring? thank you

csbhr commented 4 years ago

Thanks for your attention! The main contribution of our work is to focus on the use of temporal information in videos. Video sequences are required for both the optical flow estimation and temporal sharpness prior. For this reason, the advantages of our work cannot be reflected in image deblurring.

jspan commented 4 years ago

hi, your work is great. I just wonder can this project work for single image deblurring? thank you

You can of course use our code to deblur single images. For such case, the optical flow, temporal sharpness prior will have no effect but the proposed cascaded training approach still help image deblurring

Darrenxc commented 4 years ago

Thank you!