Peppa_Pig_Face_Landmark icon indicating copy to clipboard operation
Peppa_Pig_Face_Landmark copied to clipboard

A simple face detect and alignment method, which is easy and stable.

Results 21 Peppa_Pig_Face_Landmark issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.3.18 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

我在使用的时候,发现这几张照片都检测不到关键点。歪着头的图片,检测效果会比较差吗? ![ang_4](https://user-images.githubusercontent.com/51833760/99942757-264a6780-2dab-11eb-93e4-5e7c0a30f484.jpg) ![ang_12](https://user-images.githubusercontent.com/51833760/99942761-277b9480-2dab-11eb-96b7-31179805fd6c.jpg) ![ang_13](https://user-images.githubusercontent.com/51833760/99942762-28142b00-2dab-11eb-8c92-a67b66ef7381.jpg) ![ang_14](https://user-images.githubusercontent.com/51833760/99942767-28acc180-2dab-11eb-9c18-55298b8d2e30.jpg)

你好,作者。 我想请教下, 你试过在TensorRT中使用人脸特征点模型吗 ?

在lib/core/LK/lk.py中, line86: `result.append(self.filter(now_landmarks[i], previous_landmarks[i]))` 使用OneEuroFilter 来smooth; line144 : `self.dx_prev = dx_hat` 使用68个关键点中的上一个点的dx_prev,而不这个点对应上一帧的dx_prev。 这么写没问题么?虽然smooth对结果影响不是很大。

when I wear eyeglasses, the result is not good. How to improve?

Nice job. I download the project, and test it with a video, but the landmarks is untstable like demo.

the launching time is so long(after 1 minute) or I am doing something wrong