Alpha
Alpha
Hi! Yes, I know what the error is. I don’t know exactly how to fix it. This is the relevant error line: > error in correlation_forward_cuda_kernel: no kernel image is...
1. DAIN is a mixture of different CNNs put together, some of them from previous papers. You can find more info [here](http://vllab1.ucmerced.edu/~wenbobao/DAIN/cvpr19_DAIN_supp.pdf) and in the original paper. So that you...
Hi! Are you sure you're referring to the DAIN render engine? You might be thinking of DainApp, which is not tracked in this repository.
No worries! I see you found it: https://github.com/BurguerJohn/Dain-App/issues/5 👍
Hi! You need too run all the cells in the order that they are. I see the cells above not executed, which might be the cause of your problem.
@CrabOfChaos What's the result of the cell that runs `git clone`? That command should be the one creating the `/content/DAIN` directory (which will have the contents of that repository).
@CrabOfChaos Not silly at all! On the contrary, I appreciate you coming back and explaining what the problem was. That always helps people that might have the same problem in...
Hey @xstrauss, I just published a new version of the Colab file that should be soon available in the master branch. In the meantime, you can get it from ([here](https://github.com/AlphaGit/DAIN/blob/colab-compatibility/Colab_DAIN.ipynb))....
Hi there! This repository is not the one for the DainApp you're using. This is DAIN, the underlying neural network system that Dain-App uses. DAIN is about video interpolation only,...
Ok! In that case you can use the [Colab file](https://github.com/baowenbo/DAIN/blob/master/Colab_DAIN.ipynb), dice you said that you don't want to run it locally. There is a section with settings near the top....