GemHunt / CoinSorter

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

Metering, spacing, and classification of mixed coin sizes #60

Closed pkrush closed 6 years ago

pkrush commented 8 years ago

Currently CoinSorter only handles one size of coin at time with an off the shelf coin hopper. One should be able to handle mixed coin sizes with a series of independently driven conveyors controlled with an Arduino. Handling mixed coin sizes would make the system much more useful. For example it could find rare coins while doing the simple act of sorting and counting mixed change. This might involve some mechanical changes to conveyor belt guides and fingers or some electronic changes such as adding IR or eddy current sensors.

Skills Needed: Arduino, OpenCV, C++, Python, SQL, image processing, machine learning, Caffe, convolutional neural networks, basic mechanical & robotics design