wusize / ovdet

[CVPR2023] Code Release of Aligning Bag of Regions for Open-Vocabulary Object Detection
https://openaccess.thecvf.com/content/CVPR2023/papers/Wu_Aligning_Bag_of_Regions_for_Open-Vocabulary_Object_Detection_CVPR_2023_paper.pdf
Other
174 stars 4 forks source link

How to use Grad-CAM++ visualization on mmdetection3.x? #41

Open LinSY546749 opened 11 months ago

LinSY546749 commented 11 months ago

If it's convenient to provide the code for Grad-CAM++ visualization?

wusize commented 11 months ago

The Grad-CAM++ visualization was done using detectron2 when we were drafting the paper. You can have a look at these scripts.

LinSY546749 commented 11 months ago

Yeah, I've noticed Grad-CAM++ visualization done by detectron2, thank you for your patience and congratulation for your AAAI2024 work!