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 ?