Short Explanation
Restormer restores degraded images with a transformer architecture tuned for image quality and efficiency.
Transformer-based high-resolution image restoration for denoising, deblurring, and deraining.
Core parameters, trigger timing, and visual before/after demo references.
Restormer restores degraded images with a transformer architecture tuned for image quality and efficiency.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
A quick-run style example for the documentation page.
Readable controls and the meaning of each returned artifact.
taskselectMotion_DeblurringRestoration task profile (deblurring, denoising, deraining, etc.).
input_dirpathInput image directory.
result_dirpathDirectory where restored outputs are written.
restored_imageImage after restoration processing.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
python demo.py --task Motion_Deblurring --input_dir tools/restormer/examples --result_dir tools/restormer/runs
{
"tool": "restormer",
"status": "ok",
"results": [
{
"label": "Image restoration",
"score": 0.87,
"output": "Restored image"
}
],
"timing": {
"runtime": "Runtime depends on restoration task and image resolution; the paper tables emphasize PSNR/SSIM quality metrics.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/restormer/runs/visualization.png",
"raw_predictions": "tools/restormer/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{restormer2022,
title={Restormer: Efficient Transformer for High-Resolution Image Restoration},
author={Syed Waqas Zamir and Aditya Arora and Salman Khan and et al.},
year={2022},
note={CVPR 2022 / arXiv:2111.09881},
url={https://arxiv.org/abs/2111.09881}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| GoPro motion deblurring | PSNR / SSIM | 32.92 / 0.961 | Task-specific restoration model | Official CVPR 2022 paper |
| Image deraining average over Test100, Rain100H, Rain100L, Test2800, Test1200 | Average PSNR / SSIM | 33.96 / 0.935 | Task-specific restoration model | Official CVPR 2022 paper, Table 1 |
| Real image denoising, SIDD / DND | PSNR / SSIM | 40.02 / 0.960 on SIDD; 40.03 / 0.956 on DND | Task-specific denoising model | Official CVPR 2022 paper, Table 6 |
Official CVPR 2022 paper tables, pretrained checkpoints, task demos, and evaluation scripts.
Visual references from the original tool. Click any image to inspect the original size.