Hey, much thanks for your great work. About the paper, I have some questions if you don't mind.
- For each scale feature maps, there is a seperated classifier and regressor to get class-specific score and bounding box regression. So for four scales, there are four classifiers and regressors. This might bring repeated computation. I wonder if these operations on different scales can merge in some way.
- I find that objectness prior is much like rpn(region proposal network). The only difference is that objectness prior only produces a score without bbreg, which is included in rpn. I wonder if I am wrong. Please give me some tips about the differences.
- For the last classifier and regressor, one uses two convs while the other uses two inceptions. I wonder the reason why you choose them.
Thanks again. If disturbed, please forgive.
Hey, much thanks for your great work. About the paper, I have some questions if you don't mind.
Thanks again. If disturbed, please forgive.