Hi, Calculation of TP,TN,FP,FN,Acuucracy,precision..
1 回表示 (過去 30 日間)
古いコメントを表示
I have to work on face recognition on video. Actually I converted those videos in frames.In my database 10 videos are there then each videos i convert it in to 5 frames.then pca reducing is applied n then after that for classification i used the nn toolbox (feedforword). some training and testing data are there.when i apply the nn toolbox i consider 1 video means 5 frames and 2 video means 5 frames like(1,1,1,1,1,2,2,2,2,2,...) then i have to find the tp,tn,fp,fn..then how to get that one..please help me.any code related to this calculation..
0 件のコメント
回答 (1 件)
Image Analyst
2015 年 6 月 6 日
This is too broad a question to answer. Take your photos. I'm sure you will know who's who in the photos so you will know if the algorithm is correct or not. Then develop a face recognition algorithm (too much for us to do for you) and test it on all your images. Then construct your ROC curve.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!