sczhou / STFAN

[ICCV 2019] Spatio-Temporal Filter Adaptive Network for Video Deblurring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An error in DeblurNet.py

SkyeLu opened this issue · comments

Hi, thank you for sharing your code! I think I found an error in DeblurNet.py.
I think the line 174 in DeblurNet.py

conv_a_k = self.kconv_deblur(output_last_fea, kernel_warp)

should be changed to
conv_a_k = self.kconv_warp(output_last_fea, kernel_warp)

Thanks for your information. I fixed it.