Picsart-AI-Research / IPL-Zero-Shot-Generative-Model-Adaptation

[CVPR 2023] Zero-shot Generative Model Adaptation via Image-specific Prompt Learning
MIT License
82 stars 9 forks source link

How to run eval.py on a given images? #7

Open jxthyatt opened 10 months ago

jxthyatt commented 10 months ago

How to run eval.py on a given images?

JiayiGuo821 commented 9 months ago

You can adopt restyle to convert a given image into its corresponding latent code. Then use our generator to generate from the latent code (which is already provided in eval.py).