faster_rcnn_pytorch icon indicating copy to clipboard operation
faster_rcnn_pytorch copied to clipboard

Output from the reg layer in RPN.

Open blitu12345 opened this issue 7 years ago • 1 comments

The reg layer in RPN has 4k outputs encoding the coordinates of k boxes.(from the paper) So what actually this layer predicts?Is it predicting the 4 coordinates of boundary boxes directly or predicting the 4 parameterized coordinates of the bounding box.

Any help is appreciated.

blitu12345 avatar May 21 '17 12:05 blitu12345

Those outputs only make sense when RPN is trained separately, but here the whole network is trained end to end..

mariolew avatar Jun 14 '17 08:06 mariolew