I like to train only RPN network
from faster rcnn
using tensorflow
.
In caffe, I have done training only RPN.
In tensorflow, this tutorial shows training a customized network. Then the other tutorial here discussed how to train using models from modelzoo.
So for my case, to train only RPN part, which approach is appropriate for me?
Say If I follow the first approach defining CNN network, how can I load pretrained model
for transfer learning
.