zyang-ur / ReSC

Improving One-stage Visual Grounding by Recursive Sub-query Construction, ECCV 2020
MIT License
81 stars 16 forks source link

How to visualize the intermediate or qualitative results? #10

Closed 2horse9sun closed 2 years ago

2horse9sun commented 2 years ago

Hi. I'm wondering how to visualize the intermediate or qualitative results like the paper does?

zyang-ur commented 2 years ago

We used matplotlib to get the attention maps :) Thank you.

2horse9sun commented 2 years ago

Is there any code available for visualization? Thank you!