Fast-SCNN-pytorch
Fast-SCNN-pytorch copied to clipboard
predicted mask is whole black
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?
Hello, you can check if the label is right.
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
Maybe you need to check the pixel value of the predicted mask.
Thanks, I will do it. There is another problem,for each image, the ac is 100, miou is 50, is it normal?
Probably not.