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
댓글 수: 0
채택된 답변
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
2013년 9월 16일
You might want to read up on ROC curves: https://en.wikipedia.org/wiki/Receiver_operating_characteristic
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!