Still trying to get face tracking and Tracking working. I have point tracking working fine. I have tried to do this before and was told to put the haarcascade files somewhere. Can someone help me to get them to the right place, please. When I attempt face tracking the opencv shows the "haarcascade frontal" but it doesn't work. Sometimes the whole program shuts down.
The screen shot shows my file
The screen shot shows my file i have everything in - what do I move where?
Go in the libraries folder,
Go in the libraries folder, mrlmainfolder/libraries/zip and unzip the haarcascade zipped folders into the main mrl folder (the One in the screenshoot)
I'll try that and let you
I'll try that and let you know how it works, Thanks
unzipped the files and put
unzipped the files and put them in .myrobotlab file. Still does not work. Sent a no worky
if you search for the word
if you search for the word Traceback and find it in the log - it's usually a Python problem
This is what I found :
Ok, so the complaint is "pyramidDown" is not a method of Tracking ...
but on this line you are using it like one.
If you ever wonder what methods a Service has - you can use the techniques listed in this post to help you.
http://myrobotlab.org/content/what-methods-can-i-use
What you "might" want is to use the addFilter(String) method
Here is it listed in the gui
What you probably want is :
Ehi bob..you have to unzip
Ehi bob..you have to unzip them in the main folder...not in the .myrobotlab folder..
Let US know
I've got the face tracking
I've got the face tracking working now. Now I will work on getting it to move smoother - pretty jerky now - but hey it's working. Thanks for the help!