GemHunt / CoinSorter

Sorts coins by solenoid on a conveyor by classifying images with Caffe & DIGETS
MIT License
46 stars 2 forks source link

Use a smaller CNN(convolutional neural network) on Windows #49

Closed pkrush closed 6 years ago

pkrush commented 8 years ago

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.

pkrush commented 8 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.

pkrush commented 8 years ago

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