Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.46 KB

File metadata and controls

24 lines (18 loc) · 1.46 KB

Semantic Segmentation

Final Project for Intro To Deep Learning ECGR 5106

Use segmentation to determine and locate tumors in MRI scans.

Path for Training a Semantic Segmentation Model with Encoder-Decoder

  1. Simple CNN Encoder-Decoder
  2. Deep CNN Encoder-Decoder
  3. ResNet Encoder-Decoder with Batchnorm & Dropout

Example of a Semantic Segmentation

Segmentation Example Image Source: cnvrg.io

Classification vs Segmentation

Classification vs Segmentation

Image Source: Frontiers in Oncology

Resources