How to calculate accuracy or evaluate my face detection output

6 次查看(过去 30 天)
Hi,
I am able to detect faces captured by webcam. How can I know the accuracy rate of my output.
Thanks in advance

采纳的回答

Walter Roberson
Walter Roberson 2013-9-16
You need to have a set of validation images whose classification is known, and which are not used to test or tune the algorithm. After you have debugged the classification, you run the classification on the validation set without telling the algorithm which class they are, and then observe what fraction of them it gets right.

更多回答(1 个)

Image Analyst
Image Analyst 2013-9-16
  1 个评论
Noopur
Noopur 2013-9-16
Thanks for the link. Its relevant to the work. looking into some more theory behind it. Thanks again.

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by