awesome-semantic-segmentation-pytorch icon indicating copy to clipboard operation
awesome-semantic-segmentation-pytorch copied to clipboard

Error in downloading dataset

Open Kittywyk opened this issue 5 years ago • 2 comments

I ran "python pascal_voc.py --download-dir .../datasets/voc" to download voc dataset, and the dataset was successfully downloaded. But then the error occured, "NotADirectoryError: [Errno 20] Not a directory: '.../datasets/voc/VOCdevkit' ". Is there anyone can help me? What should I do? Thanks a lot!

Kittywyk avatar Sep 11 '20 03:09 Kittywyk

Please try .../datasets/voc/VOCdevkit -> ../datasets/voc/VOCdevkit.

Tramac avatar Oct 28 '20 12:10 Tramac