whwu95 / Text4Vis

【AAAI'2023 & IJCV】Transferring Vision-Language Models for Visual Recognition: A Classifier Perspective
MIT License
202 stars 15 forks source link

Could you provide the code/setting/threshold for producing Figure 1? #16

Closed pha123661 closed 9 months ago

pha123661 commented 11 months ago

Thanks for your great work in shedding new light on the transfer of VL models!

Could you please provide your code for plotting Figure 1? as I would like to test this idea on different tasks/datasets.

Or maybe you can share your experience with plotting, e.g., choosing which set of classes to plot, deciding on the right threshold, etc.

Thanks again!

whwu95 commented 10 months ago

I use the heatmap function of the “seaborn” package to draw the figure, you can refer to its documentation.