Using Grad-CAM for SSD network
Fpooyan opened this issue · 3 comments
Fpooyan commented
Hi,
Thanks for publishing this great repo! I am debugging an SSD network used for a 3-class object detection task.
Can I use this repo for visualizing such a network as well? I would appreciate it if you could provide me the initial steps...
Fpooyan commented
Thanks for your quick response! I do not speak Chinese, so I am using translate to get you.
I want to find a way to visualize the base layers of my SSD so that I can see what features it is concentrating on. As SSD networks work with prior boxes, I thought their Grad-CAM must be something different.