Abstract
- 现有的深卷积神经网络(CNN)需要固定尺寸(例如,224×224)的输入图像。
- 新的网络结构,称为SPP-net,可以生成固定长度的表示,而不管图像大小/规模。
- 使用SPP-net,我们从整个图像只计算一次特征图,然后在任意区域(子图像)中池特征以生成固定长度表示以训练检测器。
Ground-truth是什么意思?
Intersection over Union(IoU)是什么?
Intersection over Union is an evaluation metric used to measure the accuracy of an object detector on a particular dataset.
Any algorithm that provides predicted bounding boxes as output can be evaluated using IoU.
As long as we have these two sets of bounding boxes we can apply Intersection over Union.
An Intersection over Union score > 0.5 is normally considered a “good” prediction.
从TP、FP、TN、FN到ROC曲线、miss rate
Overcomplete Representations:
Image pyramid:影响金字塔