HINet function for VapourSynth
Project description
HINet
Half Instance Normalization Network for Image Restoration, based on https://github.com/JingyunLiang/SwinIR.
Dependencies
- NumPy
- PyTorch, preferably with CUDA. Note that
torchvision
andtorchaudio
are not required and hence can be omitted from the command. - VapourSynth
- (Optional) TensorRT. Note that
uff
andPyCUDA
are not required and hence can be skipped from the guide. - (Optional) torch2trt
Installation
pip install --upgrade vshinet
python -m vshinet
Usage
from vshinet import HINet
ret = HINet(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
File details
Details for the file vshinet-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: vshinet-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9966134d8b38405440c57a79643ca16cb061580a6ec980187986e94916464f16 |
|
MD5 | e0a42b6b6c8f19f238506eae708674f5 |
|
BLAKE2b-256 | 6401e5baa7b27ffaf31ec7200aab9892f7ce367725ba210beecbbc68d751b929 |