Skip to content

疑惑-OverFeat的合并预测框算法 #9

@lartpang

Description

@lartpang

overfeat的框融合的策略,感觉和r-cnn的基于iou的策略有些相似。

https://www.cnblogs.com/zf-blog/p/6740736.html
对2000×20维矩阵中每列按从大到小进行排序;
从每列最大的得分建议框开始,分别与该列后面的得分建议框进行IoU计算,若IoU>阈值,则剔除得分较小的建议框,否则认为图像中存在多个同一类物体;

image
match_score(b1 ,b2)使用两个边界框的中心之间的距离和框的交叉区域之和来计算匹配分数,当它大于某个阈值时算法停止;

Metadata

Metadata

Assignees

No one assigned

    Labels

    detailabout detail of the paper

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions