First time here? Check out the FAQ!
answered 2019-03-18 04:17:19 -0600
I understood why it's difference. Since caffe.Classifier() do different algorithm from openCV. It uses oversampling for prediction. If I use caffe.Net() and call forward(), it will return same result with openCV.