mx-maskrcnn icon indicating copy to clipboard operation
mx-maskrcnn copied to clipboard

Return RPN bounding box proposals

Open csmailis opened this issue 8 years ago • 1 comments

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

csmailis avatar Nov 14 '17 21:11 csmailis

Hi, @csmailis To get proposals from specific FPN level, you can revise rcnn/PY_OP/proposal_fpn.py.

Zehaos avatar Nov 15 '17 02:11 Zehaos