Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: can't read model: number of return field is not correct #5

Open
harishkrishnav opened this issue Jun 3, 2015 · 3 comments
Open

Comments

@harishkrishnav
Copy link

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

@MarouaTounsi
Copy link

I get the same error.

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=wordNms(words,wordSvm);

Error in demoSvt (line 47)
tic; words=wordSpot(I,lexS,fModel,wordSvm); toc

Can anyone help me please. Thanks in advance.

@guddulrk
Copy link

guddulrk commented Apr 9, 2017

I am getting following erro:

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?

@guddulrk
Copy link

guddulrk commented Apr 9, 2017

I am getting following error:

ERROR: IMG ID=I00797: BBs=famly, WORD=family

where is Image 00797?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants