-
Please make sure that this is a feature request.
**System information** (Please provide as much relevant information as possible)
- MediaPipe Solution (you are using): Face mesh
- Programming l…
-
System: FreeBSD system 13.2-RELEASE-p8 FreeBSD 13.2-RELEASE-p8 GENERIC amd64
Issue: Unable to compile PDlib due to 'ld: error: unable to find library -lstdc++' and 'Error code 1'
Expected behaviour:…
-
Hey!
I have been trying to optimize the inference pipeline using batch inference. But everything used in the pipeline is written considering one image at a time. I was successful in creating batches …
-
Face landmark detection is the task of mapping a person's face for better computing and processing by software and machines. These landmarks provide a detailed geometric map of the face, enabling vari…
-
![fb822c47dc2a518dfac7684606cfccc](https://github.com/user-attachments/assets/b0c569ff-9101-4924-9b2d-2d7e0ec03d20)
我在vue项目中引入引用git项目的JavaScript文件,运行的时候包途中的错误,初步检测时face_mesh.js里面引入的face_mesh_soluti…
-
Traceback (most recent call last):
File "generate_mesh_dataset.py", line 327, in
process(ds_afw)
File "generate_mesh_dataset.py", line 78, in process
md = MeshDetector("assets/face_la…
-
* face_recognition version:1.2.3
* Python version:2.7.17/3.7.7
* Operating System: Ubuntu 18.04 with CUDA 10.2
This repo helps users to easily work with face recognition for testing without havin…
-
* face_recognition version:1.2.3
* Python version:3.7.3
* Operating System: Win10
### Description
when I ran to get face_locations with mode='hog', no problem.
When i ran to get face_encodings…
-
- [x] Face detection
- [x] Get the face [landmarks](http://auduno.github.com/clmtrackr/media/facemodel_numbering_new.png)
- [x] Transform/rotate/stretch face to landmarks
- [x] Save images in perso…
-
When I try to run recognition I getting this:
File "faceswap/lib/FaceFilter.py", line 9, in __init__
self.encoding = face_recognition.face_encodings(image)[0] # Note: we take only first face…