Skip to content

Question about globalAvgPool operation in faster_rcnn.py #31

Description

@Wes-Wang

Hi, I've seen that for the squeeze co-excitation (SCE) part of the paper, a global average pooling operation is performed on the weighted non-local feature map. After I looked at the code implementation for SCE in faster_rcnn.py, I was a little confused because the global average pooling is not implemented in the forward pass in faster_rcnn.py, even though it's initialized in the match_block class, and I couldn't find any other implementations of it in the code base. I commented the GAP initialization and re-ran the test script on the COCO second group and found that it worked with similar accuracy.

Have I misinterpreted the implementation of GAP in SCE or am I looking in the wrong place?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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