hellochick / PSPNet-tensorflow

TensorFlow-based implementation of "Pyramid Scene Parsing Network".
326 stars 123 forks source link

Difference in Color Mapping to Label Id #30

Closed MichaelX99 closed 6 years ago

MichaelX99 commented 6 years ago

Hello,

I was just curious about why the color to label id mapping for your code was different than the Cityscapes mapping found at https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/helpers/labels.py

Thank you for posting this though, your code is very well written and has been a huge help!

hellochick commented 6 years ago

Hey,

I think the problem is that I have already convert the label image through this [script] (https://github.com/mcordts/cityscapesScripts). I converted the original label in to TrainIdLabelImgs.

Thank you!

MichaelX99 commented 6 years ago

Thank you!