-
大神您好。aligned_lfw.zip 中矫正好的图片您是用什么方法得到的呢?
我在重现ydwen的实验时,我用自己矫正的lfw数据集做测试,accuracy只有0.981,而用您矫正的LFW做测试时accuracy有0.988。
我使用的是mtcnn做的人脸检测和关键点检测。
-
Hello,
I’m using the lfw, cfp_fp, agedb_30, calfw and cplfw validation datasets, and I would like to know the exact code used for cropping and aligning the images in these datasets as provided by…
-
C:\Users\daniy\Projects\Intelligent-Face-Recognition-Attendance-System>python app.py
2024-10-22 23:51:02.673761: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic…
-
How can i use this landmark result?
-
When running `align_face.py` I got: `AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'`
From the following [stackoverflow post](https://stackoverflow.com/questions/76616042/attributee…
-
### Feature description
https://github.com/ohayonguy/PMRF
PMRF is a very promising new face restoration model/method; quick testing shows it to be quite competitive with GPEN (which is my current …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
What is missing (and is available in most CAD software) is to align the camera view …
-
Affected Branch: main Affected Build: 34920.214 Affected Product Language: All languages Repro Steps: 1. Set the language of VS and OS to Chinese. 2. Launch VS. 3. Create a new…
-
In this repo, there are two implementations of face_align.py
https://github.com/deepinsight/insightface/blob/master/python-package/insightface/utils/face_align.py
https://github.com/deepinsigh…
-
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 …