learnopencv icon indicating copy to clipboard operation
learnopencv copied to clipboard

what is the dimensions of 3D model?

Open mansonami opened this issue 7 years ago • 1 comments
trafficstars

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

                    ])

mansonami avatar Mar 20 '18 11:03 mansonami

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

wwdok avatar Mar 22 '22 08:03 wwdok