How do I load an OpenCV generated xml file in python?

asked 2016-01-31 17:20:32 -0600

rsl gravatar image

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

edit retag flag offensive close merge delete

Comments

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.

berak gravatar imageberak ( 2016-02-01 01:23:58 -0600 )edit