endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.57k forks source link

Alternating Training Support #473

Closed CXYCarson closed 3 years ago

CXYCarson commented 5 years ago

Hi, Thanks for your repo and it helped me a lot. I want to keep the weights for RPN and train the rest, like the alternating training mentioned in the original paper. Is there a way to do so in this repo? Thanks!