raghakot / keras-vis

Neural network visualization toolkit for keras
https://raghakot.github.io/keras-vis
MIT License
2.97k stars 664 forks source link

Bounding Box From CAM #96

Open Hammas47 opened 6 years ago

Hammas47 commented 6 years ago

First off, keras-vis is amazing! I have successfully made Class Activation Maps for my classification problem using visualize_cam. Now, I want to make bounding boxes around the red regions in the produced heatmaps.

Can you please tell me how to do it?