DAIN icon indicating copy to clipboard operation
DAIN copied to clipboard

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

Open edgarsi opened this issue 3 years ago • 4 comments

edgarsi avatar Nov 16 '20 12:11 edgarsi

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.

ynshung avatar Nov 26 '20 07:11 ynshung

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.

iBobbyTS avatar Nov 26 '20 10:11 iBobbyTS

Is there a reason this hasn't been merged?

VelocityRa avatar Dec 31 '20 05:12 VelocityRa

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

AlphaGit avatar Jul 17 '21 19:07 AlphaGit