Loading a saved .xml file in android
I've saved the model, mean and W in .xml in PC and load these files in my app how to load these file? W vector is 65536*5 size
///////////////////////// this is code to load Mat data from android
the code is too slow....... so my app is stop
what kind of model ? where did you save it ?
@berak svm model and save in my app i had sovled this problem but it's too slow so my app freezing
ok. i see. yes, that looks slow ;)
doing anything with pixels in the java api is a plain PITA.
what if you svm.load() the xml instead ?
@berak before create svm model i have to use pca so load mean vector and w vector xml files save these Mat var