WeilanAnnn/FD-GAN

something about test my data use pre-trained model

Closed this issue · 1 comments

Hi! sorry to bother you.

I copy the 0.h5 and 0.jpg in /testsample2 to /facades and use your pretrained model, but i don't know where to find the dehazing image. Or if my procedures were wrong?

==========

(fdgan) zyq@zyq:~/桌面/FDGAN$ python demo.py --valDataroot ./facades/0.jpg --netG ./testmodel/netG_epoch_real.pth
Namespace(batchSize=1, beta1=0.5, dataset='pix2pix', display=5, evalIter=500, imageSize=1024, inputChannelSize=3, lrD=0.0002, lrG=0.0002, mode='B2A', netD='', netG='./testmodel/netG_epoch_real.pth', originalSize=1024, outputChannelSize=3, valBatchSize=1, valDataroot='./facades/0.jpg', workers=1)

==========
thank you!