SamsungLabs/ritm_interactive_segmentation

VOC test set?

Opened this issue · 3 comments

Hi,

I am concerned about where is voc 2012 test set? (The voc 2012 data set I downloaded does not contain GT images.)

So I cannot find test.pickle.

self.dataset_samples, self.instance_ids = load_pkl(str(self.dataset_path / f'ImageSets/Segmentation/test.pickle'))

Could you give me a web linked to the voc 2012 test set? Or how to obtain the GT? Thank you!

Hi,

I am concerned about where is voc 2012 test set? (The voc 2012 data set I downloaded does not contain GT images.)

So I cannot find test.pickle.

self.dataset_samples, self.instance_ids = load_pkl(str(self.dataset_path / f'ImageSets/Segmentation/test.pickle'))

Could you give me a web linked to the voc 2012 test set? Or how to obtain the GT? Thank you!

I have the same question. Do you find the resource of VOC test set?

Hi,
I am concerned about where is voc 2012 test set? (The voc 2012 data set I downloaded does not contain GT images.)
So I cannot find test.pickle.

self.dataset_samples, self.instance_ids = load_pkl(str(self.dataset_path / f'ImageSets/Segmentation/test.pickle'))

Could you give me a web linked to the voc 2012 test set? Or how to obtain the GT? Thank you!

I have the same question. Do you find the resource of VOC test set?

No.

Any update on this question?