This Repository contains the basic architectural description and implementation of some state of the art Segmentation Networks. Image Segmentation is the process of identifying parts of the image and understanding what object they belong to. It lays the basis for performing object detection and classification.
I have used two different datasets to implement these architectures. I have added both the original images and masks with its numpy files.
- Top View Heads Dataset: can be downloaded here
- Lungs Segmentation from chest X-rays Dataset: can be downloaded here
An illustration of U-NET Architecture
Code: Google Colab Notebook for Lungs Segmentation
Code: Google Colab Notebook for TVH Segmentation
An illustration of Seg-NET Architecture
Code: Google Colab Notebook for TVH Segmentation
An illustration of Res-NET Architecture
Code: Google Colab Notebook for TVH Segmentation
An illustration of FCN-8 Architecture
Code: Google Colab Notebook for Lungs Segmentation