SSD MobileNet V2 FPNLite 320x320 中的 FPN 代表什么?

Mr.*_*Ace 5 python tensorflow tensorflow-lite tensorflow2.0 mobilenet

我最近在查看 TensorFlow 2.0 检测动物园,发现了SSD MobileNet V2 FPNLite 320x320预训练模型,并且想知道“FPNLite”中的 FPN 部分意味着/代表什么。

kat*_*tsu 3

它代表特征金字塔网络。它是一个输出不同分辨率的特征图的子网络。以 detectorron2 为例的 FPN 解释如下:https://medium.com/@hirotoschwert/digging-into-detectron-2-part-2-dd6e8b0526e

  • 320 x 320 是什么意思? (3认同)