Visualization code
Thanks for your great work!
regarding this figure, could you please release the code of visualization?
Thanks!
Thanks for your attention. In fact, this visualization is based on the text to image cross-attention map in https://github.com/QtacierP/PRIOR/blob/086bf2e0d379d7dacc47a6ad738ffabc1ad6e25f/codes/prior/models/prior.py#L179 I will try my best to clean and release the related codes ASAP.
Thanks! Your visualization code is very important to my current work. I appreciate it if you can release that!
Thank you. The existing visualization codes are quite messy and intertwined within the training pipeline. My plan is to create a demo.py file that can accept any text and image as input for zero-shot classification (including visualization). I will make the necessary updates once I complete my current work, which is an extended version of PRIOR.
Could you open source the visualization code?
Many thanks!
Thank you for your work. Could you make your visualization code public?