Earlier quoted context omitted.
This article is perfectly within HN's audience! • Clever way to distribute "the future" to a niche/under-served audience • MVP (likely) buildable in a week/weekend • Marketing material demonstrating success • "This could be my passive income side project" appeal to bored tech company engineers It underlines the thesis in some patio11's content: > The future is here, it's just not widely distributed yet.
The thesis is originally from William Gibson.
A Japanese company cut 80% of the time needed to manually count pearls
201–210 of 236 posts
Re: A Japanese company cut 80% of the time needed to manually count pearls
#202Earlier quoted context omitted.
Count things isn't trivial, but this specific use case (counting circles) is trivial with opencv. I've done it myself making a robot follow a ball :)
Agree. Especially if you can control the image quality, background, etc, this can be done with less fancy methods. Heck, they probably don’t even need an image based solution. They could have also used mostly mechanical machines like how coin counters/sorters work, or used a bigger version of their old counting plate method but with detectors in each slot.
That's effectively what I did with the ball tracking. I had a red ball and filtered out everything that wasn't roughly that shade. Certainly someone could have messed with me by wandering into frame with a red shirt :D
Re: A Japanese company cut 80% of the time needed to manually count pearls
#203Okay, I'm not sure why people use software to do the work that hardware has solved decades ago. Like, I know that pearls come in various shapes, sizes, and weights but they're discrete objects. I would have assumed a simple machine similar to an egg counter would've already been on patent for such uses just for pearls. I mean the ML use case is still neat but I always feel that people always grab computers for the wr…
Re: A Japanese company cut 80% of the time needed to manually count pearls
#204Is ML here needed? When I was working in a lab we used the opensource ImageJ for counting cells. It seems like it'd do a great job here too. https://en.wikipedia.org/wiki/ImageJ
Yes. Yes. 1000 times YES! Why are we having this discussion? Why are people in HN amazed at this? What is wrong with the world where something like THIS is impressive?!?
Re: A Japanese company cut 80% of the time needed to manually count pearls
#205Nobody cares that this is just an ad? It's got too many paragraphs of bullshit filler for something that's basically "they're taking pictures and counting the pearls using machine learning".
Re: A Japanese company cut 80% of the time needed to manually count pearls
#206Nobody cares that this is just an ad? It's got too many paragraphs of bullshit filler for something that's basically "they're taking pictures and counting the pearls using machine learning".
Re: A Japanese company cut 80% of the time needed to manually count pearls
#207Re: A Japanese company cut 80% of the time needed to manually count pearls
#208Re: A Japanese company cut 80% of the time needed to manually count pearls
#209> All good apps have already been created. There is no room for innovation. > Hold my beer: > I made an app that counts. Honestly, the simplicity of the idea is amazing.
People often don't know what's really needed by businesses until they see the use case. I remember 2 decades ago a family friend making fun of his son's project where they identified bad apples on a processing line in a packing facility. Pretty close to this project. He saw it and still didn't get it.
Re: A Japanese company cut 80% of the time needed to manually count pearls
#210I think what the CountThings app is doing is great. There are too many industries where tasks are being performed inefficiently due to a lack of applying readily available technology. They had the foresight to develop a product for a very common problem and make a business out of it. I’m a bit surprised that this is making the rounds of HN though. OpenCV and other computer vision libraries have trivialized such count…