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

Is it possible to track more than one target? #63

Open
syan1992 opened this issue Jun 29, 2016 · 1 comment
Open

Is it possible to track more than one target? #63

syan1992 opened this issue Jun 29, 2016 · 1 comment

Comments

@syan1992
Copy link

No description provided.

@choyos
Copy link

choyos commented Aug 8, 2017

Has been a while, but I have tried to do the same and I have had good results.
The point is to define one tld::TLD *tld for each target (previously, you must to get different models for each target in a learning step). You set each model by tld_i->readFromFile(model_i).
Then you have to pass the same image throw each tld, getting the rectangles (BB_i).
Finally, if you want to see this tracking in the screen, in "real-time", draw bb rectangles in the same image and display it with openCV.

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

2 participants