mitmul / chainer-faster-rcnn

Object Detection with Faster R-CNN in Chainer
MIT License
288 stars 87 forks source link

Fine Tuning #7

Closed mzahran001 closed 7 years ago

mzahran001 commented 8 years ago

How to fine tune your model? I don't have sufficient data to retrain your model from scratch. I want to fine tune your model on my data which has only two classes ?

mitmul commented 7 years ago

@moh3th1 Hi, thank you for trying this chainer-faster-rcnn codes. We've released the new clean & simple & reliable (it surely reproduced the paper result) version of Faster R-CNN inference & training codes as ChainerCV: https://github.com/pfnet/chainercv . Please check the ChainerCV repo!