You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined function 'sampleWins' for input arguments of type 'cell'.
in
B1 = bbGt( 'sampleWins', I1,...
{'bbs',bbBg,'ibbs',bbs,'dims',[sz sz],'thr',.01} );
bbGt is inside Piotr Dollar's Matlab Toolbox.
can anyone help me please?
I get the following error when I run demoImg:
Error: can't read model: number of return field is not correct
Index exceeds matrix dimensions.
Error in wordNms (line 40)
for j=1:length(words), words(j).bb(:,5)=py(j); end
Error in wordSpot (line 50)
words_svm=wordNms(words,wordSvm);
Error in demoImg (line 35)
tic; [~,words_svm]=wordSpot(I,lexS,fModel,wdClf,{},{},{'alpha',alpha}); toc
The text was updated successfully, but these errors were encountered: