-
For my use case (a live-cam-analysis-setting) I have a face detection model already, but still need a good face-recognition model and I'm using DeepFace.find():
`DeepFace.find(face_image, db_path = "…
-
While this may be slightly unrelated, I couldn't find out why the deepface models are returning different result for same code:
```
from deepface import DeepFace
from sklearn.datasets import fetc…
AnkS4 updated
2 years ago
-
root@felipe:~/masseyhacksvii# python3 run_app.py
this is log
2022-05-30 19:02:32.004472: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'li…
-
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.
-
You mention that DeepID got 97.05 accuracy scores on LFW data set. I believe you got the value from [here](https://github.com/Ruoyiran/DeepID), but the model on this website is trained and tested usi…
-
Hi, serengil. I use your code to test your model on the LFW. But the accuracy is not what you mentioned in your readme.md. Facenet and ArcFace got excellent performance, but the others got very low …
-
Hello,
Thanks for the efforts that have been made in this project.
I try to use Deepface for face recognition project and I always got a high distance value (0.50, 0.40, 0.90, etc...). Either wa…
-
Describe the bug
I ran the following code on my iPad using the Pyto app and got a distributionnotfound error.
When I run the same code on a mac, I can confirm that it works fine.
deepface and gdown…
-
Hello,
Thank you for the project. I notice that license type of deepid repo is not mentioned. Please add a license file to the repo.
-
hi,
We are using natron to check the exr output from our renderFarm.
In the last tests were we using the v1.0-beta.19 and had display problems, but now on v1.0-beta.25 Natron won't read anymore exrI…