Ha0Tang / SelectionGAN

[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation
http://disi.unitn.it/~hao.tang/project/SelectionGAN.html
460 stars 63 forks source link

g2a checkpoint Issue #19

Open zhangdan8962 opened 1 year ago

zhangdan8962 commented 1 year ago

The images generated by provided pre-train checkpoints are not comparable to the samples shown in the paper. Following are the results for 64x64 and 256x256 respectively. And the script for testing is python test.py --dataroot /project/dzhang4/vast_data/dayton_5 --name dayton_g2a_256_pretrained --model selectiongan --which_model_netG unet_256 --which_direction BtoA --dataset_mode aligned --norm batch --gpu_ids 0 --batchSize 4 --loadSize 286 --fineSize 256 --no_flip --eval

Screenshot from 2023-08-31 23-35-53

Screenshot from 2023-08-31 23-36-02