tobran / DF-GAN

[CVPR2022 oral] A Simple and Effective Baseline for Text-to-Image Synthesis
Other
297 stars 67 forks source link

About `image_encoder` #28

Open tgoncalv opened 1 year ago

tgoncalv commented 1 year ago

Hello, thank you for all the hard work you've done.

I got interested by your works and meticulously read the code and the paper. However, I'm still struggling to understand what the image_encoder is for, so it would be really helpful if you could give me some detailed explanations about it, and I apologise in advance if I have missed an obvious answer !

In code.lib.prepare.py we have the function:

def prepare_models(...)
    ....
    return image_encoder, ....

But actually, image_encoder seems to be never used by any modules.

Thank you !