hszhao / semseg

Semantic Segmentation in Pytorch
MIT License
1.34k stars 244 forks source link

The correspondence between camvid_colors.txt and camvid_names.txt is wrong #34

Closed ljmiao closed 4 years ago

ljmiao commented 4 years ago

for example, the color of "buliding" should be "128,0,0", rather than "0,0,0" in camvid_colors.txt.

hszhao commented 4 years ago

I fixed the color, thanks.