-
Notifications
You must be signed in to change notification settings - Fork 45.2k
Open
Labels
models:researchmodels that come under research directorymodels that come under research directorytype:support
Description
I use pascal_voc_seg to train deeplabv3+ without tf_initial_checkpoint
but predict nothing,the mask is all black
I‘m sure the training datasets is correct,mask data is uint8
Python 3.6.9 |Anaconda, Inc.| (default, Jul 30 2019, 19:07:31)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
import cv2
img=cv2.imread('2008_003626.png')
import numpy as np
np.unique(img)
array([ 0, 15], dtype=uint8)
if use deeplabv3_mnv2_pascal_trainval initial model ,the results is normal
what's the problem
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
models:researchmodels that come under research directorymodels that come under research directorytype:support