meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.38k stars 799 forks source link

benchmark_RELEASE #256

Open ilyak93 opened 3 years ago

ilyak93 commented 3 years ago

Hi. I try to use your VOCpascalLoader after I downloaded the VOC dataset and set the local path as you wrote in the comments in its file: # local_path = '/home/meetshah1995/datasets/VOCdevkit/VOC2012/'

but I don't see where from I should get the benchmark_RELEASE folder, which I assume belongs to the SBD dataset (correct me if I wrong). There isn't such folder in the SBD dataset that I've downloaded. Can you gie more details on th structure of the folder which should contains all the files as in the description and where from should I get it ?