rishizek / tensorflow-deeplab-v3-plus

DeepLabv3+ built in TensorFlow
MIT License
833 stars 307 forks source link

the ouput images are black when I use Pascal data to train #92

Open Jialeen opened 3 years ago

Jialeen commented 3 years ago

I used two class of Pascal and pre-trained model: pre-trained Resnet v2 101 model. The label set was as follows: label_colours = [(0, 0, 0), # 0=background

15=person

             (192, 128, 128)]

However, when I used images to test, the output was all black. So, what can I do to solve this problem. Thanks

Leonliou commented 3 years ago

i have the same problem,,,do you solve this problem?