Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

ADE20k's label names are not appropriate #819

Open
soskek opened this issue Feb 28, 2019 · 2 comments
Open

ADE20k's label names are not appropriate #819

soskek opened this issue Feb 28, 2019 · 2 comments
Labels

Comments

@soskek
Copy link
Member

soskek commented Feb 28, 2019

For example, the list ade20k_semantic_segmentation_label_names has two "tree"
https://github.com/chainer/chainercv/blob/master/chainercv/datasets/ade20k/ade20k_utils.py#L27
https://github.com/chainer/chainercv/blob/master/chainercv/datasets/ade20k/ade20k_utils.py#L95

Some values are different from the original in https://github.com/CSAILVision/sceneparsing.

@soskek
Copy link
Member Author

soskek commented Feb 28, 2019

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.

@knorth55 knorth55 added the bug label Feb 28, 2019
@knorth55 knorth55 added this to the 0.13 milestone Feb 28, 2019
@yuyu2172
Copy link
Member

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.

@yuyu2172 yuyu2172 modified the milestones: 0.13, 0.14 May 21, 2019
@knorth55 knorth55 removed this from the 0.14 milestone Dec 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants