jwyang / faster-rcnn.pytorch

A faster pytorch implementation of faster r-cnn
MIT License
7.63k stars 2.34k forks source link

Fine tuning on faster-rcnn #164

Open artuncF opened 6 years ago

artuncF commented 6 years ago

I trained the network from scratch with a dataset. I want to perform finetuning with different number of classes. Do you have any suggestions? @jwyang

mxbi commented 5 years ago

+1 I am also looking to do this

kshitijagrwl commented 5 years ago

@artuncF @mxbi did you guys find any solution?