You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Grad-CAM++ implementation (ImageBackend.gradcam_plusplus(image, label) -> np.ndarray) for visualizing
convolutional neural network heatmaps for explaining why the model predicted a certain label. Note: Grad-CAM++ only implemented currently in TFImageModel for TensorFlow Lobe model exports.
The visualization can be called from the top-level API of ImageModel -> ImageModel.visualize(image)