roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MIT License
2.82k stars 567 forks source link

RPN_ONLY training #157

Open lzrobots opened 5 years ago

lzrobots commented 5 years ago

Hi, Thanks for the code. It's very helpful!

Any advice on how to train RPN_ONLY? I guess the current code doesn't support RPN_ONLY training? Thanks.