microsoft/CoCosNet-v2

I got the wrong results when runing the test

SanjunLiu opened this issue · 2 comments

when I run the test, I got the wrong results, the scripts as follows:(Note the images have been resized to 512)
python test.py --name deepfashionHD --dataset_mode deepfashionHD
--dataroot /datasets/GANDatasets/deepfashionHD
--PONO --PONO_C --no_flip --batchSize 4 --gpu_ids 0
--netCorr NoVGGHPM --nThreads 16 --nef 32 --amp --display_winsize 512
--iteration_count 5 --load_size 512 --crop_size 512

image

Make sure weights from latest_net_Corr.pth are loaded

我也碰到了这个问题,请问解决了吗?