I notice you use the relu layer for the last layer of RPN which predicts class score and regression. However, as far as I know, the last layer of RPN should not use Relu. For example, if you want to shrink your anchor, you must have some negative prediction in regression.
The paper says 'BN and relu for all conv' but I doubt it is not applied at least for the last map.
I notice you use the relu layer for the last layer of RPN which predicts class score and regression. However, as far as I know, the last layer of RPN should not use Relu. For example, if you want to shrink your anchor, you must have some negative prediction in regression.
The paper says 'BN and relu for all conv' but I doubt it is not applied at least for the last map.