Open satyakesav opened 6 years ago
If you have a pretrained model you can replace that in data/imagenet_weights, or it will finetune from the imagenet weights.
hi, do you know how to finetune all layers especially the conv3, conv4, conv5 before rpn? @rnsandeep @satyakesav ,it would be really helpful to me.
hi, do you know how to finetune all layers especially the conv3, conv4, conv5 before rpn? @rnsandeep @satyakesav ,it would be really helpful to me.
have you solved this problem? How do you do?
hello,i wonder if this code can be fine-tuned for the last few conv layers
Hi,
I want to fine tune the pre trained model on a new data set. Does the command mentioned for training "./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc vgg16" actually tunes the model instead of training from scratch?