Faster RCNN Transfer Learning

Excuse me does anybody know how to transfer learning a Faster RCNN to my own dataset? Or is there any reference for that? because I still don’t understand is it included as my base network in my model or what. Thank you very much

2 Likes

How about the following, though I’ve not tested this yet:

Looping in @lgusm (DevRel) and the docs team - notebook co-authors @billy @markdaoust

1 Like

TensorFlow HUB currently doesn’t support fine-tuning on Faster RCNN and generally on other models in the Object Detection API.

But it is a quite requested feature. See Make Object detection models fine-tunable · Issue #678 · tensorflow/hub · GitHub.

Let’s see if there is any other progress to share on this.

2 Likes

Might be available (no deadline I guess) under TensorFlow Model Garden:

2 Likes