Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you want to use the version of caffe that you built, you can use something like this to interface it with your code: https://github.com/dtmoodie/EagleEye/blob/Dev/Plugins/Caffe/Caffe.cpp

If you want to use the version of caffe that you built, you can use something like this to interface it with your code: https://github.com/dtmoodie/EagleEye/blob/Dev/Plugins/Caffe/Caffe.cpphttps://github.com/dtmoodie/EagleEye/blob/Dev/Plugins/Caffe/Caffe.cpp Mainly look at the wrapInput() for wrapping a cv::cuda::GpuMat into a caffe::blob, and doProcess for actually processing an image with caffe.