Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 405 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 405 Bytes

Object Localisation Using Class Activation Map ( CAM):

CAM is a weighted activation map generated for each image. It helps to identify the region a CNN is looking at while classifying an image. CAMs aren’t trained supervised, but in a weakly supervised fashion.

Object Localisation Using Gradient:

Generate a heat map by computing the gradient of the output score with respect to the input image.