mrflogs / SHIP

Official code for ICCV 2023 paper, "Improving Zero-Shot Generalization for CLIP with Synthesized Prompts"
https://arxiv.org/abs/2307.07397
88 stars 6 forks source link

Implementation of Generalized Zero Shot Learning #7

Open Srinivasa-Divakar-Bhat opened 3 weeks ago

Srinivasa-Divakar-Bhat commented 3 weeks ago

SHIP is a very interesting work some wide applications. Thank you for making the code public. May I know how to generate the GZSL results shown in the paper. Can you provide the code base for the same. Thanks

mrflogs commented 3 weeks ago

Thank you for your interest in our work. The code for the ZSL/GZSL part can be implemented by referring to TF-VAEGAN and main_coop_vae.py in our repository.