py-faster-rcnn icon indicating copy to clipboard operation
py-faster-rcnn copied to clipboard

Extract features without RPN

Open ever1018 opened this issue 7 years ago • 3 comments

Hi I would like to extract features without RPN. I set the cfg.TEST.HAS_RPN = False, and input a certain coordinate for box, but there is an error saying in _Net_forward raise Exception('Input blob arguments do not match net inputs.') Does anyone know how to fix this?

ever1018 avatar Dec 28 '16 18:12 ever1018

Hi @ever1018 , I also want to extract features without RPN, how do you set it ? Thanks.

jimmy-dq avatar May 19 '17 13:05 jimmy-dq

@ever1018 @handworker did either of you find a solution to this? I'm trying to give it my own object proposals.

RJVisee44 avatar Jan 16 '19 16:01 RJVisee44

https://github.com/rbgirshick/py-faster-rcnn/issues/452#issuecomment-454841564@ever1018 @handworker did either of you find a solution to this? I'm trying to give it my own object proposals.

alice-cool avatar Mar 01 '21 09:03 alice-cool