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

run Demo.m Error---dimension doesn't agree #8

Open
JohnKeating24 opened this issue Dec 4, 2017 · 1 comment
Open

run Demo.m Error---dimension doesn't agree #8

JohnKeating24 opened this issue Dec 4, 2017 · 1 comment

Comments

@JohnKeating24
Copy link

`Error using *
Inner matrix dimensions must agree.

Error in CREST_tracking (line 96)
feat_=feat_*coeff;

Error in Demo (line 32)
result=CREST_tracking(opts,varargin,config,display);

Error in run (line 86)
evalin('caller', [script ';']);`

Hello, here is the problem, feat_: 1369 x 512 single, and coeff: 1369 x 64 double, can you help me solve it?

@Tomingz
Copy link

Tomingz commented Oct 14, 2018

do you solve the problem?

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

2 participants