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

Pose estimation #8

Open
bnascimento opened this issue Jan 4, 2013 · 9 comments
Open

Pose estimation #8

bnascimento opened this issue Jan 4, 2013 · 9 comments

Comments

@bnascimento
Copy link

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

@bnascimento
Copy link
Author

i've now understand that component_ member of a candidate indicates the "yaw" given by the view point model.
How about the head position "pitch" value given eigen vectors 1 and 2?
How can i calculate those?

@vrabaud vrabaud closed this as completed in 5f91a45 Feb 2, 2013
@bnascimento
Copy link
Author

Still can't find any way to get pose estimation directly...
is there a way to get pitch, yaw, rolll from all the candidates?

@vrabaud
Copy link
Member

vrabaud commented Mar 19, 2013

Just curious: is there a paper dealing with that ?
On Mar 19, 2013 4:16 PM, "bnascimento" notifications@github.com wrote:

Still can't find any way to get pose estimation directly...
is there a way to get pitch, yaw, rolll from all the candidates?


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-15120472
.

@bnascimento
Copy link
Author

This work is based on http://www.ics.uci.edu/~xzhu/face/
whose title is "Face Detection, Pose Estimation and Landmark Localization in the Wild". Face detection and ladmark location is possible, but pose estimation is not direct.
My initial guess is that pose estimation would be possible through the candidates winner model/mixture. See videos on the project website. So far I was able to get yaw values by obtaining the winner model, but I cannot get the head position "pitch" value given eigen vectors 1 and 2 because i cannot find them...

@vrabaud
Copy link
Member

vrabaud commented Mar 22, 2013

So you need a new function in the API ? What would the new signature be ?

@bnascimento
Copy link
Author

Yeah a new function that returned the euler angles for head pose (yaw, pitch and roll) would be awesome.
Something like: EstimatedHeadPose(double & yaw, double & pitch, double & roll).
Roll angle can be given directly by the two eyes angle with an horizontal line.

@vrabaud
Copy link
Member

vrabaud commented Mar 22, 2013

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.
BTW, just realized I had closed that issue but I probably meant to close another one. Sorry, re-opening.

@vrabaud vrabaud reopened this Mar 22, 2013
@hbristow
Copy link
Contributor

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 notifications@github.com wrote:

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.
BTW, just realized I had closed that issue but I probably meant to close another one. Sorry, re-opening.


Reply to this email directly or view it on GitHub.

@bnascimento
Copy link
Author

Hi, yes I agree about this beeing a very speficic request for face detection. Maybe a more generic approach would be better.
My main interest would be to expose more information about the winning model, e.g. which mixture won / has more candidates points / the score of this candidate points, etc...
My main consern would be the eigen value 1 and 2 described in the videos on the project website which represent the head pitch angle. I cannot find them under this implementation. For yaw angle values im using the winning model...
Thank you for helping

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

3 participants