cyclomon / DiffuseIT

Official repository of "Diffusion-based Image Translation using Disentangled Style and Content Representation" ( ICLR 2023 )
MIT License
257 stars 15 forks source link

No results generated #8

Closed Whp888 closed 1 year ago

Whp888 commented 1 year ago

Hello,when I use the second training method(Image-guided Image translation to train). No pictures are generated in the folder generated after training. The nomenclature I use is as follows: python main.py -i "input_example/source.jpg" --output_path "./outputs/output_reptile3" -tg "input_example/leopard.jpg" --use_range_restart --diff_iter 100 --timestep_respacing 200 --skip_timesteps 80 Why? What should I do? Thank you very much!!

cyclomon commented 1 year ago

Hi, in the source code or image-guided translation, the images are saved when setting --use_colormatch.

I will revise the code.