mrlibw / ManiGAN

Pytorch implementation for ManiGAN: Text-Guided Image Manipulation.
144 stars 23 forks source link

How can we manually assign S' during testing? #7

Open joannahong opened 4 years ago

joannahong commented 4 years ago

During eval, how can we manually assign S'? I found out that Codes in gen_example looks like to be taking real images and text descriptions pairs, but the result images seem to be manipulated. I am wondering where the target text descriptions are inserted, and where we manually put user given text description S'. Thank you.