Skip to content

Not getting unique heatmap for every slice in input volume #3

Open
@JamesCallanan

Description

@JamesCallanan

Hi,

I'm looking to apply Grad-CAM to a 3D CNN classifier that I have trained.
This CNN takes input volumes of shape (250,250,6). I have applied the same approach as outlined in Grad-CAM.ipynb to this network.

A heatmap of the correct shape is returned. However, I'm finding that only 4 of those heatmap slices are unique.

i.e.

heatmap[ : , : , 0 ] == heatmap[ : , : , 1 ]

and

heatmap[ : , : , 4 ] == heatmap[ : , : , 5 ]

I was wondering if you had come across this before or have any idea what could be going on.

Thank you,
James.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions