-
I retrained the SpherefaceNet-20 from scratch but the performance on LFW cannt reach 99.30%.
Evaluation log is as below:
```
fold ACC
----------------
1 98.83%
2 98.83%
3 98.50%
4 99.17%
5 99…
-
### Description
Dear DeepFace Team,
I hope this message finds you well. I would like to kindly request documentation on the specific models and weights used in DeepFace for face recognition. Cou…
-
hi,
seems so great,but how to begin for a newer ?
any advice or suggestion will be appreciated.
Thx
-
I have used MTCNN to extract faces on a news video. I want to identify the face of Donald Trump. My images: https://www.dropbox.com/s/k137md6qyvu2kbf/images.zip?dl=0.
My approach:
1) Detect faces …
-
Hi, I have a question regarding the feature extraction, as I cannot reproduce the results with my own preprocessed files. Given IJB-B-512, your checkpoint for CASIA, and pytorch implementation of [Arc…
saedr updated
3 years ago
-
Hi, Thanks for the code. I am training the model using a small subset of the CASIA-WebFace dataset that was originally used for Facenet. However, the training loss after 100 epochs only comes down to …
-
Hi, when I train facene ,some errors occur:
`(tf17) wc@ubuntu:~/FaceNet/facenet$ python src/train_tripletloss.py --logs_base_dir ~/logs/facenet/ --models_base_dir ~/models/facenet/ --data_dir /home…
-
I run the LFW database and the best threshold for accuracy is 1.24, and the accuracy is 99.2%
But when I run my own Asian people database, the best threshold is 0.76, and the accuracy is 94.2%
I am …
-
Thank you for sharing your codes. But I happen to have an error: No such file or directory: '../data/OULU/P008/Surprise/028.jpeg'
Would you please tell me where can I get the test dataset ? Thank you…
-
This is a follow up to this [thread](https://github.com/davidsandberg/facenet/issues/591)
I'm not talking about custom classifier from @davidsandberg (i.e. training classifier on known classes).. …