Saving or Loading model in SVM
hello I am using SVM to train my project. I am facing problem with saving the model and use (load) it again in java (android). can anyone give me suggestions please.
Asked: 2016-11-26 07:04:26 -0600
Seen: 749 times
Last updated: Nov 26 '16
which opencv version is it ?
version 2.4.9
what about the builtin methods for this ?
if you're facing any errors, - please show us !
here is my code :
here is the error :
Actually looking at the error, I am suspecting it is not able to locate the saved SVM correctly. Could you check path and make sure you use absolute locations?