RIFE function for VapourSynth
Project description
RIFE
Real-Time Intermediate Flow Estimation for Video Frame Interpolation, based on https://github.com/hzwer/Practical-RIFE.
Dependencies
- PyTorch 2.6.0.dev
- VapourSynth R66 or later
- vs-miscfilters-obsolete (only needed for scene change detection)
trt
requires additional packages:
- TensorRT 10.4.0 or later
- Torch-TensorRT 2.6.0.dev
To install the latest nightly build of PyTorch and Torch-TensorRT, run:
pip install -U packaging setuptools wheel
pip install --pre -U torch torchvision torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124 --extra-index-url https://pypi.nvidia.com
pip install -U tensorrt-cu12 tensorrt-cu12_bindings tensorrt-cu12_libs --extra-index-url https://pypi.nvidia.com
Installation
pip install -U vsrife
python -m vsrife
Usage
from vsrife import rife
ret = rife(clip)
See __init__.py
for the description of the parameters.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
vsrife-5.4.0-py3-none-any.whl
(61.4 kB
view hashes)