フィルターのクリア

How to calculate accuracy or evaluate my face detection output

6 ビュー (過去 30 日間)
Noopur
Noopur 2013 年 9 月 16 日
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 件のコメント
Noopur
Noopur 2013 年 9 月 16 日
Thanks for the reply. Going to try it.

サインインしてコメントする。

その他の回答 (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