Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test photos and No significant change was seen #12

Open
zychen2016 opened this issue Dec 10, 2018 · 2 comments
Open

test photos and No significant change was seen #12

zychen2016 opened this issue Dec 10, 2018 · 2 comments

Comments

@zychen2016
Copy link

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?

@zychen2016
Copy link
Author

image

@AlamiMejjati
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants