Why i get empty (black image) when extract the pixel label data

 Respuesta aceptada

Navya Singam
Navya Singam el 23 de Nov. de 2022

1 comentario

@Navya Singam I used you the link above, it helped to show the label images but how to use it to find jaccrad index , the labeled image already black and gives low jaccard index as shown in attached images and following code:
A = logical(imread('7001-236.png'));
BW_groundTruth =logical(imread('Label_1.png'));
similarity = jaccard(A(:,:,1), BW_groundTruth)
similarity =
0.0925

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 17 de Nov. de 2022

Comentada:

el 10 de Oct. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by