mx-maskrcnn
mx-maskrcnn copied to clipboard
Return RPN bounding box proposals
I would like to ask if there is a way to retrieve the RPN predicted box proposals along with the respective convolutional features , somehow from the code
Hi, @csmailis To get proposals from specific FPN level, you can revise rcnn/PY_OP/proposal_fpn.py.