YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 471 forks source link

Fine Tuning #20

Open mzahran001 opened 8 years ago

mzahran001 commented 8 years ago

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 ?

ravikantb commented 7 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.

dantp-ai commented 7 years ago

@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, ...)

longzeyilang commented 5 years ago

@ 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?