keras-non-local-nets icon indicating copy to clipboard operation
keras-non-local-nets copied to clipboard

Integrate a non local block with Mask R-CNN?

Open cbsudux opened this issue 7 years ago • 0 comments

Hi, the original paper tested a Mask R-CNN with a non-local block (by adding one non-local block right before the last residual block of res4 ).

I want to use your non-local block for object detection along with Mask R-CNN ( say https://github.com/matterport/Mask_RCNN )

How do I go about this?

cbsudux avatar Jun 13 '18 12:06 cbsudux