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

Question about Faster-RCNN model #213

Open zhouhuan2005 opened 5 years ago

zhouhuan2005 commented 5 years ago

Quick Question about the Faster-RCNN model. In your code, regarding the Faster-RCNN model, how does the pre-trained model original come from? Did you train it within these code or convert it from Caffe2/Detectron pre-trained Faster-RCNN model? if you used the second approache, please kindly let me know how to do it. That's would be helpful to us. Thanks.