sithu31296 / semantic-segmentation

SOTA Semantic Segmentation Models in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to prepare DATASETS ADE20K?

LanWong1 opened this issue · comments

hi, how to prepare datasets ADE20k base on download files? what's in training or anotaions? when I try to visualize the datasets, "ndex 251 is out of bounds for dimension 0 with size 150 " erro comes? why?

You have to download Challenge data from here. And put it in a folder and the dataset structure should be like in the instruction. After that, use a config file and modify the dataset path.