Ask Your Question
5

TLD Tracker (aka Predator)

asked 2012-10-11 04:28:05 -0600

zerog80 gravatar image

updated 2012-10-11 04:29:13 -0600

Hi! :) Is an OpenCV implementation of the TLD Real Time Tracker planned for a future release? http://info.ee.surrey.ac.uk/Personal/Z.Kalal/tld.html

OpenTLD is an already written C++ implementation that could be easily integrated into OpenCV: http://www.ohloh.net/p/opentld

edit retag flag offensive close merge delete

4 answers

Sort by ยป oldest newest most voted
3

answered 2012-10-11 05:46:17 -0600

imran gravatar image

Hi,

an OpenCV C++ version already exists although its not in the OpenCV library yet. Here is the link, its a ported version by George Nebehay,

http://gnebehay.github.com/OpenTLD/

edit flag offensive delete link more

Comments

Thanks, I'll take a look at it! :)

zerog80 gravatar imagezerog80 ( 2012-10-13 10:37:40 -0600 )edit
2

answered 2015-05-26 01:32:51 -0600

beahacker gravatar image

Hi, In a demo https://github.com/Itseez/opencv_cont... of opencv Tracking algorithm, you can use several algorithms such as BOOSTING, TLD, MIL, MEDIANFLOW.
I tested it and found that BOOSTING algorithm is more robust to fast motion than other trackers. My dataset is sports dataset, so it contains many videos with fast motions. Other than that, STRUCK tracking is one of the best in current tracking benchmark https://sites.google.com/site/tracker.... The STRUCK implementation can be found on Github https://github.com/gnebehay/STRUCK or my adapted and modified version https://github.com/howtobeahacker/myS....

edit flag offensive delete link more

Comments

Ill definitly try that new algorithm. It's for openCV3.0 contrib tracking module right?

mubb gravatar imagemubb ( 2015-08-24 09:25:42 -0600 )edit

Hi Mubb, yes it is in OpenCV 3.0

beahacker gravatar imagebeahacker ( 2015-09-15 06:17:26 -0600 )edit
2

answered 2014-12-05 16:37:45 -0600

Cerin gravatar image

Although I haven't used it, a TLD implementation is included in the upcoming 3.0.0 release, which is currently in beta.

edit flag offensive delete link more

Comments

Yes, but it's very slow :(

mubb gravatar imagemubb ( 2015-10-08 03:27:22 -0600 )edit
2

answered 2014-12-08 23:01:34 -0600

Petty gravatar image

You can get it now by pulling in the contrib repository and building it. I just pulled in the tracking project and ahd it built. The TLD algorithm routinely crashed on me, and wasn't as good as all o the online videos show (don't know if it was overtuned, or the OpenCV implementation could use some polish).

I found the MILTrack algorithm in the contrib branch to be phenomenal though. Quite good.

edit flag offensive delete link more

Comments

I tested MIL, BOOSTING, MEDIANFLOW, TLD. None of them is good for sports datasets.

beahacker gravatar imagebeahacker ( 2015-05-14 00:55:06 -0600 )edit

Question Tools

4 followers

Stats

Asked: 2012-10-11 04:28:05 -0600

Seen: 10,728 times

Last updated: May 26 '15