-
For the same pair of images that passed the test when using ArcFace, VGG-Face, Dlib, Facenet, OpenFace, DeepFace fails when using DeepID.
obj = DeepFace.verify(img1_path, img2_path, model_name = 'D…
-
Installing this one python3.8 and I get the following error when I call `analyze`.
```
Traceback (most recent call last):
File "index.py", line 5, in
from function import handler
File …
-
I was trying to use the terminal tool and got this error:
`ModuleNotFoundError: No module named 'tensorflow.python.trackable`
Python version: 2.7.18
OS: Ubuntu 20.04
```
deepface analyze -img_pat…
-
Hello, I have a usecase where I have to recognize people from a livestream and I found your library and want to test it.
I already have a good face-detection AI, so I'm only interested in the recogn…
-
Hi, In **deepface**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
numpy>=1.14.0
pandas>=0.23.…
-
I had a look at the code, but there seems to be no function to download the weights of all the networks. I made one. In case there is a need, I can share it.
-
Hello,
I am trying to run deepface for image stream from a webcam.
I am running ubuntu 18.04 on a laptop with nvidia rtx2060 and I installed CUDA 11.4 CUDNN 8.2.2
Below is output from nvcc --vers…
-
my python version is 3.5.2
cuda version is 8.0
and cudnn version is 6.14
but when I import tensorflow , I have get the follow error message, how I can solve it!
```
C:\Users\SXY004>python3
…
-
Hi, I try to check the accuracy of a few recognition models by using the test data provided [here ](https://github.com/serengil/deepface/tree/master/tests/dataset) and testing code in this [notebook](…
khtee updated
3 years ago
-
Hi @serengil ! Thanks a lot for nice implementation.
I would ask you for an enhancement. Please, make possible to omit the face detection phase. In case if I have already cropped and aligned ROI of …