Closed pkrush closed 6 years ago
Try using opencv_dnn module to classify on caffe models.
This was just added in openCV 3.1. This would make it much easier for other developers to compile the software.
I spend most of Friday working with the new dnn module in OpenCV for classifying images using Caffe Models. I don't have much useful yet out of this, but I understand the standard way this needs to be done.
I started this doc: Building libs for OpenCV 3.1 and dnn module
For classification Caffe for Windows is way too bloated! Compiling/implementing is a bear. willyd has done a great job, but this is still way too much. Maybe something like Tiny CNN or Convnet would be better.
If Windows is the way to go, long term this needs to be a Windows Store App for security reasons.