sfzhang15 / RefineDet

Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
Other
1.44k stars 393 forks source link

Quesation finetune a custom dataset with only 33 class #199

Open jerryho-quanta opened 3 years ago

jerryho-quanta commented 3 years ago

Hi sfzhang15,

I am interested in fine-tune part in your git. I found you fine-tune form COCO to VOC, and you don't freeze the VGG part. You use coco pre-trained caffe to re-train all mode (VGG+Refinedet)? If I want to use coco/voc weight to fine-tune my only 33 classed with about 1000 images, should I freeze the backbone part(VGG16)?

Thanks,

Jerry Ho