A short description of your package
Project description
See More Details: Efficient Image Super-Resolution by Experts Mining
This project wraps the code and models from seemoredetails to make it easier to use.
Installation
pip install seemore
Quick Start
from seemore import SeemoReUpscaler
# Initialize the upscaler
upscaler = SeemoReUpscaler("seemore_b_x4", device="cpu")
# Load and upscale an image
import cv2
image = cv2.imread("input.jpg")
result = upscaler(image)
Available Models
The following models are available:
seemore_b_x2- Base model, 2x upscalingseemore_b_x3- Base model, 3x upscalingseemore_b_x4- Base model, 4x upscalingseemore_t_x2- Tiny model, 2x upscalingseemore_t_x3- Tiny model, 3x upscalingseemore_t_x4- Tiny model, 4x upscaling
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
seemore-0.1.0.tar.gz
(8.7 kB
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 seemore-0.1.0.tar.gz.
File metadata
- Download URL: seemore-0.1.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e985602131f3b08fe89a039737c6f45acc8d0fcc04a101ea5638f0d4518ba305
|
|
| MD5 |
480d95c6b5320e53e38568959b9e9b4c
|
|
| BLAKE2b-256 |
321816194c16e33a666f0452f114bade161021d0cf46cd0b48fff9b1bb6eef96
|
File details
Details for the file seemore-0.1.0-py3-none-any.whl.
File metadata
- Download URL: seemore-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
541e32d02d05445e5d09dba19e09df002104f08dcd5079a1c33b182e5f9cffc6
|
|
| MD5 |
7f8ace0f0386405378638f50e96eff33
|
|
| BLAKE2b-256 |
2ef3f53a648a4d0d160c4c7c921cf49c65cecce1edcbfbbe45623f080af5311e
|