roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add new backbone to faster rcnn?

xiaozhuka opened this issue · comments

commented

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