SamsungLabs / ritm_interactive_segmentation

Reviving Iterative Training with Mask Guidance for Interactive Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOC test set?

Limingxing00 opened this issue · comments

commented

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?

commented

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?