HyeongminLEE / AdaCoF-pytorch

Official source code for our paper "AdaCoF: Adaptive Collaboration of Flows for Video Frame Interpolation" (CVPR 2020)
MIT License
172 stars 27 forks source link

About implemention of "backward operation" of the input #19

Open syujung opened 10 months ago

syujung commented 10 months ago

Dear author, Thanks for your great work, it is very inspiring! I have a question about the implementation of the ''backward operation'' of the input. Would you mind implementing the ''backward operation'' and releasing the codes? It would be very helpful to us. Looking forward to your reply!

Best regards! yung

syujung commented 10 months ago

@HyeongminLEE

syujung commented 10 months ago

@HyeongminLEE

HyeongminLEE commented 6 months ago

Hi, sorry for delayed responce. What do you mean with 'backward operation'? The backward process of AdaCoF is implemented with cupy and the code is open in this repo. Thanks.