iBobby
iBobby
> > > 多谢!(另外,顺便问下,您知不知道有开源的、利用机器学习进行实时补帧的工具?或者说除了vapoursynth 之外的不用机器学习的可以用来做实时补帧的开源库(或者工具)?(毕竟 SVP 是专有的) > > > > Thank you so much! By the way, could you please tell me if there is any open-source tool used...
I think you didn't build the packages correctly, make sure you have PyTorch >=1.0.0,
To install pytorch 1.4, simply run this: `pip install torch==1.4.0` if you're using a notebook like Colab, add a ! befor, like `!pip install torch==1.4.0` I’m modifying code in VFIN...
In VFIN, you don't need to worry about that, just specify -ot video, it will generate a mp4 in your input folder, if you specify the outpht by -o ,...
> > In VFIN, you don't need to worry about that, just specify -ot video, it will generate a mp4 in your input folder, if you specify the outpht by...
Any problem about VFIN, please open issues there.
In the colab notebook in README, it says only 720p can be processed with 16GB of vram, but I found everytime I start, it can interpolate 1 frame, then it...
> Hey, would you mind providing me with the customized version you made? I want to interpolate a 1080p video and keep running into the same kind of error with...
> I had the same problem in my implementation on Colab where I use miniconda for DAIN > > https://towardsdatascience.com/conda-google-colab-75f7c867a522 > > and I use the implementation of iBobbyTS:https://github.com/iBobbyTS/VFIN >...
Check out my repo [iBobbyTS/VFIN](https://github.com/iBobbyTS/VFIN), The purpose of this project is easy usage of good algorithms. It includes DAIN and Super-SloMo,and BIN is coming soon. Now there's a installation guide...