baowenbo / DAIN

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

Colab: frame_count zfill hotfix #151

Closed echometerain closed 2 years ago

echometerain commented 2 years ago

Running the colab results in an error because zfill cannot be invoked on an integer

AlphaGit commented 2 years ago

I have incorporated this fix in my fork which also includes the other pending PRs present in this repo.

echometerain commented 2 years ago

@AlphaGit I tried using your fork yesterday and ran into a bug. I was about to open a pull request on your fork because GitHub doesn't support issues on forks but forgot at the last second. This was the bug: image I also tried running !pip3 install ipyplot but it produced the same result

AlphaGit commented 2 years ago

Hi @echometerain, thanks for letting me know. I have enabled issues (as you said, they're disabled by default on forks), so we can discuss over there. Interestingly enough, I would have tried your same steps. Let me give it a try.