| 00:00:00 | in this video we're diving into the history of coin sorting machines our journey through YouTube history will lead us to perhaps the most well-known project called Newman created by Tim wathen we'll talk about that project a |
| 00:00:12 | little later in this video but there have been several exciting developments in the realm of coin sorting machines over the years and I can't wait to share them with you the first machine is from sales acrofab posted in September of |
| 00:00:26 | 2014 this project is a precursor to some of the projects will see later and you can see how many of them take inspiration from this prototype the machine featured in this video uses a conveyor belt and is |
| 00:00:39 | operated by pneumatic actuators coins are manually placed onto the conveyor belt and pass under a camera when the camera sees a coin an unknown algorithm identifies the size of the coin and a Pneumatic actuator is precisely time to |
| 00:00:54 | remove the coin from the belt and direct it into a designated bucket if the coin isn't one of the three recognized it simply rolls off the end and is collected in a final bucket however you can clearly see that the pneumatic |
| 00:01:07 | actuators shown here are not well calibrated in one instance the force used is so strong that a coin is blown off the rails and nearly across the room I hope they eventually tone this down a bit as there's no need to fire these |
| 00:01:21 | coins out of a rifle for our purposes this amount of force could potentially cause damage and lower the numismatic value of our coins and that of course makes me a little bit sad that being said I think we can |
| 00:01:34 | safely extrapolate the underlying functions of the machine from what we can see in the video and what's interesting to me is that because it seems to primarily sort coins by size and possibly color you don't necessarily |
| 00:01:47 | need Advanced AI for this for example within the python Library called open CV there's a tool called the how Circle transform this tool enables the software to recognize circular patterns when you have a darker background like the |
| 00:02:01 | conveyor belt in this video open CV can pick out circles and count the number of pixels by doing this it gets a rough idea of the coin's surface area and subsequently its size why does this work well it's because the camera above the |
| 00:02:16 | conveyor belt is fixed in both location and focal length so if you know how many pixels the coin occupies you can get a fairly good estimate of its size also if you take an average pixel RGB color value over the entire surface of the |
| 00:02:31 | coin you can use that to figure out the object's General color this works even better under controlled lighting conditions and with objects that are very different in color so I think it's just kind of cool that you can set up |
| 00:02:44 | this entire system without using any advanced artificial intelligence machine learning or image recognition algorithms and as we've noted before in other videos coins specifically can be sorted by size mechanically without even the |
| 00:02:58 | need for a computer at all that being said I believe this video was posted simply as a demonstration of the ability to sort objects by color and size coins just happen to be a nice standin for this proof of |
| 00:03:10 | concept hey everyone it's future me again I just wanted to take a moment to say that I've been doing some work on our website at the coinb.in related merch and get early access to my YouTube videos I hope |
| 00:03:24 | you'll get a chance to check it out and let me know what you think down in the comments our next video was posted in May 2017 and comes from Paul Crut in this video he delves into the world of lighting |
| 00:03:37 | augmentation while he uses pennies in this demonstration and his primary focus isn't sorting the pennies but showcasing the capabilities of his algorithm for anomaly detection what's truly remarkable about Paul's project is his |
| 00:03:51 | commitment to open- Source principles he generously shares both the software and hardware for his creation on GitHub I've reached out to Paul Direct directly and in my interactions with him I found it to be incredibly helpful and he's |
| 00:04:04 | provided valuable insights for my own project watching his video was truly enlightening Paul takes a simple 28x 28 pixel area of a coin capturing just two sides of a single coin one heads and one tails with each of those he adds 26 |
| 00:04:20 | different lighting scenarios from there he programmatically applies various other augmentations including rotation and adjustments to location this process process results in a data set containing a whopping 57,000 images all derived |
| 00:04:35 | from just that single coin what I find particularly exciting is how Paul's techniques relate to my own work I've Incorporated a similar approach into my own coin photo studio using a pill bottle as part of the setup Paul's |
| 00:04:49 | project has been incredibly instructive and has given me a better understanding of what I'm striving to achieve in my own design in July 2020 Andrew conro posted an intriguing project video on his |
| 00:05:00 | YouTube channel Andrew embarked on a mission to build a machine capable of flipping a coin and recognizing whether it landed on heads or tails what makes this project unique is that he placed a big blue dot on the tail side of the |
| 00:05:13 | coin making it easily identifiable by the algorithm he employed as discussed earlier this one clever strategy eliminates the need for image recognition or artificial intelligence entirely instead he can rely on the how |
| 00:05:27 | Circle transform an open CV to detect the circular shape and check for the dot what I found particularly inspiring about this project was the coin flipping mechanism and the reset action he took careful precaution during each cycle to |
| 00:05:41 | ensure that the coin was over the flipping mechanism but not perfectly centered this ensured that the coin would spin more randomly and thus provide more accurate results he noted that the machine is really noisy and |
| 00:05:54 | takes a lot of time for an extremely large number of flips Andrew's goal was to illustr rate that a coin flip isn't truly a 50/50 proposition and he provided some interesting statistics in the video description from start to |
| 00:06:07 | finish he completed 10,40 flips and that took a total of 6 hours and 15 minutes averaging out to approximately 2.15 seconds per flip to put things in perspective flipping the coin 100,000 times at this rate would require nearly |
| 00:06:23 | 2 and 1/2 days Andrew also mentioned that the coin escaped the system approximately 10 times during this attempt and this caused a few minor delays until he could put the coin back into action in the end the results were |
| 00:06:36 | enlightening overall he got heads 4,950 times which is 49.3% and Tails 5,90 times which is 50.7% Andrew's Endeavor showcases both the fun and the challenge of experimenting in a creative and |
| 00:06:53 | informative way our next coin sorting machine is known as Newman and was created by Tim rapon it's a fascinating creation that first came into the light in 2017 through several YouTube channels in this video |
| 00:07:06 | from Tim's Channel Newman appears to be running a group of quarters but it's worth noting that there seems to be only one pneumatic actuator blowing coins off the belt later I'll show you a walk around tour of Newman where it's sorting |
| 00:07:20 | pennies this led me to wonder if Newman was primarily designed for sorting pennies or if it had the capability to sort different types of coins in a subsequent video on the coinweek podcast Tim mentions posting a poll to gauge |
| 00:07:34 | interest in sorting and identifying other types of coins further suggesting that its primary function might have been Penny sorting we're doing wheat sense now but we'll be able to Pivot and then do Buffalo nickels and then |
| 00:07:49 | Roosevelt dimes or whatever we what we want to do is we want to build as the users request if I have a th000 users we we do a poll and a thousand users say the next coin they want us to do are Buffalo Nickels then we're going to go |
| 00:08:05 | out and we're going to build the system for people to identify and evaluate Buffalo nickels this video at least to my untrained eye appears to be more of a timing test as I've mentioned before precision timing is critical in these |
| 00:08:20 | machines it involves synchronizing the belt speed the moment the coin is captured by the camera and when it passes the pneumatic actuator if the timing isn't exact the machine won't know when to push the coin into the |
| 00:08:32 | appropriate shoot interestingly in one instance you can again see that the pneumatics are not yet tuned causing it to blow a coin into the choot only for it to bounce right back onto the belt this further suggests that this might |
| 00:08:46 | have been more of a test than an attempt to sort specific types of coins in April 2018 the YouTube channel coin op posted a tour of Newman where we finally see the machine in operation sorting pennies |
| 00:09:00 | Tim rathton added a whopping 20,000 coins which amounted to four Bank bags of wheat pennies onto the conveyor belt and the Machine sorted them swiftly unfortunately the video is poorly focused and shaky making it challenging |
| 00:09:13 | to grasp some of the finer details however in July 2018 Tim posted a much clearer video titled a better look at Newman this video provides a more stable and better produced walk around of Newman in action it's evident |
| 00:09:28 | that put a lot of work into this machine and he seems genuinely proud of it Newman relies on numerous pneumatic actuators pieces of rain gutter two conveyor belts two cameras a coin Hopper and a coin pusher at the bottom that |
| 00:09:43 | pushes coins onto the conveyor belt interestingly Newman leaves the task of examining the sorted coins to the user who can check their design and assess their true value in the video Tim claims to have located four 1909 svb pennies |
| 00:10:00 | using this machine and he claims that it can do the work of 20 to 25 human coin sorters while Newman is an impressive machine in its own right it might be considered a bit of overkill for hobbyists due to its size and complexity |
| 00:10:13 | nevertheless it's intriguing to see how it inspired and influenced the direction of my own coin sorting robot project it's worth noting that I have no information about Tim Ron's current status but I'll attempt to find more |
| 00:10:26 | information about the machine and its creator and finally folks I want to talk about something that Paul Crush who we discussed in one of our earlier segments recently sent my way he shared a video from couch Collectibles where they were |
| 00:10:39 | reviewing a fascinating machine called the robocoin AI let me tell you this device really caught my attention and it aligns closely with what I'm striving to build the robocoin AI is quite an impressive piece of tech it boasts the |
| 00:10:54 | capability to sort various US coins including quarters dimes nickels and P pennies while it might not tackle dollar coins just yet it's a substantial Leap Forward what truly stands out is its Proficiency in rotating the coins and |
| 00:11:09 | recognizing their different types ensuring they're properly oriented for sorting I've only seen this one video but again I think we can extrapolate some of the details about how it operates from what I can see in the |
| 00:11:21 | video the robocoin AI does show some promise but it also has a few areas where it could use some improvement for instance it seems to struggle a bit with identifying key dates on coins this is an aspect that will eventually be |
| 00:11:34 | fine-tuned in future versions you'll notice that they're Gathering customer coin images on their website and I assume these will be used to more finely tune their machine learning algorithm another point to consider is |
| 00:11:47 | that at at least in this video it appears the machine may not be effectively separating high value coins I'm not entirely sure if this is due to the user error or if there's a limitation in the machine's design |
| 00:11:59 | it certainly pequs my curiosity about how precisely the Sorting process works but I think it would be nice to separate the high value coins from the face value coins instead of having the user stand there and try to grab them as they come |
| 00:12:12 | out it's also interesting that the robot design uses a lot of parts that being said they have much more than an MVP or minimum viable product here and they have clearly done great work I'm definitely eager to find out more about |
| 00:12:26 | the robocoin AI and I plan follow couch collectibl YouTube channel closely to stay updated on when this seemingly impressive machine becomes available for purchase in this exploration of five remarkable coin sorting and coin related |
| 00:12:40 | machines we embarked on a journey through ingenious Creations from coin sorters that harness the power of image recognition to machines that challenge our understanding of the classic coin flip it's been fun and I hope you found |
| 00:12:54 | these projects as intriguing as I have as we wrap up this video I want to end my sincere gratitude to all of you for joining me on this journey your support and enthusiasm makes this channel possible for now that's my two cents |
| 00:13:08 | thanks for joining me today and don't forget to like subscribe and hit the notification Bell to never miss another adventure on this channel stay awesome and I'll see you in the next video take care everyone |