sithu31296 / semantic-segmentation

SOTA Semantic Segmentation Models in PyTorch
MIT License
848 stars 151 forks source link

how to prepare DATASETS ADE20K? #23

Closed LanWong1 closed 2 years ago

LanWong1 commented 2 years ago

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?

sithu31296 commented 2 years ago

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.