Skip to main content

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

arsr-2.0.2-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page