A Beginner's guide to Deep Learning based Semantic Segmentation using Keras Divam Gupta 06 Jun 2019 Pixel-wise image segmentation is a well-studied problem in computer vision. The task of semantic image segmentation is to classify each pixel in the image. In this post, we will discuss how to use deep convolutional neural networks to do image segmentation. We will also dive into the implementation