yanxp / MetaR-CNN

Meta R-CNN : Towards General Solver for Instance-level Low-shot Learning
https://yanxp.github.io/metarcnn.html
177 stars 23 forks source link

is voc_2007_shots published anywhere? #39

Open pppplin opened 4 years ago

pppplin commented 4 years ago

Hi,

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

chengyu0910 commented 3 years ago

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 commented 3 years ago

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()