l99500

Results 4 comments of l99500

can you share me all the weights with get_pretrained_checkpoints ? I don't know why i can't download these model

> you can check the code of deeplab v3+. > https://github.com/rishizek/tensorflow-deeplab-v3-plus/blob/master/utils/preprocessing.py#L115 > That function will return re-scaled image with the scale from min_scale to max_scale. > > Moreover, if you...

@kemangjaka I find that in the code the author use the up-sample function by double. Just like 'conv_low_up = Upsampling(conv_low,2)', If the size of feature maps cannot be divided by...