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 565 forks source link

How to add new backbone to faster rcnn? #217

Open xiaozhuka opened 5 years ago

xiaozhuka commented 5 years ago

I need to test new backbone of faster-rcnn, it it a NAS model. Can you tell me how do I add new backone?