For #transformationtuesdays I’m sharing another use case for Artificial Intelligence using Computer Vision.
This is the world’s first universal Lego sorting machine by Daniel West, and here you’ll see a demonstration of it in action, as well as the details as to how it works.
What makes this interesting is that the typical image classifiers you’ll see work on 2D images. But this sorter works on 3D real-life Lego bricks, which makes it more challenging.
Moreover, it has the ability to classify even Lego pieces that it has not seen before!
In fact, that’s what makes it AI, as otherwise, perhaps you could just simply hardcode every Lego brick piece into the program as if it were just a rules-based task.
Continue reading “Sorting Lego Bricks using Computer Vision AI (Use Case)”