Metadata-Version: 2.1
Name: arsr
Version: 2.0.1
Summary: Arbitrary Scale Super resolution
Home-page: https://github.com/epsilon-deltta/arbitrary-sr/
Author: epsilon
Author-email: kokomong1316@gmail.com
License: MIT
Description: # arbitrary-sr
        It's about arbitrary scale image super-resolution. 
        
        # Usage
        
        ## Installation
        
        ```bash
        pip install 
        
        ```
        
        ## How to use
        ```python
        
        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)
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
