-
Notifications
You must be signed in to change notification settings - Fork 119
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
Pose estimation #8
Comments
i've now understand that component_ member of a candidate indicates the "yaw" given by the view point model. |
Still can't find any way to get pose estimation directly... |
Just curious: is there a paper dealing with that ?
|
This work is based on http://www.ics.uci.edu/~xzhu/face/ |
So you need a new function in the API ? What would the new signature be ? |
Yeah a new function that returned the euler angles for head pose (yaw, pitch and roll) would be awesome. |
This is very specific to faces. @hbristow is busy these days but as far as I remember the code is very generic compared to your implementation. I was more thinking of an API function that would expose some more info (like eigen values or something) and on which you could build your work. |
This is indeed a very specific request for what was intended to be a general recognition architecture. I agree that some form of pose estimation would be good, and while I think it would be best if you write the few lines of code to extract pose specific to faces, I can certainly help out by providing a more verbose output from the winning candidate. What kind of information are you interested in? H On 23/03/2013, at 5:19 AM, Vincent Rabaud [email protected] wrote:
|
Hi, yes I agree about this beeing a very speficic request for face detection. Maybe a more generic approach would be better. |
How can i obtain the pose estimation for a given face?
I understand that has to be with the best mixture, maybe?
Would aprecciate a little help, ty
The text was updated successfully, but these errors were encountered: