Ask Your Question

Revision history [back]

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.