视频超分
Ccrestoration
TensoRaws/ccrestoration: an inference lib for image/video restoration with VapourSynth support
Make sure you have Python >= 3.9 and PyTorch >= 1.13 installed
1 | pip install ccrestoration |
Install VapourSynth (optional)
为apt添加 repository
1 | wget https://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2024.9.1_all.deb |
error:1
2
3vapoursynth : Depends: libpython3.11 (>= 3.11.0) but it is not installable
Depends: python3 (< 3.12) but 3.12.3-0ubuntu2 is to be installed
Depends: vapoursynth-ffms2 but it is not going to be installed
- 安装 python 3.11
1 | sudo add-apt-repository ppa:deadsnakes/ppa |
- 安装vapoursynth-ffms2
1 | sudo apt install vapoursynth-ffms2 |
VSET
NangInShell/VSET: 基于Vapoursynth的图形化视频批量压制处理工具,超分辨率,补帧,vs滤镜一应俱全。
简单点…
Image Super-resolution
zsyOAOA/InvSR: Arbitrary-steps Image Super-resolution via Diffusion Inversion