Open mzahran001 opened 8 years ago
Please see this thread for layer specific changes: https://github.com/Orpine/py-R-FCN/issues/9 Note that this will not suffice if you are changing anchors as well. Let me know if you are doing that. To fine tune an existing model, you can replace the ResNet-<50/101>-model.caffemodel that you provide while following training steps.
@ravikantb What are some heuristics for fine tuning the RFCN network when training on own dataset? E.g. on a moderate number of classes lower than PASCAL_VOC but where classes are harder than those on PASCAL_VOC (cars, ...)
@ I have already fined tune resnet101_rfcn_final.caffemodel model, it got 95% accuracy in training. But in demo_rfcn.py, I test my image, the predicted boxes were inaccurate. I do not know why?
How to fine tune your model? I don't have sufficient data to retrain your model from scratch.I want to fine tune your model on my data which has only two classes ?