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.csdn.net/download/juebai123/12151306

 

 

相关文章:

  • 2021-03-31
  • 2021-12-15
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-24
  • 2021-12-16
  • 2022-12-23
  • 2021-04-23
  • 2021-10-19
  • 2021-11-27
相关资源
相似解决方案