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 in esvm_detect>esvm_detectdriverBLOCK (line 266) #72

Open
EkEhsaas opened this issue Sep 19, 2017 · 0 comments
Open

Error in esvm_detect>esvm_detectdriverBLOCK (line 266) #72

EkEhsaas opened this issue Sep 19, 2017 · 0 comments

Comments

@EkEhsaas
Copy link

EkEhsaas commented Sep 19, 2017

After compiling, I am unable to successfully run the demo. Here is what I have:

>> esvm_compile
All functions already compiled
>> esvm_demo_apply
Found voc2007-bus.mat, not downloading

save_files =

     0

 --image 00001/00001:error: curid could not be filed correctlySubscripted assignment dimension mismatch.

Error in esvm_detect>esvm_detectdriverBLOCK (line 266)
  t(1:models{i}.model.hg_size(1),1:models{i}.model.hg_size(2),:) = ...

Error in esvm_detect>esvm_detectdriver (line 92)
  [resstruct,t] = esvm_detectdriverBLOCK(I, models, ...

Error in esvm_detect (line 55)
[rs1, t1] = esvm_detectdriver(I, models, params);

Error in esvm_detect_imageset (line 140)
    rs = esvm_detect(I, models, params);

Error in esvm_apply_and_show_exemplars (line 48)
  local_detections = esvm_detect_imageset(imageset(i), models, ...

Error in esvm_demo_apply (line 34)
esvm_apply_and_show_exemplars(I1, models, M, params);
 
>> 

I have also seen this step by step tutorial. The same error is received after running this line esvm_apply_and_show_exemplars(I1, models, M, params); from that tutorial.

How to resolve this 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

1 participant