目标检测

 

数据集:

1、Microsoft COCO 数据集   下载地址:http://mscoco.org/dataset/#download         COCO数据: ImageDataSet(jpg)  Annotations(json)   

2、VOC DataSet     下载地址:https://pjreddie.com/projects/pascal-voc-dataset-mirror/

模型: 

1、Faster RCNN算法详解

2、 1)使用Faster-Rcnn进行目标检测

  2)使用Faster-Rcnn进行目标检测(实践篇)

源码

1、caffe faster-rnn  

  1)、Matlab   下载地址:https://github.com/ShaoqingRen/faster_rcnn

  2)、Python     下载地址:https://github.com/rbgirshick/py-faster-rcnn

模型

  1、VGG-16-L  VGG-16 prototxt

  2、VGG-1024-M

  3、ZF-S

 

参考资料:

  1、 faster rcnn 源码解读

  2、 Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks论文笔记

  3、深度学习检测方法梳理

  4、faster_rcnn c++版本的 caffe 封装(1)

  5、 Fast RCNN 训练自己的数据集(3训练和检测)

  

 

posted on 2017-07-11 15:35  G_Y  阅读(145)  评论(0)    收藏  举报