#
face-pose
Here are 5 public repositories matching this topic...
A face recognition solution on mobile device.
machine-learning
deep-learning
artificial-intelligence
face
face-recognition
face-detection
mobilenet
face-generation
face-landmark
face-pose
face-attribute
face-makeup
-
Updated
Oct 16, 2019 - Python
Use Unity 3D character and Python deep learning algorithms to stream as a VTuber!
python
unity
pytorch
face-detection
dlib
vrm
unity-chan
face-landmark-detection
gaze-estimation
face-pose
vtuber
-
Updated
Mar 21, 2020 - Python
Face Pose: Estimate pose (Yaw, Roll, Pitch) of a face using two extremely simple, efficient and accurate methods.
-
Updated
Jan 20, 2020 - Python
Improve this page
Add a description, image, and links to the face-pose topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the face-pose topic, visit your repo's landing page and select "manage topics."
Could someone explain or point out the reference for me to understand the below snippet
# X-Axis pointing to right. drawn in red
x1 = size * (cos(yaw) * cos(roll)) + tdx
y1 = size * (cos(pitch) * sin(roll) + cos(roll) * sin(pitch) * sin(yaw)) + tdy