baowenbo / DAIN

Depth-Aware Video Frame Interpolation (CVPR 2019)
https://sites.google.com/view/wenbobao/dain
MIT License
8.22k stars 841 forks source link

ModuleNotFoundError: No module named 'filterinterpolation_cuda' #79

Closed justinbaltazar closed 4 years ago

justinbaltazar commented 4 years ago

Hi!

I'm running the Colab given by styler00dollar, and getting to this error when running colab_interpolate.py:

ModuleNotFoundError: No module named 'filterinterpolation_cuda'

Has anyone experienced this issue on the Colab? How did you fix it?

justinbaltazar commented 4 years ago

Nevermind. After looking at another open issue #44, I found that this issue is caused by the upgrade of Colab to PyTorch 1.5.

Thank you to CyFeng16! Not all heroes wear capes. https://github.com/baowenbo/DAIN/issues/44#issuecomment-624025613