Computer vision tasks:
Applications of computers are based on a number of tasks that can be performed on the input image so as to perform Analysis or predict the output.
Image classification:
Image classification is a task that helps to classify the input image from a set of predefined categories.
Classification + Localization:
It is the task which not only identifies the input image but also the location of the image.
Object detection:
It is the task to find the instance of an object in an image and hence is known as the process of finding instances of real-world objects.
Instance segmentation:
It is the next step after object detection. It is the process of detecting instances of objects.