Ask Your Question

elmichgrande's profile - activity

2016-02-23 00:31:54 -0600 asked a question Loading a pre-trained KNN classifier - python

I know there is a save command for the KNN classifier, that outputs the model in XML.

Is there any corresponding load command to load that model back into python

I am using cv2 3.0.0 and Python 2.7