iduta / pyconvsegnet

Semantic Segmentation PyTorch code for our paper: Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
MIT License
36 stars 5 forks source link

Where to get validation.txt file in ADE20K dataset? #1

Closed bhavikapanara closed 4 years ago

bhavikapanara commented 4 years ago

RuntimeError: Image list file do not exist: /raid/data/datasets/semanticSegmentation/ade20k/list/validation.txt

To solve this error I need validation.txt file from ADE20K dataset. I have tried a lot to find it but unable to find this file.

Please help me to get this file.

Thanks, Bhavika

iduta commented 4 years ago

You can get this information from the dataset website (https://groups.csail.mit.edu/vision/datasets/ADE20K/) and from their repository(https://github.com/CSAILVision/semantic-segmentation-pytorch).