You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: