wasidennis / AdaptSegNet

Learning to Adapt Structured Output Space for Semantic Segmentation, CVPR 2018 (spotlight)
845 stars 205 forks source link

Question on Normalization #74

Closed bitwalt closed 4 years ago

bitwalt commented 4 years ago

Why datasets are not normalized with own mean and stdv?

hfslyc commented 4 years ago

It's because we use the imagenet pretrained model for initialization. The pretrained models work best if the same normalization is adopted during further training process.

bitwalt commented 4 years ago

Thank you! :smile: