ltkong218 / IFRNet

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation (CVPR 2022)
MIT License
259 stars 23 forks source link

solved dist compute problem #23

Closed varunjain3 closed 1 year ago

varunjain3 commented 1 year ago

There was an error that popped up due to change of tensors while backpropogating

ltkong218 commented 1 year ago

Thanks for your interest and contribution. However, this repository is only for following the experimental setup of the original CVPR paper. Since we want to strictly follow the paper to reproduce the experimental results for the convenience of follow-up research. Therefore, any changes to the model and hyper parameters can be confusing. But I think your inference_video.py is a good work. If you would like to conribute to this repository, I think that only adding inference_video.py is OK. Thanks again for your work.