Update README.md
Browse files
README.md
CHANGED
|
@@ -7,15 +7,15 @@ license: apache-2.0
|
|
| 7 |
|
| 8 |
# Ultra Zoom
|
| 9 |
|
| 10 |
-
A fast single image super-resolution (SISR) model for upscaling images without loss of detail. Ultra Zoom uses a two-stage "zoom in and enhance" strategy that uses a fast deterministic upscaling algorithm to zoom in and then enhances the image through a residual pathway that operates primarily in the low-resolution subspace of a deep neural network. As such, Ultra Zoom requires less resources than upscalers that
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
-
- **
|
| 15 |
|
| 16 |
-
- **
|
| 17 |
|
| 18 |
-
- **
|
| 19 |
|
| 20 |
## Pretrained Models
|
| 21 |
|
|
@@ -24,8 +24,8 @@ The following pretrained models are available on HuggingFace Hub.
|
|
| 24 |
| Name | Zoom | Num Channels | Hidden Ratio | Encoder Layers | Total Parameters |
|
| 25 |
|---|---|---|---|---|---|
|
| 26 |
| [andrewdalpino/UltraZoom-2X](https://huggingface.co/andrewdalpino/UltraZoom-2X) | 2X | 48 | 2X | 20 | 1.8M |
|
| 27 |
-
| [andrewdalpino/UltraZoom-
|
| 28 |
-
| [andrewdalpino/UltraZoom-
|
| 29 |
|
| 30 |
## Pretrained Example
|
| 31 |
|
|
|
|
| 7 |
|
| 8 |
# Ultra Zoom
|
| 9 |
|
| 10 |
+
A fast single image super-resolution (SISR) model for upscaling images without loss of detail. Ultra Zoom uses a two-stage "zoom in and enhance" strategy that uses a fast deterministic upscaling algorithm to zoom in and then enhances the image through a residual pathway that operates primarily in the low-resolution subspace of a deep neural network. As such, Ultra Zoom requires less resources than upscalers that predict every new pixel de novo - making it outstanding for real-time image processing.
|
| 11 |
|
| 12 |
+
## Key Features
|
| 13 |
|
| 14 |
+
- **Fast and scalable**: Instead of predicting the individual pixels of the upscaled image, Ultra Zoom uses a unique "zoom in and enhance" approach that combines the speed of deterministic bicubic interpolation with the power of a deep neural network.
|
| 15 |
|
| 16 |
+
- **Full RGB**: Unlike many efficient SR models that only operate in the luminance domain, Ultra Zoom operates within the full RGB color domain enhancing both luminance and chrominance for the best possible quality.
|
| 17 |
|
| 18 |
+
- **Denoising and Deblurring**: During the enhancement stage, the model removes multiple types of noise and blur making images look crisp and clean.
|
| 19 |
|
| 20 |
## Pretrained Models
|
| 21 |
|
|
|
|
| 24 |
| Name | Zoom | Num Channels | Hidden Ratio | Encoder Layers | Total Parameters |
|
| 25 |
|---|---|---|---|---|---|
|
| 26 |
| [andrewdalpino/UltraZoom-2X](https://huggingface.co/andrewdalpino/UltraZoom-2X) | 2X | 48 | 2X | 20 | 1.8M |
|
| 27 |
+
| [andrewdalpino/UltraZoom-3X](https://huggingface.co/andrewdalpino/UltraZoom-3X) | 3X | 54 | 2X | 30 | 3.5M |
|
| 28 |
+
| [andrewdalpino/UltraZoom-4X](https://huggingface.co/andrewdalpino/UltraZoom-4X) | 4X | 96 | 2X | 40 | 14M |
|
| 29 |
|
| 30 |
## Pretrained Example
|
| 31 |
|