I have somes trained caffe-models that contain the file: "mean.binaryproto", so I need to read this file in order to sustract the mean value from input images. Is there any way to do that using OpenCV only?
1 | initial version |
I have somes trained caffe-models that contain the file: "mean.binaryproto", so I need to read this file in order to sustract the mean value from input images. Is there any way to do that using OpenCV only?