Closed omkar13 closed 6 years ago
This is a reimplementation of the original paper mentioned in the readme. This is how they did it in their code released in caffe. I am not sure why they chose to do this, please contact the authors of the paper with their query.
Thanks for the quick reply.
I would like to know why you scaled the output of scale 0.75 to the same size as that of output of scale 1 (unscaled, 1/8 of the input size). At the same time, output of scale 0.5 is not scaled. The relevant piece of code is in deeplab_resnet.py in class MS_Deeplab:
Thank you!