rishizek / tensorflow-deeplab-v3

DeepLabv3 built in TensorFlow
MIT License
286 stars 102 forks source link

what do 'valid_logits' and 'valid_labels' etc. mean? #16

Open LeoCHANGcn opened 6 years ago

anxiangsir commented 5 years ago

因为在预处理中把所有的图片padding成了513*513的大小,padding的那部分的label都是255,这部分的label是无效的,这些label不能用来计算loss!