Arbitrary Scale Super resolution
Project description
arbitrary-sr
It's about arbitrary scale image super-resolution.
Usage
Installation
pip install
How to use
from arsr import sr
scale = 2.4
sr0 = sr('edsr')
up_img = sr.upsample(numpy_img,scale) # numpy_img {'type':numpy, 'dimension':(H,W,C) }
method
- ensemble
- MetaSR
- Implicit representation
- UltraSR (Implicit representation + Spatial encoding)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arsr-2.0.1.tar.gz
(2.6 kB
view hashes)
Built Distribution
arsr-2.0.1-py3-none-any.whl
(3.5 kB
view hashes)