-7

I would like to implement object detection using Caffe framework and Convolution Neural Network, could you recommend some papers and demos about that?
I just need to know how to implement it.
If you can provide the source code, it will be perfect.

4

1 回答 1

8

使用深度学习进行对象检测的一个很好的起点是 Ross Girshick 关于 R-CNN 的系列论文。
您可以找到更快的 R-CNN 的python实现作为实现的一个很好的参考。

于 2015-12-08T08:03:50.300 回答