C++ 實現 mobileNet分類器

在 https://github.com/shicai/MobileNet-Caffe 中有兩個模型: 1。mobilenet.caffemodel 2。mobilenet_v2.caffemodel 這裏用C++實現下 mobilenet 結構: 上面黑框中共有23層卷積 效果圖: 輸入 上面是mobilenet運行截圖 下面是mobilenet_v2運行截圖: v2用時多一點,類別更準確一點。
相關文章
相關標籤/搜索