-
-
Hi @tamerthamoqa,
Thanks a lot for such a fantastic repo which we could use for our work.
I was recently working on building a Face verification system using Siamese network. I was using results o…
-
I trained a face tracking model with HRnet18, and the tracking performance was good (it could be tracked back within 1S after being lost)But not fast enough in the 2070S(about 30fps)。could you give me…
-
### 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…
-
I was trying to train a mobilenet model using arcloss on casia dataset and I am unable to exceed lfw acc more than ~0.9763.
I wanna know is this the best accuracy I can get using this dataset(casi…
-
Hello, when I was trying to train the model with your example, I found predicting edges came to be zeros. (No edge is predicted to be true) Have you ever met this situation?
This status usually occ…
-
Hi, thanks for open source. I am very interested in your paper. I have some questions. When you use the WebFace dataset to train the Inception-ResNet network, how are the training set and test set div…
-
I reproduce your experience training with CASIA-WebFace and evaluate with LFW using SpherefaceNet-20 twice, but I get the accuracy 98.98% and 99.03% which don't match your achivement 99.30%. The prepr…
-
hi! i'm trying to build own facial recognition system with facenet as feature extractor.when I try to run the output on the jetson tx2, I get very large time delays. i tried to use your project to bui…
-
Hi, I have some questions about the training parameters in train_softmax.py script and I hope someone could answer and help me.
For batch size we have default = 90 and number of batches per epoch i…