Skip to content

deeplab v3+training ,the mask is all black #9096

@lxyzler

Description

@lxyzler

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions