-
hello.
i cannot found "deblur" icon.
![image](https://user-images.githubusercontent.com/11328757/140245382-4b246643-eef4-4f9b-8c54-36778c3f6e5f.png)
-
hi!
i do not use conda so trying :
`git clone --recursive https://github.com/Chaphlagical/Deblur-GS.git`
but failed with submodules:
diff-gaussian-rasterization and knn.
please help!
-
Has any one tried to deblur text images? is this good for the purpose?
-
I have implemented SRGAN in google colab. I got only larger image, but the qualities are not improved.
To get deblur,denoising and clear image what model GAN is suitable.
-
The last iterm of the project is "Deblur your own image", maybe it is wrong, it should be 'blur your own image'. thank you.
-
I have multi GPUs, but only run on one
```
(deblur_venv) xlab@xlab:/mnt/DiffBIR$ python -u inference.py --version v2 --task sr --upscale 4 --cfg_scale 4.0 --input /mnt/image_demos/ --output /mnt…
-
Since no instructions are provided on how to deblur a video instead of an images, would it be possible to provide guidelines for the same?.
-
```bash
(simdeblur) xiu@xiu:~/Learning/SimDeblur$ python inference_image.py /home/xiu/Learning/SimDeblur/configs/dbn/dbn_dvd.yaml /home/xiu/Learning/SimDeblur/downloads_my/CKPT_PATH/dbn_ckpt.pth --…
-
It would be great if in some of next releases, code will be optimised for whole area of image denoising/deartifact/deblur, like as it is now in square around faces....
thank you dev for hard work!
-
I want to compute flow according to github, my code looks like this:
```torch
1 spynet = require('spynet')
2 flowX = require 'flowExtensions'
3 computeFlow = spynet.setup(960, 720, 'sintelFina…