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

Index exceeds matrix dimensions. #43

Open
gargisri68 opened this issue Jan 9, 2019 · 0 comments
Open

Index exceeds matrix dimensions. #43

gargisri68 opened this issue Jan 9, 2019 · 0 comments

Comments

@gargisri68
Copy link

While executing C:...\Objectness Code\object-proposals-master\endres\proposals\generate_proposals.m, I'm getting the following error:

Index exceeds matrix dimensions.

Error in MR8fast (line 44)
n2 = MR8filterNorm(n);

Error in MRS4fast (line 3)
[featvec] = MR8fast(im);

Error in getTextonImage (line 6)
feat = single(MRS4fast(imfilter(im, fspecial('gaussian', 3, 1))));

Error in processIm2ColorTexture (line 10)
textonim = uint16(getTextonImage(im, textonNodes));

Error in generate_proposals (line 63)
[image_data.textonim, image_data.colorim] = processIm2ColorTexture(im, col, tex);

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

1 participant