20210513:人脸识别-face3d: Python tools for processing 3D face

Github地址:https://github.com/YadiraF/face3d

示例:

3dmmpython 2_3dmm.py

left: random example generated by 3dmm

right: fitting face with 3dmm using 68 key points

20210513:人脸识别-face3d: Python tools for processing 3D face_第1张图片20210513:人脸识别-face3d: Python tools for processing 3D face_第2张图片

transform. python 3_transform.py
left:

fix camera position & use orthographic projection. (often used in reconstruction)

then transform face object: scale, change pitch angle, change yaw angle, change roll angle

right:

fix obj position & use perspective projection(fovy=30). (simulating real views)

then move camera position and rotate camera: from far to near, down & up, left & right, ro

你可能感兴趣的:(人脸识别相关)