Jump to content
Brian Enos's Forums... Maku mozo!

jakogut

Members
  • Posts

    2
  • Joined

  • Last visited

2 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jakogut's Achievements

Looks for Range

Looks for Range (1/11)

  1. Correct, the hdf5 file is where the model weights are stored. Check out the images I posted and the results. In my opinion, the model is more accurate with low quality images than a person would be. For training, you certainly want a little more horsepower than an RPi, but for classification, it's plenty fast enough. The model is small, and the classification time is quicker than a brass feeder. You absolutely could separate based on crimped primer pockets. You can basically sort by any criteria that a person would be able to visually recognize, assuming the fidelity of the image is good enough. Processed brass may be more difficult, because there's not a very obvious visual indicator that it's already been processed.
  2. I actually registered just to respond to this post. I'm a software engineer with experience in backend web development (mostly Python, including Django, Flask, etc.), embedded software, Linux, and more recently, machine vision. I wrote and trained an ML model last year to sort 5.56 brass by headstamp, and it does so with 100% accuracy based on my validation data. Here are some samples that were all correctly classified. https://imgur.com/a/90eSE The code is open source, and freely available here: https://github.com/jakogut/brass-sorter It was actually rather easy, and it's quite quick, even on an RPi 3 (even faster on many other inexpensive SBCs out there). If memory serves, it takes about a tenth of a second to classify each piece of brass, but don't quote me on that. I haven't spent much time or effort on the mechanical side of this, because it's not my strong suite, but if somebody could build a machine that could be controlled by an RPi, I could write all the software to make it happen. It would be really neat if the parts could be 3D printed, and the machine could be built for a couple hundred bucks. I'm also very experienced with (and an active contributor to) Buildroot, and I could make a set of scripts to build a firmware image automatically that would be easy for DIYers to install. I'd be willing to do this work and open source it, if some of you want to work on the hardware side of things.
×
×
  • Create New...