How do I load an OpenCV generated xml file in python?
I have xml file containing the feature vectors in the matrix type. I want to pars and extract the xml data to the matrix in python. Would you please help me ? Thanks
unfortunately, there is no official way for this.
can you post the 1st few lines ? maybe you can just crack it with BeautifulSoup or such.