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

Deal with double frames in animation, detect scenes, some small improvements. #120

Open edgarsi opened 3 years ago

ynshung commented 3 years ago

I ran this in Google Colab and it seems like it is slower (~4.75s/it) than the original (~3s/frame). Any possible reason why?

Edit: I think I'll do further testing in the future, it might be because I got a slower GPU while testing.

iBobbyTS commented 3 years ago

I ran this in Google Colab and it seems like it is slower (~4.75s/it) than the original (~3s/frame). Any possible reason why?

Edit: I think I'll do further testing in the future, it might be because I got a slower GPU while testing.

You can use nvidia-smi to check which GPU you got, I think in the Colab_DAIN.ipynb, there is a cell in the beginning that has !nvidia-smi in it, use this to check. Computing power(speed): V100>P100>T4>P4>K80 By the way, check my repo iBobbyTS/VFIN, it has DAIN and Super-SloMo in it, the usage is easier than Colab_DAIN.ipynb, in yesterday's release 1.2, the speed of DAIN improved a lot, I deleted some useless code and saved huge amount of time.

VelocityRa commented 3 years ago

Is there a reason this hasn't been merged?

AlphaGit commented 3 years ago

I have incorporated these changes into my fork of this repository.