Skip to content

Background Segmentation Gaussian Mixture Models & Deep Learning

License

Notifications You must be signed in to change notification settings

Pieter-Cawood/Image-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-segmentation

Background Segmentation using a Gaussian Mixture Models & VGG16/UNet Deep Learning model. Corner detection additionally implemented for the deep learning model.

Gaussian Mixture Model (GMM)

GMM model implemented from first principles. The GMM attempts to cluster hand-crafted features to perform segmentation of the input images as either background or foreground.

90+ % accuracy

Chatbot

VGG16/Unet

VGG16/Unet (Keras module). The famous UNet architecture constructed with the VGG16 pre-trained ImageNet weights. Includes a third class of corners, to detect the corner locations of the puzzle images.

99+ % accuracy

Chatbot

About

Background Segmentation Gaussian Mixture Models & Deep Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published