
NAFNet restorer that cleans an Image with a task-specific checkpoint (motion deblur, general frame restoration, or real-camera denoise) and emits a restored RGB Image at the same resolution. Use when blur or noise hurts downstream accuracy.
Pre-OCR cleanup: a degraded document frame is restored so character recognition runs on a sharp, low-noise image.
An HTTP restoration service: noisy or blurred frames are cleaned and returned over HTTP for display.
model selects the training target — one variant for motion deblur, one for general frame restoration, one for real-camera denoise — and applying the wrong variant produces worse output than no restoration, with no runtime warning.tile_size values leave visible seams along tile boundaries, while very large values inflate VRAM and can OOM on tight GPUs; tile_overlap and batch_size trade smoothness and throughput against memory.Automated release