Expand description
Neural and classical upscaling for textures and glyph maps.
Structs§
- Upscale
Config - Configuration for the upscaler.
- Upscaler
- Neural upscaler wrapping a model.
Enums§
- Upscale
Quality - Quality preset for upscaling.
Functions§
- bicubic_
upscale - Bicubic upscaling fallback. Input shape: (C, H, W).
- bilinear_
upscale - Bilinear upscaling fallback. Input shape: (C, H, W).
- create_
simple_ upscaler - Create a simple ESPCN-style upscaler. The model learns a mapping from low-res features to high-res via sub-pixel convolution (simulated with dense layers).