wasidennis / AdaptSegNet

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

RGB to BGR #68

Closed tarun005 closed 4 years ago

tarun005 commented 4 years ago

Why is the channel ordering converted from RGB to BGR? Is there any advantage with this conversion?

hfslyc commented 4 years ago

Hi,

We used caffe pretrained weights as network initialization and the original trained model was trained with BGR.