Library generating 4x/8x super resoltion using deep convolutional neural networks.
Project description
Super Resolution
Image Super-Resolution using Deep Convolutional Neural Networks.
Installing
Install and update using pip:
pip3 install super-resolution
Or
git checkout https://github.com/fengwang/super_resolution.git
cd super_resolution
python3 -m pip install -e .
Usage
Command line:
super_resolution INPUT_IMAGE_PATH OUTPUT_IMAGE_PATH_4X
Using Python API:
# uncomment the follow three lines if you have a Nvidia GPU but you do not want to enable it.
#import os
#os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID"
#os.environ["CUDA_VISIBLE_DEVICES"]=''
from super_resolution import cartoon_upsampling_4x
large_image = cartoon_upsampling_4x( './a_tiny_input_image.png', './a_4x_larger_output_image.png' )
from super_resolution import cartoon_upsampling_8x
large_image = cartoon_upsampling_8x( './a_tiny_input_image.png', './a_8x_larger_output_image.png' )
Details
- The super resolution model is inherited from
Ledig C, Theis L, Huszár F, et al. Photo-realistic single image super-resolution using a generative adversarial network, Proceedings of the IEEE conference on computer vision and pattern recognition. 2017: 4681-4690. - The training images are downloaded from Konachan (NSFW).
License
- BSD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
super_resolution-0.2.4.tar.gz
(28.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file super_resolution-0.2.4.tar.gz.
File metadata
- Download URL: super_resolution-0.2.4.tar.gz
- Upload date:
- Size: 28.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
402c5cfea91752b18576887080b04cecf0efeb57da87f5a6fb9de8bfb0939ef1
|
|
| MD5 |
379cd24638136a31709eee75a8b84400
|
|
| BLAKE2b-256 |
d1063c983c71a5cc1bb9acdf5a5f2483859a43475788feef2c1c09eb084aa16e
|
File details
Details for the file super_resolution-0.2.4-py3-none-any.whl.
File metadata
- Download URL: super_resolution-0.2.4-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
146612a08fc962bdec5c22fb8f4a47a51549e544fb0d463411c02390272dd37b
|
|
| MD5 |
d85f3d14fa06fcea06cfac07dfb84c21
|
|
| BLAKE2b-256 |
a77fcae3785479d1527ff79d624594ed7705a56744bef5d67d08f8437455c619
|