Short Explanation
Input one blurred image and DeblurGANv2 generates a sharper restored image for downstream perception.
GAN-based blind motion deblurring for restoring sharper images from blurred inputs.
Core parameters, trigger timing, and visual before/after demo references.
Input one blurred image and DeblurGANv2 generates a sharper restored image for downstream perception.
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.
img_pathfileInput blurred RGB image.
weights_pathpathtools/deblurganv2/weights/fpn_inception.h5Checkpoint file used for inference.
model_nameselectfpn_inceptionGenerator architecture variant.
out_dirpathDirectory for restored images.
deblurred_imageRestored image with sharper edges and textures.
output_pathSaved output file location.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
python predict.py --img_path tools/deblurganv2/examples/blur.png --weights_path tools/deblurganv2/weights/fpn_inception.h5 --model_name fpn_inception --out_dir tools/deblurganv2/runs
{
"tool": "deblurganv2",
"status": "ok",
"results": [
{
"label": "Image deblurring",
"score": 0.87,
"output": "Deblurred image"
}
],
"timing": {
"runtime": "The project emphasizes faster deblurring with FPN-based backbones, but the README benchmark table mainly exposes concrete GoPro quality numbers rather than a single universal latency figure.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/deblurganv2/runs/visualization.png",
"raw_predictions": "tools/deblurganv2/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{deblurganv22019,
title={DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better},
author={Orest Kupyn and Volodymyr Budzan and Mykola Mykhailych and Dmytro Mishkin and Jiří Matas},
year={2019},
note={ICCV 2019 / arXiv:1908.03826},
url={https://arxiv.org/abs/1908.03826}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| GoPro test | PSNR / SSIM | 29.55 / 0.934 for InceptionResNet-v2 | fpn_inception.h5 | Official pretrained-model table |
| GoPro test | PSNR / SSIM | 28.17 / 0.925 for MobileNet; 28.03 / 0.922 for MobileNet-DSC | fpn_mobilenet.h5 and MobileNet-DSC | Official pretrained-model table |
Official pretrained-model table, pretrained checkpoints, ICCV 2019 paper, and predict.py inference script.
Visual references from the original tool. Click any image to inspect the original size.