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

Installation and OpenCV 3.3 #57

Open
AnantShinde opened this issue Oct 2, 2017 · 0 comments
Open

Installation and OpenCV 3.3 #57

AnantShinde opened this issue Oct 2, 2017 · 0 comments

Comments

@AnantShinde
Copy link

Hi,
I am trying to use TLD for the first time. I changed the path in compile.m file
based on the instruction on page https://github.com/zk00006/OpenTLD/wiki/Installation
In Original TLD opencv2.2 was used I modified my libpath to include files 'libopencv*so.3.3'
The compile file ran without any errors.

However, I try to run run_TLD.m I get the following error.
Invalid MEX-file '/home/ITS/abshinde/Downloads/OpenTLD-master/mex/lk.mexa64': libopencv_calib3d.so.3.3: cannot open shared object file: No such file or
directory.
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 tried searching on forums but could not get relevant info. Can you point me in right direction

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