eragonruan / refinenet-image-segmentation

a tensorflow implement of refinenet ,RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation
130 stars 35 forks source link

the color_map file #6

Open zhangxiaohuixuhao opened 6 years ago

zhangxiaohuixuhao commented 6 years ago

Hi, Thank you very much for your help given me!I want to use my own data to train the model, but for color_map file I'm not particularly aware of how this is generated.Hope your reply.

eragonruan commented 6 years ago

@zhangxiaohuixuhao build_color_map is used to build the mapping relationship between class and color. This is used for visualization, nothing to do with the model