Deep Learning with PyTorch : Image Segmentation

Go to class
Write Review

Deep Learning with PyTorch : Image Segmentation provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Deep Learning with PyTorch : Image Segmentation is taught by Parth Dhameliya. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • In this 2-hour project-based course, you will be able to :

    - Understand the Segmentation Dataset and you will write a custom dataset class for Image-mask dataset. Additionally, you will apply segmentation augmentation to augment images as well as its masks. For image-mask augmentation you will use albumentation library. You will plot the image-Mask pair.

    - Load a pretrained state of the art convolutional neural network for segmentation problem(for e.g, Unet) using segmentation model pytorch library.

    - Create train function and evaluator function which will helpful to write training loop. Moreover, you will use training loop to train the model.