目标检测相关问题

本仓库主要用来记录目标检测方面的相关技术。


相关资料


博客资料


NMS

非极大值抑制也是目标检测中一个重要的组件,下面是相关资料。

  • gossipnet Non-maximum suppression for object detection in a neural network一种使用NN来解决传统Greedy NMS对遮罩较大目标结果较差的问题。

FPN


RCNN系列

RCNN

Rich feature hierarchies for accurate object detection and semantic segmentation

bvlc_reference_rcnn_ilsvrc13 caffe rcnn模型以及对应的使用脚本examples

Faster RCNN

Faster RCNN代码详解(四):关于anchor的前世今生


SSD系列

ssd.pytorch


集成软件

Detectron

在NVIDIA Tesla P100 GPU上,对于此示例,每张图像的推理大约需要130-140 ms。