2

Is there a crucial distinction between semantic and just normal image segmentation with neural networks? Is non-semantic segmentation some type of unsupervised pixel-clustering method?

hirschme
  • 774
  • 2
  • 11
  • 40

1 Answers1

2

If you take a look to W-net, you can see that you can do unsupervised segmentation with deep learning.

FiReTiTi
  • 5,597
  • 12
  • 30
  • 58