knorth55 / chainer-light-head-rcnn

[This project has moved to ChainerCV] Chainer Implementation of Light Head RCNN
MIT License
18 stars 1 forks source link

Light head rcnn with other feature extractor #5

Closed aggpankaj2 closed 6 years ago

aggpankaj2 commented 6 years ago

Hi @knorth55
what changes we need to do for Light head rcnn with other feature extractor ( exception or mobilenetV2)

knorth55 commented 6 years ago

You can change extractor written here.

https://github.com/knorth55/chainer-light-head-rcnn/blob/master/light_head_rcnn/links/model/light_head_rcnn_resnet101.py#L136-L160