DeblurGANv2 icon indicating copy to clipboard operation
DeblurGANv2 copied to clipboard

predict.py performs 0 iterations

Open ajeb78 opened this issue 2 years ago • 1 comments

I get the following output:

~/src/DeblurGAN2$ python3 ./predict.py test_img/000027.png 
0it [00:00, ?it/s]

I have fpn_inception.h5 in the working directory and have downloaded the .pth file and put it in my torch checkpoints cache, and fixed the error in the if name == "main": code section according to the reply to the other issue here. Any ideas why it's not running?

ajeb78 avatar Dec 30 '22 11:12 ajeb78

"... have downloaded the .pth..."

Where did you get it from?

semel1 avatar Jul 10 '23 23:07 semel1