I want to do logo detection. So I just want to fine tune the model provided http://xdever.engineerjs.com/rfcn-tensorflow-export.tar.bz2. In the main.py, I can set the parameter trainFrom to train from a layer; but how can I train the layers based on the model I have?
I want to do logo detection. So I just want to fine tune the model provided http://xdever.engineerjs.com/rfcn-tensorflow-export.tar.bz2. In the main.py, I can set the parameter trainFrom to train from a layer; but how can I train the layers based on the model I have?