-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Track multiple objects #31
Comments
Hi! We did this as part of a student project! See https://github.com/evilsantabot/motld. |
This is awesome !! Thanks, i'm testing now and it actually works .. |
Hi, I'm interested in testing out your project to track multiple objects, in particular to the 'camExample'. I have faced some problems in getting the project running. Are there any pre-configurations needed to link TLD? Error 1 error C1083: Cannot open include file: 'cv.h': No such file or directory d:\fyp\visual\multiple object testout\multiple object testout\multiple object.cpp 38 1 Multiple Object Testout ...... continue the list of errors Hopefully, someone can enlighten me on this problem. All guidance are greatly appreciated Thank you. |
Hi, you need to link OpenCV and Highgui for the camExample to work. Good luck! |
Hi evilsantabot, Thank you for the reply. I don't have any experience with Ubuntu but I will try it out. Another query, based on the "README" file, the "Multi Object TLD" is executable on Windows platform, am I right to say that? Thank you. |
Hi evilsantabot, when I was testing camExample, some error occired: I am highly appreciated if some suggestions provided. |
@evilsantabot, I have been running your project on Visual Studio 2013 and using OpenCV 2.4.10. But the results are extremely slow and not at all real time. Can you please guide me on what might be going wrong. I have also enabled the /openmp flag in the project properties/ Thanks |
@freakbird make sure you are running it in Release mode (NOT Debug mode). |
Thanks I want to test it in my ubuntu kylin which is respected to run better in real time frames. |
I was wondering how difficult it would be to track multiple objects, within the same instance..
Does anybody have any hints on the best way to do this ?
The text was updated successfully, but these errors were encountered: