MetaR-CNN icon indicating copy to clipboard operation
MetaR-CNN copied to clipboard

is voc_2007_shots published anywhere?

Open pppplin opened this issue 5 years ago • 2 comments

Hi,

Thanks for releasing your code/data. Just wondering is the voc_2007_shots file published anywhere?

pppplin avatar Feb 25 '20 22:02 pppplin

Hi,

Thanks for releasing your code/data. Just wondering is the voc_2007_shots file published anywhere?

I have the same question. In second training phase, voc_2007_shots is used as the query image set (there is no explains for how and when this file are generated or download), the support image set are randomly selected from voc_train.txt(due to that the shuffle flag is enable in MetaDataset, the support image set is variable), how to make sure that the query image files record in voc_2007_shots are the same with the support image files sampled in MetaDataset.init()。if not same, it doesn't obey the k-shot setting.

chengyu0910 avatar Oct 12 '20 02:10 chengyu0910

Hi,

Thanks for releasing your code/data. Just wondering is the voc_2007_shots file published anywhere?

oh, I found it. The shot files is generated in MetaDataset.get_prndata()

chengyu0910 avatar Oct 12 '20 02:10 chengyu0910