-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
how to slove this problem ?? need help from rayryeng #24
Comments
me too, wait best answer. |
now i meet a problem that the code(run_TLD.m) cannot run
i can find a file in mex floder which is resulted after compile.m |
Hi, I just solved this issue for a colleague of mine. The solution was to ensure that c:\OpenCV2.2\bin (or equivalent) is in your system PATH variable. If that does not work - or you are unsure how to do this - copy all of the .dll files from c:\OpenCV2.2\bin to the root OpenTLD folder. You can test this by typing 'lk(0)' at the MATLAB command line and it should return silently. Hope this helps. |
thankyou
|
Hi I need some help I got to this point where However running run_TDL.m I got the following error Index exceeds matrix dimensions. Error in tldInitFirstFrame (line 21) Error in tldExample (line 30) Error in run_TLD (line 42) did all the steps of the installation: Win7 x64 include = ' -IC:\opencv\build\include\opencv\ -IC:\opencv\build\include'; added the path C:\opencv\build\x64\vc10\bin run compile.m |
hi, when run the code with Kalal's in matlab the step compile task has successfully finished,but happen a wrong in runing run_TLD see following:
??? Invalid MEX-file
'D:\TLD_Kalal\zk00006-OpenTLD-8a6934d\zk00006-OpenTLD-8a6934d\mex\lk.mexw32': 找不到指定的模块。
Error in ==> tldInit at 20
lk(0);
Error in ==> tldExample at 34
tld = tldInit(opt,[]); % train initial detector and initialize the 'tld' structure
Error in ==> run_TLD at 42
[bb,conf] = tldExample(opt);
i donnot kown why and how to solve it . in the mex folder there is a file lk.mexw32 which comes after taking compile task, so i donot the real reason of the problem!!!
The text was updated successfully, but these errors were encountered: