Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 980 Bytes

File metadata and controls

14 lines (12 loc) · 980 Bytes

Image Segmentation

This Repository contains TensorFlow implementation of different Image Segmentation Architecture on different types of datasets.

VGG16 - FCN8 for Image Segmentation

  • This notebook contains VGG16-FCN8 architecture for image segmentation.
  • In-depth Details about dataset, model architecture all things are well explained in the notebook itself.
  • If you like it please give a star.
  • If any suggestions or update please do let me know.

UNet for Image Segmentation

  • This notebook contains UNet architecture for image segmentation.
  • In-depth Details about dataset, model architecture all things are well explained in the notebook itself.
  • If you like it please give a star.
  • If any suggestions or update please do let me know.