Home > Back-end >  Pedestrian detection training classifier and encounter a bug
Pedestrian detection training classifier and encounter a bug

Time:09-19

Project need to use support vector machine (SVM) to extract feature vector for classification, the use of Opencv CvSVM encountered:
OpenCV Error: Bad argument (train data must be floating - point matrix) in cvCheckTrainData, file.. \.. \.. \ SRC \ opencv/modules/ml \ SRC \ inner_functions CPP, line 857
The Exception in the thread "main" CvException
  • Related