oandrienko / fast-semantic-segmentation

ICNet and PSPNet-50 in Tensorflow for real-time semantic segmentation
220 stars 41 forks source link

Exported frozen graph of PSPNet50 #15

Closed CalciferZh closed 5 years ago

CalciferZh commented 5 years ago

Hi, thank you for your work. I'm trying to load your pre-trained weights to another graph as initialization. I found that in the frozen graph there's not gamma or beta variable under BatchNorm, but only one constant named Conv2D_bn_offset. Is this because the convolution and the batch normalization are merged in the frozen graph? Thank you in advance.