-
Hello,
I have recently find this library: https://blog.tensorflow.org/2020/11/iris-landmark-tracking-in-browser-with-MediaPipe-and-TensorFlowJS.html
and my concern is to use its updated version, …
-
Hi @davidsandberg ,
I'm studying the Machine Learning on Face Recognition recently and I found that your project is a great start so I'm reading all the python codes recently.
However, I found …
-
Dear Prof. Baltrusaitis,
The 3D landmarks (corrected by the head rotation) of a given frontal face is always unsymmetry, as in the Figure 1 below. I suspect that it may be due to the view angle, so I…
-
你好,add_mask如果一张图有两个脸的话,无法同时给两个脸加上口罩,在遍历face_lms时会把前一次加的口罩去除掉,有什么好的建议修改加载一图多脸的情况吗? 谢谢
-
// The format of mat should be BGR or Gray
// If converting 4 channels to 3 channls because the format could be BGRA or
// ARGB
virtual inline int det(const cv::Mat& image) {
if (image…
-
https://github.com/IDEA-Research/X-Pose/blob/master/util/config.py
```
model_config_path C:\tut\LivePortrait\src\config\../utils/dependencies/XPose/config_model/UniPose_SwinT.py
model_checkpoint…
-
did you have the landmark tools which get landmark from a new photo
-
I had tried to set the camera orientation to Landscape or Portrait but the below code (in DlibWrapper.mm) still return width = 640 and height = 480 (with preset is AVCaptureSessionPreset640x480).
`siz…
-
-
Thank for your great work!
But when I run the inference_single.py using my own video, the code cannot work. It show:
`Traceback (most recent call last):
File "inference_single.py", line 509, in…