Semantic Segmentation using FCN and DeepLabV3

Semantic Segmentation is an image analysis task in which we classify each pixel in the image into a class. In this post, we will perform semantic segmentation using pre-trained models built in Pytorch. They are FCN and DeepLabV3.

more ...