-
```
# pull the syncBN repo
%cd photo_restoration/Face_Enhancement/models/networks
!git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch
!cp -rf Synchronized-BatchNorm-PyTorch/sync_b…
-
I tried another face detection method which returns bounding boxes values of float type. Then I convert them with int() and feed them to face_recognition.face_encodings() (which I assign as get_face_e…
-
Hi,
After installation (which was quite tricky but somehow I finally did it), when running run.py (with --GPU -1 as i don't have nvidia card) I'm getting the following error:
Running Stage 1: Ov…
-
* face_recognition version: 1.2.3
* Python version: 3.6
* Operating System: ubuntu 18.04
### Description
Running with flask, i have GPU, dlib installed on GPU :
dlib.DLIB_USE_CUDA
the respon…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
### OS Platform and Distribution
Ubuntu 22.04, arm64, Jetpack 6.0, CUDA 12.2
### Progr…
-
Hi,
Thank you for your interesting work. I have tried to extract embedding with Pretrained Model, you mention that the face images should be well cropped here. Could you pls explain about it ? How …
-
As we all know, the original LFW and CASIA-WebFace datasets have a dimension of 250*250.
Before carrying out the face recognition task, we should always perform face alignment on the original LFW …
-
## Context
I am using Python 2.7 with virtualenv with below requirements.txt.
```
dlib
flask
opencv-python
zappa
```
so the installation commands are something like below:
```
virtua…
-
Dr. Liu, I tried to run your facepad-test.py script, but an `OSError: .\videos\vid.txt not found.` occurred. I looked into it, it seems that in the `evaluate_video` function, you first need to load b…
-
# I am building a simple face detection asp.net core webapi on windows 10 machine. Everything is OK when the solution is set to x64 and run after getting the library from the NuGet site. .
However w…