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
2 | No.2 Revision |
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.