目标检测
基于region proposal(候选区域)的RCNN系列:RCNN、Fast RCNN、Faster RCNN、FPN
基于区域划分(单次检测器)的YOLO、SSD、RetinaNet
基于强化学习的AttentionNet等,还有最新的Mask RCNN。
R-CNN
先生成 roi 再提取特征
详细内容见博文:
https://blog.csdn.net/u011534057/article/details/51240387
目标检测
基于region proposal(候选区域)的RCNN系列:RCNN、Fast RCNN、Faster RCNN、FPN
基于区域划分(单次检测器)的YOLO、SSD、RetinaNet
基于强化学习的AttentionNet等,还有最新的Mask RCNN。
先生成 roi 再提取特征
详细内容见博文:
https://blog.csdn.net/u011534057/article/details/51240387
相关文章: