Semantic segmentation evaluation results

2 vues (au cours des 30 derniers jours)
David Clement
David Clement le 3 Fév 2020
Commenté : Meriem YOUss le 19 Août 2021
When i try evaluating semantic segmentation results by running "metrics = evaluateSemanticSegmentation(pxdsResults,pximds)" i get this error "size of the categorical data returned by dsResults and dsTruth must be the same". Please how can i fix this

Réponses (1)

Mahesh Taparia
Mahesh Taparia le 6 Fév 2020
Hi David
The function evaluateSemanticSegmentation computes the different metrics to evaluate the quality of segmentation results with respect to the ground truth. So, the size of pxdsResults and pximds should be same as it will perform the pixel level computation. Check the size of pxdsResults and pximds, one of it might be used incorrectly. For more information, you can refer to the documentation page of evaluateSemanticSegmentation here.
  2 commentaires
Redrowthu Sujin Anil Kumar
How do I can find the size of pxdsresults and pximds
Meriem YOUss
Meriem YOUss le 19 Août 2021
Hi, I was wondering if your problem was solved, because I got the same error. can you help me ?

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