shleecs / Copy-and-Paste-Networks-for-Deep-Video-Inpainting

Official Pytorch implementation of Copy-and-Paste Networks for Deep Video Inpainting (ICCV 2019)
117 stars 18 forks source link

'A_Regressor' Question #10

Closed csqiangwen closed 4 years ago

csqiangwen commented 4 years ago

Thanks for your nice work! I have one question here. Why the 'A_Regressor' initialized the 'conv6a' and 'conv6b' but it did not use them in the forward function?

shleecs commented 4 years ago

Thank you for your interest in our works.

It is a minor error while I modify it to implement the final version.

I will update the bug-free code.

Thank you.

Best regards, Sungho