ZS123-lang / TENET

4 stars 0 forks source link

Pretrained model #4

Open RuoyuChen10 opened 8 months ago

RuoyuChen10 commented 8 months ago

You mentioned in the paper that "TENET uses ResNet-50 pre-trained on ImageNet [5] and MS COCO [28]." I noticed that it also pre-trained on MS-COCO, does it mean that use the detector pre-trained model? E.g. ImageNet pre-trained ResNet-50, and then pretrain FRCN on MS COCO?

ZS123-lang commented 8 months ago

Hi, Ruoyu. Thank you for your interest. For the pretrained backbone, we follow the same approach as FSOD_ARPN. You can download in this link .

RuoyuChen10 commented 8 months ago

Hi, Ruoyu. Thank you for your interest. For the pretrained backbone, we follow the same approach as FSOD_ARPN. You can download in this link .

Thanks, last question. For the FSOD dataset, how to get the 5-shot support set? Random select from the test set? And will the image used to generate a support prototype be used in the evaluation? Thanks!

ZS123-lang commented 8 months ago

Hi, Ruoyu. Thank you for your interest. For the pretrained backbone, we follow the same approach as FSOD_ARPN. You can download in this link .

Thanks, last question. For the FSOD dataset, how to get the 5-shot support set? Random select from the test set? And will the image used to generate a support prototype be used in the evaluation? Thanks!

No worries, asking more questions is fine. During the training process, we select support samples from the training dataset, while during the evaluation stage, we use the test dataset. The selection of support objects is not completely random and is subject to certain conditions. For example, the support objects are not selected from the query image and not chosen from the same images as much as possible.