[android] Save and load model in opencv 3.0.0 android
I already imported opencv 3.0.0 in android but when I tried to save using svm.save("path") it got error
Fatal signal 11 (SIGSEGV) at 0x4275bd40 (code=2), thread 27676 (nacht.opencv_as)
When I tried to load a svm model saved by opencv in python I don't know how to load that file, can someone help me? I'm a newbie in this field
https://github.com/Itseez/opencv/issu...
@berak But I want to load it from OpenCV Android, how can I do it?
JNI might be the way.
I have exactly the same problem like you @Minerva, have you found any solution to your problem?