pals-ttic / adapting-CLIP

MIT License
64 stars 10 forks source link

About results #6

Open jun0wanan opened 1 year ago

jun0wanan commented 1 year ago

image

Hello, do you have any code in the paper that can help me visualize the heatmaps or bounding boxes?~///(^v^)\\~

raymondyeh07 commented 1 year ago

We used matplotlib.

For bounding box, see https://matplotlib.org/stable/api/_as_gen/matplotlib.patches.Rectangle.html

For heatmap, see https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html