You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: