
is it possible to plot ROC curve for train cascade object detector result?
조회 수: 6 (최근 30일)
이전 댓글 표시
hello, i trained a classifier using traincascadeobjectdetector function, how to evaluate it and plot a ROC curve ?
댓글 수: 0
답변 (2개)
Image Analyst
2016년 5월 8일
To plot ROC curves just keep track of false positives, false negatives, true positive, and true negatives, and then plot the True positive rate vs. False positive rate. You will need to tweak some parameters in your detection algorithm to vary the rates, otherwise you'll just have a single point, not a whole curve.

댓글 수: 3
Image Analyst
2016년 5월 9일
I can't tell you how to determine if your algorithm predicts correctly or not. It's you who must know that, or figure it out. It depends on what your algorithm does and what you know about the ground truth.
matlab22
2016년 5월 24일
댓글 수: 1
sunaina bhateja
2018년 1월 22일
Am also plot ROC curve for train cascade object detector result. So can you please help to predict ROC curve. Please help me to generate ROC curve.
참고 항목
카테고리
Help Center 및 File Exchange에서 ROC - AUC에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!