Pix2Pix Sat2Map and Map2 Sat Creating Bad Outputs
Author: fionnuala560Created Nov 1, 2025Updated Nov 1, 2025
Hello, I am running the pretrained Map2Sat GAN like this on MacOS:
(.venv) fionnualalyttle@Mac pytorch_CycleGAN_and_pix2pix % python test.py \
--dataroot ./map2satimages
--name map2sat
--model pix2pix
--direction BtoA
--no_dropout
But I am getting results such as:
Input:
FakeB:
RealA:
RealB:
Its getting the general idea, but its nowhere near as accurate as the sample result. Can anyone advise on what to do to fix this? I got similar vague results with sat2map:
Source: junyanz/pytorch-CycleGAN-and-pix2pix