Semantic segmentation evaluation results
이전 댓글 표시
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
답변 (1개)
Mahesh Taparia
2020년 2월 6일
0 개 추천
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
Redrowthu Sujin Anil Kumar
2021년 3월 20일
How do I can find the size of pxdsresults and pximds
Meriem YOUss
2021년 8월 19일
Hi, I was wondering if your problem was solved, because I got the same error. can you help me ?
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!