Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holywu/vs-basicvsrpp
BasicVSR++ function for VapourSynth
https://github.com/holywu/vs-basicvsrpp
basicvsrplusplus pytorch vapoursynth
Last synced: 30 days ago
JSON representation
BasicVSR++ function for VapourSynth
- Host: GitHub
- URL: https://github.com/holywu/vs-basicvsrpp
- Owner: HolyWu
- License: apache-2.0
- Created: 2021-09-04T15:02:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T12:53:45.000Z (over 1 year ago)
- Last Synced: 2024-11-13T06:53:30.339Z (about 1 month ago)
- Topics: basicvsrplusplus, pytorch, vapoursynth
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 60
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasicVSR++
Improving Video Super-Resolution with Enhanced Propagation and Alignment, based on https://github.com/ckkelvinchan/BasicVSR_PlusPlus.## Dependencies
- [mmcv](https://github.com/open-mmlab/mmcv#installation) >=2.0.0
- [NumPy](https://numpy.org/install)
- [PyTorch](https://pytorch.org/get-started) >=2.0.1
- [VapourSynth](http://www.vapoursynth.com/) >=R60## Installation
```
pip install -U openmim
mim install "mmcv>=2.0.0"pip install -U vsbasicvsrpp
python -m vsbasicvsrpp
```## Usage
```python
from vsbasicvsrpp import basicvsrppret = basicvsrpp(clip)
```See `__init__.py` for the description of the parameters.