AlamiMejjati / Unsupervised-Attention-guided-Image-to-Image-Translation

Unsupervised Attention-Guided Image to Image Translation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test photos and No significant change was seen

zychen2016 opened this issue · comments

First step:
download your pre_trained model and unzip it.
Then download dataset use
bash ./download_datasets.sh apple2orange
Next
python3 -m create_cyclegan_dataset --image_path_a='./input/apple2orange/testB' --image_path_b='./input/apple2orange/testA' --dataset_name="apple2orange_test" --do_shuffle=0
Then
python3 main.py --to_train=0 --log_dir=./output/AGGAN/exp_01 --config_filename=./configs/exp_02_test.json --checkpoint_dir=./apple2orange/#the path to your pre_trained_model
Then get some outputs in output/AGGAN/exp_01/20181210-172320_switch30_thres_0.1,a imgs directory and results_99.html。But in results_99.html,INPUT column and GENERATED_IMAGE column is same,there is no significant change?could you help me?

Hi,
Your logdir should be in exp_02 instead of exp_01. Also be careful not to perform orange to orange or apple to apple mapping which would give similar results to what you have now.