Getting started with object detection - Image segmentation algorithm
- by Dev Kanchen
Just getting started on a hobby object-detection project. My aim is to understand the underlying algorithms and to this end the overall accuracy of the results is (currently) more important than actual run-time.
I'm starting with trying to find a good image segmentation algorithm that provide a good jump-off point for the object detection phase.…