Computer vision advenced tensorflow program
- Multi-class Classification
- Binary Classification (Subset of problem)
- Multi-label Classification
Identifying where is object in image is calling Object Localisation
Combined Object detection and multi-label classification is calling Object detection
- For each object
- confidence score
- bounding boxes
- Popular algorithms
- R-CNN
- Faster-RCNN
- YOLO
- SSD
In digital image processing and computer vision, image segmentation is the process of partitioning a digital image into multiple image segments, also known as image regions or image objects (sets of pixels).
There are two types of segmentation:
- Semantic Segmentation: All objects are sames types from the single classification.
- Instance Segmentations:Instance Segmentation is the technique of detecting, segmenting, and classifying every individual object in an image.