Mobilenet-ssd 目标检测

先收录几篇文章,具体实现步骤,参看我的下一篇博文:

Mobilenet-SSD的Caffe系列实现
https://blog.csdn.net/jesse_mx/article/details/78680055

caffe-MobileNet-ssd环境搭建及训练自己的数据集模型
https://blog.csdn.net/cs_fang_dn/article/details/78790790

用caffe-ssd框架MobileNet网络训练自己的数据集

https://blog.csdn.net/renhanchi/article/details/78423343

基于ubuntu14.04的Mobilenet_SSD环境搭建
https://blog.csdn.net/chenjiehua123456789/article/details/78683551

caffe-MobileNet-ssd环境搭建及训练自己的数据集模型
https://blog.csdn.net/cs_fang_dn/article/details/78790790

树莓派3B+英特尔神经计算棒进行高速目标检测
https://cloud.tencent.com/developer/article/1079212

深度学习 + OpenCV,Python实现实时目标检测
https://www.aliyun.com/jiaocheng/516658.html

github资源:

Caffe for SSD:https://github.com/weiliu89/caffe/tree/ssd

MobileNet-SSD:https://github.com/chuanqi305/MobileNet-SSD

你可能感兴趣的:(目标检测)