Skip to content

1. Dimension of weight_softmax[idx] and features channel 2. Upsampling (directly resize)? #48

@qsunyuan

Description

@qsunyuan

Meet this interesting work so late.

Here is my little doubt.

cam = weight_softmax[idx].dot(feature_conv.reshape((nc, h*w)))

  1. The dimension of weight_softmax[idx] should be 512. However, for layer4's nc, it should be 256. Is there a mistake here? In other words, I suspect that CAM can only be used for the last layer, so as to match the dimension of 512.
  2. Is there a better process for upsampling the final class activation map? I feel the resize is a bit rough.

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