HRNet-Semantic-Segmentation icon indicating copy to clipboard operation
HRNet-Semantic-Segmentation copied to clipboard

Is the dataset ADE20K means ADEChallengeData2016 or not ?

Open xhding1997 opened this issue 4 years ago • 1 comments

I have download ADEChallengeData2016 and unzip it. The structure is:

---ADEChallengeData2016 --annotations -validation -training --images -validation -training

It doesn't look the same as the README in this repository. ├── ade20k │   ├── train │   │   ├── image │   │   └── label │   └── val │   ├── image │   └── label

xhding1997 avatar Apr 20 '21 11:04 xhding1997

Yes, it is ADEChallengeData2016 dataset, and it needs to be converted first: https://github.com/openseg-group/openseg.pytorch/tree/master/lib/datasets/preprocess/ade20k

hadipash avatar Jul 26 '23 09:07 hadipash