mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
added Face Animator module
This commit is contained in:
parent
98a16c4700
commit
ae8a1e0ff4
51 changed files with 773 additions and 158 deletions
|
@ -49,4 +49,4 @@ class FPose(IState):
|
|||
mat[2,:] = np.cross(mat[0, :], mat[1, :])
|
||||
pitch, yaw, roll = lib_math.rotation_matrix_to_euler(mat)
|
||||
|
||||
return FPose.from_radians(pitch, yaw, roll)
|
||||
return FPose.from_radians(pitch, yaw*2, roll)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue