We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use Rife V2 like below code
how do we install?
import vsmlrt output = vsmlrt.inference(rgbs, "path/to/onnx", backend=vsmlrt.Backend.TRT(fp16=True))
I have downloaded rife_v4.25_heavy.7z
how do i install vsmlrt?
readme has no install explanation
i need to install into a python venv
or are there any other way to use with python venv?
currently I am using this way and it works
I am using this repo : https://github.com/hzwer/Practical-RIFE/
this code
cmd = f'"{sys.executable}" "Practical-RIFE/inference_video.py" --model="{model_dir}" --multi={multiplier_val} --video="{last_video_path}" --output="{improved_video}"'
these files : 4.25.lite - 2024.10.20
i need same way of usage
The text was updated successfully, but these errors were encountered:
You don't need to use onnx in this repo if you are using the official Practical-RIFE repository.
Sorry, something went wrong.
No branches or pull requests
I want to use Rife V2 like below code
how do we install?
import vsmlrt
output = vsmlrt.inference(rgbs, "path/to/onnx", backend=vsmlrt.Backend.TRT(fp16=True))
I have downloaded rife_v4.25_heavy.7z
how do i install vsmlrt?
readme has no install explanation
i need to install into a python venv
or are there any other way to use with python venv?
currently I am using this way and it works
I am using this repo : https://github.com/hzwer/Practical-RIFE/
this code
these files : 4.25.lite - 2024.10.20
i need same way of usage
The text was updated successfully, but these errors were encountered: