zk00006 / OpenTLD

OpenTLD is an open source library for real-time 2D tracking of a single object in video. This repository is no longer under development. For latest version see: http://www.tldvision.com/tld2.html
GNU General Public License v3.0
2.1k stars 1.27k forks source link

Installation and OpenCV 3.3 #57

Open AnantShinde opened 7 years ago

AnantShinde commented 7 years ago

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