few-shot-gan-adaptation
few-shot-gan-adaptation copied to clipboard
Something wrong in your code in 'Visualizing correspondence results'
What you wrote now is:
CUDA_VISIBLE_DEVICES=0 python generate.py --ckpt_source /path/to/source --ckpt_target /path/to/target --load_noise noise.pt
CUDA_VISIBLE_DEVICES=0 python generate.py --ckpt_source /path/to/source --ckpt_target /path/to/source --load_noise noise.pt --mode interpolate
In the second one, I think it shouldn't be 'path/to/source' but 'path/to/target' after '--ckpt_target'. Am I right?
Oh I believe I'm right, cause I got the right output after change 'path to source' to 'path to target'.