deep learning
paper review: Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
arxiv: https://arxiv.org/abs/1406.4729
key points
pools a fixed number of features from final feature map of backbone which can be fed to the dense layer afterwards, thus allowing network to work in a non-fixed input size manner.
(more…)