CarParking icon indicating copy to clipboard operation
CarParking copied to clipboard

The SVM should be trained first in function CvSVM

Open xiaoshulinlove opened this issue 5 years ago • 2 comments

捕获 请问这个错误应该怎么解决

xiaoshulinlove avatar May 14 '19 13:05 xiaoshulinlove

同问啊,兄弟,你解决了吗

a123lin avatar Aug 17 '19 01:08 a123lin

i just have this project deployment done on my pc and occured the problem issued. here is my solution. hope it helps! change the relative path of config files of svm and ann model to absolute path: eg: "res/model/svm.xml" -> "D:/projects/CarParking/res/model/svm.xml"

    • com/yxq/carpark/train/ANNTrain.java:201
    • com/yxq/carpark/core/CharsIdentify.java:131
    • com/yxq/carpark/core/PlateJudge.java:96

charlesplus avatar Apr 11 '20 13:04 charlesplus