isht7 / pytorch-deeplab-resnet

DeepLab resnet v2 model in pytorch
MIT License
602 stars 118 forks source link

Dataset ? #26

Closed Matlmr closed 6 years ago

Matlmr commented 6 years ago

Hi, great code!

Could you specify exactly which dataset corresponds to train_aug.txt and val.txt and where to get it ? It is the augmented VOC2012, right?

isht7 commented 6 years ago

Please read Dataset under section 4.1 from this paper. They cite a paper titled "Semantic contours from inverse detectors". You can get the full dataset from that paper's website. Let me know if you have any issue searching for the dataset. Thanks!

Matlmr commented 6 years ago

Sorry for the late answer. On the website you indicated, the ground truth (cls and inst) is availabel as .mat files. How should I convert them to images? Also, it seems to me that it isn't the augmented dataset that corresponds to the train_aug.txt in your repository, any way to get this one?

isht7 commented 6 years ago

I did not augment the data, it was available as it is from the paper's website I told you about. But, files were present as .mat files and I had to extract the image and gt from them. I have uploaded my train data, you may download from here (please request access if it is not shared with you, I will share with you).

Matlmr commented 6 years ago

I requested access. Thanks a lot!

isht7 commented 6 years ago

I gave you access.