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.
5472 次
1 に答える
8
深層学習を使用したオブジェクト検出の非常に良い出発点は、Ross Girshick による R-CNN に関する一連の論文です。より高速な R-CNN のpython impelementation
は、実装の良いリファレンスです。
于 2015-12-08T08:03:50.300 に答える