Hi,
Thank you for your work and making the code available.
I am trying to do makeup removal on single image as instructed in the README but not getting proper makeup removal on test image. I have followed the installation steps and saved the pretrained models. I am executing the command
python main.py --edit_one_image_MR --config MT.yml --exp ./runs/test --n_iter 1 --t_0 300 --n_inv_step 40 --n_train_step 6 --n_test_step 40 --img_path ./image1.png --model_path ./pretrained/makeup.pt
I checked the results in image_samples folder under runs folder but I am not able to get the expected output. The file '3_gen_t300_it0_ninv40_ngen40_mrat1_makeup.png' is similar to the original image.
Kindly point out if I am doing anything wrong.
Thank you.
P.S I also tried using the same image from the assets/datasets/pairs but still not getting expected result.
Hi,
Thank you for your work and making the code available.
I am trying to do makeup removal on single image as instructed in the README but not getting proper makeup removal on test image. I have followed the installation steps and saved the pretrained models. I am executing the command
python main.py --edit_one_image_MR --config MT.yml --exp ./runs/test --n_iter 1 --t_0 300 --n_inv_step 40 --n_train_step 6 --n_test_step 40 --img_path ./image1.png --model_path ./pretrained/makeup.pt
I checked the results in image_samples folder under runs folder but I am not able to get the expected output. The file '3_gen_t300_it0_ninv40_ngen40_mrat1_makeup.png' is similar to the original image.
Kindly point out if I am doing anything wrong.
Thank you.
P.S I also tried using the same image from the assets/datasets/pairs but still not getting expected result.