SSD理解

此篇内容参考了对ssd进行解析的博客,原博:http://lib.csdn.net/article/deeplearning/45325

1.ssd和yolo相似的地方

SSD                           YOLO

feature map cell -cell(网格)

 default box-        anchors

2.ssd应用的其他提升准确率的技巧

hole filling algorithm 

SSD理解_第1张图片


你可能感兴趣的:(SSD理解)