Posts

Showing posts with the label Deep Learning

Understanding Object Localization with Deep Learning

Image
Object localization  is one of the image recognition tasks along with image classification and object detection. Though object detection and object localization are sometimes used interchangeably, they are not the same. Similarly, image classification and image localization are also two distinct concepts. Different Object recognition tasks Image classification  is a task where an image is classified into one or multiple classes based on the task. Input:  an image Output:  one or multiple class(es) Image/Object localization  is a regression problem where the output is x and y coordinates around the object of interest to draw bounding boxes. Input:  an image Output:  “x”, “y”, height, and width numbers around an object of interest Know More@  https://www.einfochips.com/blog/understanding-object-localization-with-deep-learning/