How to measure the success and percent accuracy of an image detection algorithm?

后端 未结 2 810
伪装坚强ぢ
伪装坚强ぢ 2021-01-20 12:05

Does anyone know how to properly quantify the success of an image detection algorithm? How do you combine the 2 sources of error? since one source is the number of objects t

2条回答
  •  轮回少年
    2021-01-20 12:44

    Here are some measures/metrics that you can use to evaluate your model for image segmentation (or object detection:

    • F1 Score
    • Dice
    • Shape similarity

    All of the three are described in this page of a segmentation challenge

提交回复
热议问题