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

what is the dimensions of 3D model? #59

Open
mansonami opened this issue Mar 20, 2018 · 1 comment
Open

what is the dimensions of 3D model? #59

mansonami opened this issue Mar 20, 2018 · 1 comment

Comments

@mansonami
Copy link

In the headpose.py file, what means 3D model points ? How to calc it?

3D model points.

model_points = np.array([
(0.0, 0.0, 0.0), # Nose tip
(0.0, -330.0, -65.0), # Chin
(-225.0, 170.0, -135.0), # Left eye left corner
(225.0, 170.0, -135.0), # Right eye right corne
(-150.0, -150.0, -125.0), # Left Mouth corner
(150.0, -150.0, -125.0) # Right mouth corner

                    ])
@wwdok
Copy link

wwdok commented Mar 22, 2022

@mansonami I am curious about how these coordinates of points come from ? Do you know that by now ?

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