Skip to content

Salahidine2002/image_segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unsupervised image segmentation

This code generates unsupervised image segmentation through manifold learning applied to multiple image transformations as features. The key strengths of this code lie in the model's explainability, transparency, and simplicity. However, it is essential to carefully tune the parameters to adapt the method to the specific domain of the dataset and its variability. Once this adjustment is successfully performed, impressive results can be obtained :

Examples

Alt text

Alt text

Alt text

Alt text

Requirements

python3, scikit-learn, opencv2, scikit-image, transformers

Getting started

$ python tools/segmentation.py --input '../images/101027.jpg' --output '../images/output.jpg'

About

Unsupervised image segmentation using manifold learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors