C++ 实现 mobileNet分类器

https://github.com/shicai/MobileNet-Caffe

中有两个模型:

1。mobilenet.caffemodel
2。mobilenet_v2.caffemodel

这里用C++实现下

mobilenet 结构:

C++ 实现 mobileNet分类器

上面黑框*有23层卷积

效果图:

C++ 实现 mobileNet分类器输入

C++ 实现 mobileNet分类器

上面是mobilenet运行截图

下面是mobilenet_v2运行截图:

C++ 实现 mobileNet分类器

v2用时多一点,类别更准确一点。

再来一张:

C++ 实现 mobileNet分类器

C++ 实现 mobileNet分类器截图,可见两个都可以检测出多个物体。

下载:

两个win32图像分类检测程序(mobilenet 和 mobilenet_v2)

win32图像分类检测程序,由《MobileNet-Caffe-master》中的模型改编而来,可以用于识别图像中一些物体动物名称等。

https://download.****.net/download/juebai123/12151306