Fast-SCNN-pytorch icon indicating copy to clipboard operation
Fast-SCNN-pytorch copied to clipboard

predicted mask is whole black

Open mxy519 opened this issue 4 years ago • 5 comments

There is no problem in training and testing process ,but for each image, the ac is 100, miou is 50, and the predicted mask is whole black, what shoud i do?

mxy519 avatar Nov 05 '20 01:11 mxy519

Hello, you can check if the label is right.

Tramac avatar Nov 13 '20 03:11 Tramac

The label is right. There are two classes(background and iris) in my dataset, and the input images are one channel ,also,the gt label is one channel. I do not know where is wrong

mxy519 avatar Nov 13 '20 03:11 mxy519

Maybe you need to check the pixel value of the predicted mask.

Tramac avatar Nov 13 '20 03:11 Tramac

Thanks, I will do it. There is another problem,for each image, the ac is 100, miou is 50, is it normal?

mxy519 avatar Nov 13 '20 03:11 mxy519

Probably not.

Tramac avatar Nov 13 '20 03:11 Tramac