-
@bernt-matthias and @bgruening I'm splitting this off from conversation on #48 because this issue isn't directly related to that PR at this point.
-
Hi,
Thank you for your great work.
I was wondering why the paper says that DiffPIR starts from the Gaussian noise, but the codes don't.
For example, in main_ddpir_deblur.py Line 230,
```
…
-
how to get best_fpn.h5,is own train ? i just want to test the deblur result
-
首先感谢您在去模糊领域有意义的工作,我对您的工作很感兴趣,因此我尝试复现您的网络模型。
当我使用您提供的model_GoPro.pth模型测试RealBlur测试集时,为什么得到的PSNR和您论文中的结果不一样?
我是运行的test.py文件来对RealBlur测试集的模糊图像进行deblur。
请问是我测试操作出问题了吗?如果我操作有问题,请您告诉我怎样在RealBlur测试集上测试模型?…
-
As the deblur require uniform length and usually there is a parameters to trim sequences, I am wondering for the trimming process, whether deblur firstly did a alignment and then trim to the target le…
-
There is a discussion about why to trim or not to trim primers prior to DADA2 or Deblur: https://forum.qiime2.org/t/deblur-vs-dada2-questions/2093/7
As far as I understand the protocol correctly, t…
-
Has any one tried to deblur text images? is this good for the purpose?
-
**To Reproduce**
Currently the config file is set as:
```
glsl-shaders="~~/shaders/Anime4K_Denoise_Bilateral_Mode.glsl:~~/shaders/Anime4K_Deblur_DoG.glsl:~~/shaders/Anime4K_DarkLines_HQ.glsl:~~/sha…
-
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\\SimDe…
-
你好,我是否可以将该算法迁移到通用图像的去模糊上面?如果可以,我需要怎么样添加自己的图片训练呢