-
[DeblurGAN](https://github.com/KupynOrest/DeblurGAN)
sngyo updated
3 years ago
-
throw a error when i am running "python test.py --dataroot /root/DeblurGAN/dataroot/valA/ --model test --dataset_mode single --learn_residual --gpu_ids -1"
error information:
Traceback (m…
-
When calling 'scripts/deblur_image.py', I receive the below:-
```
Traceback (most recent call last):
File "/content/deblur-gan/scripts/deblur_image.py", line 5, in
from deblurgan.model im…
-
`yff@Yff:~/PycharmProjects/Tf_DeblurGAN$ python scripts/train.py --n_images=512 --batch_size=16 --log_dir /path/to/log/dir
Traceback (most recent call last):
File "scripts/train.py", line 8, in
…
-
Hello,
Why are there fully connected layers at the end of the discriminator? Isn't the original PatchGAN architecture fully convolutional? I looked at the pytorch implementation of original DeblurGAN…
-
Interesting method, but DeepBlind is not usually performs better than DeblurGAN in your proj samples. So, this may be not robust in reality?
-
python train.py --dataroot ./AB --learn_residual --resize_or_crop crop --fineSize 256
I put this line but error saids..
---------------------------------------------------------------------------…
-
Was facing this issue https://github.com/KupynOrest/DeblurGAN/issues/143
which lead to:
```
AttributeError: 'SingleDataset' object has no attribute 'A_paths'
```
following the suggestion in…
-
I want to train my dataset and what to do
-
Hi @KupynOrest , thanks for releasing your code and weights.
I've some doubts about the details of the weight in the given Dropbox [Link](https://www.dropbox.com/s/5r6cy0x72s8x9yf/latest_net_G.pth?…