Issue in training classifier
Junes94 opened this issue · 6 comments
Hi, everyone.
When I pressed the 'Train' button, I faced an error. The state window says 'Computing windowdata for ~~my project name~:~~behavior name~'.
And I couldn't figure out what's wrong with my project.
Here's what MATLAB says, and I also attach the 'select features'.
Thanks for your help,
Junesu
Error using convertToRelative (line 9)
Edge vector must be monotonically
non-decreasing.
Error in ComputeMeanWindowFeatures (line
154)
modX =
convertToRelative(x,relativeParams);
Error in ComputeWindowFeatures (line
404)
curFn(x,'cache',cache,...
Error in PreLoadWindowData (line 86)
ComputeWindowFeatures(perframedata,object.windowfeaturescellparams.(perframefn){:},'t0',i0,'t1',i11);
Error in
JLabelData/PreLoadPeriLabelWindowData
(line 4034)
parfor perframei = 1:Ncpff %
TODO: Switch back to parfor
Error in JLabelData/Train (line 5231)
[success,msg] =
obj.PreLoadPeriLabelWindowData();
Error in
JLabel>pushbutton_train_Callback (line
3818)
handles.data.Train();
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in JLabel (line 37)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)JLabel('pushbutton_train_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
Sorry about that. Could you try this one?
https://drive.google.com/file/d/19G9evI6N8SZH4OmXtWFB50oQI3tnBLHv/view?usp=sharing
June
Mayank, thanks for a quick fix.
I really appreciate it.
Also, I'll add more points later. Thank you again.
June