FeMaSR function for VapourSynth
Project description
FeMaSR
Real-World Blind Super-Resolution via Feature Matching with Implicit High-Resolution Priors, based on https://github.com/chaofengc/FeMaSR.
Dependencies
- PyTorch 2.4.0.dev or later
- VapourSynth R66 or later
trt requires additional Python packages:
- TensorRT 10.0.1
- Torch-TensorRT 2.4.0.dev
To install TensorRT, run pip install tensorrt==10.0.1 tensorrt-cu12_bindings==10.0.1 tensorrt-cu12_libs==10.0.1 --extra-index-url https://pypi.nvidia.com
To install Torch-TensorRT, Windows users can pip install the whl file on Releases. Linux users can run pip install --pre torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124 (requires PyTorch nightly build).
Installation
pip install -U vsfemasr
python -m vsfemasr
Usage
from vsfemasr import femasr
ret = femasr(clip)
See __init__.py for the description of the parameters.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vsfemasr-2.0.0-py3-none-any.whl.
File metadata
- Download URL: vsfemasr-2.0.0-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f4102acc1b21a63f1964a4d0748851ec99db83c09235b92b66e7a446d41d2b4
|
|
| MD5 |
164c5dc5214efc35732f1eff43a5f007
|
|
| BLAKE2b-256 |
4be5a41a63223a078cced5d78c751a372bca2fb6d71ccc0feab20cce62c79902
|