
Transformer restorer for an Image that runs a per-task checkpoint — motion or defocus deblur, real / Gaussian denoise, or deraining — and emits a restored RGB Image at the original resolution. Use when the degradation matches one of the task variants.
An HTTP restoration service: degraded frames are run through the task checkpoint and returned over HTTP.
Pre-OCR cleanup: a deraining or denoise pass removes weather / sensor artefacts from a captured frame before text recognition.
task selects the network's internal channel count and normalisation and must match the bound model checkpoint; any value outside the supported task set aborts startup.task converts the input to luma before inference and broadcasts the result back across three channels, so its output is monochrome even though it is tagged RGB.model weights slot and must match task; switching task or the bound weights requires a restart.device falls back to CPU when no GPU is present, which is impractical for live video; an empty input Image is returned unchanged without invoking the network.Automated release