You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: