-
Using butterfly module for interference. A custom dataset trained with 292 landmark points.
> input node: butterfly/image_tensor
> output_node: butterfly/layer6/final_dense
> image = cv2.…
-
We trained a model on LFPW dataset with 68 landmark points. We used 1300 images for training and provided the bounding box according to the viola jones face detector as given in opencv. It took about …
-
Can anyone help me solve this problem
*** Error running postprocess_image: G:\novelai-webui-aki-v2\extensions\sd-webui-roop\scripts\faceswap.py
Traceback (most recent call last):
File "G:…
-
i have see your work, it is beautiful !
i have do all works before training, and i have see the HRNet lib for face landmark, it seem to have different size in input and output for images at current w…
-
我发现你基于Face-Detector-1MB-with-landmark 的改进版本准确率有所提高,
想了解你做了哪些地方的优化呢?谢谢!
-
INFO:root:output shape {'blockgrad0_output': (8, 800),
'blockgrad1_output': (8, 8, 400),
'blockgrad2_output': (8, 20, 400),
'blockgrad3_output': (8, 3200),
'blockgrad4_output': (8, 8, 1600),
…
-
The landmarks seem to be drawn too far apart, they do not fit the face in the video properly. It was already noticed but not fixed in the YouTube tutorial. Any suggestions how to adjust the size prope…
-
New version model: https://storage.googleapis.com/mediapipe-assets/face_landmark.tflite
tflite2onnx face_landmark.tflite face_landmark.onnx
Error prompt:
Data type float16 not supported/tested yet,…
-
Hi author,
I encountered some unsupported when converting [face_landmark_with_attention.tflite](https://github.com/google/mediapipe/blob/master/mediapipe/modules/face_landmark/face_landmark_with_atte…
-
Hi Tadas,
For my application I need to fit a 3D object to the head and for that I need to compute the center of the head (not the center of the face). To do so, I thought of using the 3D landmarks…