OscarXZQ / weight-selection

161 stars 11 forks source link

is it possible work in object detection? #3

Open meituan-gengyifei opened 7 months ago

meituan-gengyifei commented 7 months ago

from your work, may it work in classification task.but i wanna use it in object detection task. is it work if i wanna finetune backbone in object detection?

OscarXZQ commented 7 months ago

Hi,

For object detection, the common approach is to use a pretrained backbone. If a pretrained backbone were available, I would still recommend using the pretrained backbone. In other cases, although not experimented, I anticipate that weight selection would serve as a good way for initialization on object detection.