faster rcnn
kkkkkkkkq
华中科技大学 模式识别与智能系统
展开
-
RCNN论文解读
Rich feature hierarchies for accurate object detection and semantic segmentation论文解读http://blog.csdn.net/hjimce/article/details/50187029讲得很好,下面再加一点自己的理解。1、在测试阶段,每个建议框通过CNN获取特征,然后分别用训练好的判断每个类别的SV原创 2017-12-11 18:44:01 · 384 阅读 · 0 评论 -
faster RCNN实现细节
http://blog.csdn.net/hunterlew/article/details/71075925 部分说的很好。RPN训练设置:根据ANCHOR_SCALES和ANCHOR_RATIOS得到(1)width/RPN_FEAT_STRIDE*height/RPN_FEAT_STRIDE*len(ANCHOR_SCALES)*len(ANCHOR_RATIOS)个anch原创 2018-01-16 21:25:57 · 1466 阅读 · 1 评论