Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.82k stars 581 forks source link

how can i download the dataset? #113

Closed WBS-123 closed 4 years ago

WBS-123 commented 4 years ago

when i follow the step in readme: cd ./core/data/downloader python ade20k.py --download-dir ../datasets/ade when i run this commad, it can't download the dataset,how should i slove this problem?

stormchasingg commented 4 years ago

same problem, just use python ade20k.py it will download the dataset into ~/.torch folder create a soft link like ln -s ~/.torch/path/to/ade ..datasets/ade

WBS-123 commented 4 years ago

it works,thx for your help!

XU-GITHUB-curry commented 4 years ago

please what's the meaning of 'create a soft link like ln -s ~/.torch/path/to/ade ..datasets/ade '

XU-GITHUB-curry commented 4 years ago

I occured the problem of 'OSError: [Errno 40] Too many levels of symbolic links: '/home/ggw/.torch/datasets/ade/downloads'' when I just use 'python ade20k.py' as the instruction