CSAILVision / CSAILVision/ADE20K

index_ade20k['objectnames'] indexing mistake

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
433
Forks
66
PR merge metrics
No merged PRs in 30d

Description

Using `ObjectClassMasks = (R/10).astype(np.int32)*256+(G.astype(np.int32));` I got the id 165 for a particular pixel by which `index_ade20k['objectnames'][165]` gives 'bed column'. However according to the accompanying json to this image, the object name for 165 should be 'bed'. It seems that `index_ade20k['objectnames']` is one behind. `index_ade20k[164]` gives the correct name 'bed'.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.