-
Hi! Thank you for the great repo!
I have a question. Сan I somehow calculate a vector that corresponds to the direction of the head?
-
The face fidelity is good compared to other methods,but seems like the generated head pose is always same as reference face ?
Is there any way to change the head pose? I've tried using prompts, b…
-
Thanks for sharing your incredible work with us. Your algorithm runs at ~3 frames/sec on GPU. So,
I am asking about getting the headpose prediction only using network architecture, is it possible? a…
-
Hi.
I have a question about the output of head pose estimation.
The head posture output is "Euler angles [yaw, pitch, roll] and translation [y, x, z]". What does this translation [y, x, z] mean?
-
Hi, how can I predict head pose (roll, yaw, pitch) from landmarks predicted by `2d106det.onnx` ?
I see in the [code](https://github.com/deepinsight/insightface/blob/master/python-package/insightfac…
-
After followed the instructions in README and sucessfully run the main_chat.py, I can't get any SMPL parameters or images.
The results are listed below:
> (chatpose) zbw@node01:~/PoseGPT$ python m…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
### OS Platform and Distribution
iOS 17.5.1
### Mobile device if the issue happens on …
-
Hello
How I can determine the head pose angle using the landmarks obtained from
`face_recognition.face_landmarks(image)`?
-
Hello,
is there some easy way to perform head pose estimation within this framework?
I know about facial landmarks and how to extract them:
```
import face_recognition_models
import dlib
pre…
-
## 1. 什么是物体姿态和PNP问题
在计算机视觉中,物体的姿势指的是其相对于相机的相对取向和位置,一般用旋转矩阵、旋转向量、四元数或欧拉角表示(这四个量也可以互相转换)。一般而言,欧拉角可读性更好一些,也可以可视化(见下图,分别对应欧拉角的三个角度),所以常用欧拉角表示。欧拉角包含3个角度:pitch、yaw、roll,这三个角度也称为姿态角。
> ## 姿态角/欧拉角动图注解…