Home > Enterprise >  image segmentation without labeling
image segmentation without labeling

Time:05-05

Is there any image segmentation model for segmenting images without putting labels for segmented parts (and bounding boxes)? I need to segment my image even for not-trained objects, so I guess I should use a model that does not have specific labels for segmenting.

CodePudding user response:

You seem to be looking for unsupervised image segmentation?

https://github.com/kanezaki/pytorch-unsupervised-segmentation https://github.com/Mirsadeghi/Awesome-Unsupervised-Segmentation

include some potential solutions.

  • Related