A closer look: Small object detection in Faster R-CNN
Improving Small Object Proposals for Company Logo Detection

这里主要分析 Faster R-CNN 对小目标检测的性能分析及改进。 主要是 多尺度 RPN 和多尺度分类网络
数据中目标尺寸分布
小目标检测--A closer look: Small object detection in Faster R-CNN

3.1 Region Proposals of small objects

不同尺度的 RPN
小目标检测--A closer look: Small object detection in Faster R-CNN

不同尺度的 RPN 性能对比
小目标检测--A closer look: Small object detection in Faster R-CNN

3.2 ROI Classification of small objects
不同尺度的 CLS:classification pipeline
小目标检测--A closer look: Small object detection in Faster R-CNN

对应的性能对比
小目标检测--A closer look: Small object detection in Faster R-CNN

小目标检测--A closer look: Small object detection in Faster R-CNN

小目标检测--A closer look: Small object detection in Faster R-CNN

小目标检测--A closer look: Small object detection in Faster R-CNN

小目标检测--A closer look: Small object detection in Faster R-CNN

相关文章:

  • 2022-12-23
  • 2021-06-02
  • 2021-07-02
  • 2022-01-16
  • 2021-12-12
  • 2021-09-17
  • 2021-05-16
猜你喜欢
  • 2021-11-26
  • 2021-07-08
  • 2021-07-24
  • 2021-12-06
  • 2021-09-17
  • 2021-05-07
  • 2022-12-23
相关资源
相似解决方案