Effacer les filtres
Effacer les filtres

is it possible to plot ROC curve for train cascade object detector result?

1 vue (au cours des 30 derniers jours)
matlab22
matlab22 le 8 Mai 2016
Commenté : sunaina bhateja le 22 Jan 2018
hello, i trained a classifier using traincascadeobjectdetector function, how to evaluate it and plot a ROC curve ?

Réponses (2)

Image Analyst
Image Analyst le 8 Mai 2016
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 commentaires
Image Analyst
Image Analyst le 9 Mai 2016
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
matlab22 le 12 Mai 2016
Thank you, i see the results, but how i calculate the values, the algorithme TrainCascadeObjectDetector just showing positive and negative samples used for each stage?

Connectez-vous pour commenter.


matlab22
matlab22 le 24 Mai 2016
Anyone can guide me?
  1 commentaire
sunaina bhateja
sunaina bhateja le 22 Jan 2018
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.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by