1. 程式人生 > >基於卷積神經網路(CNN)的目標檢測部分資源

基於卷積神經網路(CNN)的目標檢測部分資源

一、程式碼資源

  1. SSD演算法[1](2015年),該演算法基於caffe,網址: https://github.com/weiliu89/caffe/tree/ssd
  2. Faster R-CNN(2015年),該演算法基於caffe,

           MATLAB版本網址:https://github.com/ShaoqingRen/faster_rcnn,

           Python版本網址:https://github.com/rbgirshick/py-faster-rcnn#requirements-software

二、文獻解讀
  1. 對話CVPR2016:目標檢測新進展:  https://zhuanlan.zhihu.com/p/21533724
  2. Faster RCNN演算法詳解: http://blog.csdn.net/shenxiaolu1984/article/details/51152614
三、參考文獻 [1]Liu W, Anguelov D, Erhan D, et al. SSD: Single Shot MultiBox Detector[J]. arXiv preprint arXiv:1512.02325, 2015. [2]Ren, Shaoqing, et al. “Faster R-CNN: Towards real-time object detection with region proposal networks.” Advances in Neural Information Processing Systems. 2015.