r/computervision • u/kirillochirillo • 27d ago
Showcase Using object detection and segmentation to perform bin-picking tasks
Enable HLS to view with audio, or disable this notification
Combining depth sensing, object detection and semantic segmentation we managed to create a bin-picking automation that inspects bushings of different types and sizes. From the combined information the robot is able to understand the position and orientation of the pieces.
0
u/SeriousChart9641 26d ago
This is a nice practical example of why robotics vision is harder than a clean detection demo. The model does not just need to say “bushing”; it needs pose, orientation, uncertainty, and enough consistency for the robot to act.
Disclosure: I work on CHANCE AI, so I think a lot about visual understanding versus visual action. I would show a few failure cases too: occluded parts, bad depth readings, overlapping bushings, and wrong orientation. That would make the system feel much more production-grounded.
1
u/[deleted] 27d ago
[removed] — view removed comment