How to test accuracy of segmentation algorithm?

后端 未结 5 1312
你的背包
你的背包 2021-01-02 03:06

I am dealing with a image classification problem. Before classification, images should be segmented. I tried several methods. My question is \"how can i test accuracy of seg

5条回答
  •  失恋的感觉
    2021-01-02 03:35

    Measuring the quality of image segmentation is a topic well studied in the computer vision community.

    You can see this method that is suitable for binary segmentations. There is also this method for multiple segments and also for boundary accuracy.

提交回复
热议问题