MATLAB:trainCascadeObjectDetector(第245行)输入参数异常太多

时间:2015-03-11 13:42:43

标签: matlab

在此代码中:

load('handFrontalClosedSession.mat');
imDir = fullfile ('/Users/aZahran/Desktop/TrainingSet');
addpath('/Users/aZahran/Desktop/TrainingSet');
negatives = fullfile ('/Users/aZahran/Desktop/negativeSet');
trainCascadeObjectDetector('stopSignDetector.xml',positiveInstances,negatives);

我更改了两个文件夹中的一些内容,TrainingSet和负集,但代码是相同的,它开始抛出此异常,我将数据缩减回原来的大小但不是相同的数据,不能从新的那些中识别旧的,但我认为它与数据无关,任何帮助都将受到赞赏

0 个答案:

没有答案