SimDeblur
SimDeblur copied to clipboard
Simple framework for image and video deblurring, implemented by PyTorch
Hello, thanks for your contributions. Have you trained the model with your own script, or you just copied or wrote the code for that method without training by yourself? If...
Hi, Great repository, just loved it. I am trying to execute inference_image.py with the dbn architecture as the backbone but I'm getting stuck on this: Executing the script produces the...
Thank you so much for sharing the this! Forgive me, because I'm not super technical but I was hoping you could walk me through how to use the Colab notebook...
What settings do you reccomend for a steady camera (like on tripods) in order to deblur moving objects?
Are there plans to add pre-trained model for ESTRNN? The ones provided on the official ESTRNN github produce artifacts in my tests so far. Would be interested to know if...
Good work! can you provide some pretrained deblurring models? thanks !!!
Hello, I have three questions I would like to consult, 1. After trying some models, I feel that the effect of video deblurring is not very good, are there any...
Hello, I would like to ask, can't a new video be directly input and then generate a new clear video?Does it have to be framed?1.I use restormer and get an...
Here is my argument: python inference_image.py configs/base_dvd.yaml demo/dbn_ckpt.pth --img=2016-3A-00000.png --save_path=inference_results Traceback (most recent call last): File "C:\Users\Test\Documents\Image_Scripts\SimDeblur\inference_image.py", line 81, in inference() File "C:\Users\Test\Documents\Image_Scripts\SimDeblur\inference_image.py", line 46, in inference arch = build_meta_arch(cfg)...
Hi, and thank you for making this code available! I am running: `python video_infer.py D:\\DeBlur\\SimDeblur-main\\SimDeblur-main\\configs\\dbn\\dbn_gopro.yaml D:\\DeBlur\\SimDeblur-main\\SimDeblur-main\\saves\\checkpoints\\DBN\\dbn_ckpt.pth --frames_folder_path=datasets/input --save_path=deblur` where video_infer.py is: ``` import os import sys import argparse import numpy...