Get Support Vectors from SVM XML file

asked 2016-05-19 10:49:03 -0600

Taseer gravatar image

I am using Python to train a SVM on features extracted using the HoG.

I have extracted all the HoG features, trained the SVM and saved the results in an XML file.

Now I need to get the Support Vectors, but I am not able to do so.

How do I parse the XML to get the desired Support Vectors ?

edit retag flag offensive close merge delete