-
-
Hello there !
First of all, thank you for all the work you have put into this!
I am currently trying out some algorithms for arbitrary timestep frame interpolation and came across your reposit…
-
Currently the code will detect when the user is trying to use ensemble and a scale!=1.
It will then simply return 'currently not supported'.
Please add support for the combination of both paramete…
-
I downloaded all the downloads from https://github.com/AmusementClub/vs-mlrt/releases/tag/v14.test into "F:/Hybrid/64bit/vs-mlrt" and when calling:
```
# Imports
import vapoursynth as vs
import os…
-
Seems embarrassingly parallel, and there's an issue already to make it multithreaded. Why not make it CUDA-rific?
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
Many thanks hzwer for creating the world's first video frame interpolation method based on machine learning, capable of real-time interpolation of HD files!
As confirmed by two people on the SVP fo…
AIVFI updated
2 years ago
-
Using `-s` has no effect (RIFE v4).
Timestep always defaults to 0.5.
-
Try not using itmm, then it'll be simple to turn it into C/C++. I find it very slow for the initiation, I don't know why. In the example, it seems that cpu is used, is there some special reason not …
-
Could you create a google colab notebook for this project? I'd really appreciate it. And could you add an option to choose rife model 2.3? Thanks!