필터 지우기
필터 지우기

Semantic segmentation evaluation results

조회 수: 1 (최근 30일)
Meriem YOUss
Meriem YOUss 2021년 8월 19일
답변: Vidip 2024년 3월 26일
Hi
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개)

Vidip
Vidip 2024년 3월 26일
The error message you're encountering, "size of the categorical data returned by dsResults and dsTruth must be the same," suggests that there's a mismatch in dimensions between the predicted segmentation results (pxdsResults) and the ground truth data (pximds).
To fix it, you need to ensure that all images in pxdsResults and pximds have the same dimensions. If the images or their corresponding segmentation masks have been resized or cropped during preprocessing or prediction, you'll need to make sure that both the predictions and the ground truth data are brought to the same dimensions before evaluation. Also, make sure that the categories (classes) in pxdsResults and pximds match exactly.

Community Treasure Hunt

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

Start Hunting!

Translated by