PaddleGAN icon indicating copy to clipboard operation
PaddleGAN copied to clipboard

pix2pix 运行test, output文件夹里面只有一个log.txt文件,怎么没有图片输出啊?

Open xavier-hu1998 opened this issue 3 years ago • 1 comments

python tools/main.py --config-file configs/pix2pix_plates.yaml --evaluate-only --load D:\Workspace\Final_Project\Final\plate_generator\PaddleGAN\data\output_p2p\pix2pix_plates-2022-05-02-01-49\epoch_200_weight.pdparams

xavier-hu1998 avatar May 03 '22 01:05 xavier-hu1998

把yaml文件里 validate下面的 save_img: false改成save_img: true

N1cecode avatar May 13 '22 07:05 N1cecode