chainer / chainercv

ChainerCV: a Library for Deep Learning in Computer Vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADE20k's label names are not appropriate

soskek opened this issue · comments

https://github.com/CSAILVision/sceneparsing/blob/master/objectInfo150.txt
The current values may be extracted from the last column of this file, followed by splitting it with a blank and picking the last element. So, class palm, palm tree is converted to tree.

I remember extracting label names from that text file. (also in csv format https://github.com/CSAILVision/semantic-segmentation-pytorch/blob/master/data/object150_info.csv)
I should have been more carefully with parsing names.