Open k1l1 opened 4 years ago
I have seen a strange behaviour when calculating y_rpn_regr with a ground truth (green) and apply rpn_to_roi() on it, it does not project on ground truth again. (bbox with prob=1 is red)
y_rpn_regr
rpn_to_roi()
I made an example in my fork https://github.com/k1l1/frcnn-from-scratch-with-keras/blob/7da9fe4d512a41fc37efe42bcba429fea331f091/rpn_error_example.py#L4 where I simply reversed the regression myself.
Can you take a look? Is this an implementation error or a design limitation?
thanks for raising this, since this seems to be an implementation error. I will look into this.
did you solve ?
I have seen a strange behaviour when calculating
y_rpn_regr
with a ground truth (green) and applyrpn_to_roi()
on it, it does not project on ground truth again. (bbox with prob=1 is red)I made an example in my fork https://github.com/k1l1/frcnn-from-scratch-with-keras/blob/7da9fe4d512a41fc37efe42bcba429fea331f091/rpn_error_example.py#L4 where I simply reversed the regression myself.
Can you take a look? Is this an implementation error or a design limitation?