-
##### System information (version)
- OpenCV => : 4.1.1.26
- Operating System / Platform => Ubuntu 18.04
- Compiler => ython3.5
##### Detailed description
Hello I am having the following…
-
since the internet is too slow to download and frequently disconnected.
I could get the pretained model files some other way.
so how should I set it up locally?
Thank you!
-
Hi,
I am getting the following error whenever I try to run the first command i.e.
`python extract_embeddings.py --dataset dataset --embeddings output/embeddings.pickle --detector face_detection_mo…
-
-
Hi,
is there a way to run model evaluation during training? It seems to me that I need to stop training process and run evaluation on checkpoints in train directory to get some metrics. It would be…
-
Hi people. I have some problems with transfer learning. I use the facenet model and load the model and weights from * .h5 files.
I want to transfer learning of this model for my classifier. Then I ch…
-
-
I download the code, compile a apk, install on android8.1. It complain error "can not find as.tflite" When I open the apk.
Is there as.tflite in the code?
-
When converting the following facenet tflite model using ncc
I get the error `Layer Conv2d is not supported`.
[tfilite file]
https://github.com/kaeruko/facenet/blob/d63293406b542d139cc3f99a1694fa…
-
@orangese @22pilarskil
We're currently using a pretrained model from https://github.com/nyoki-mtl/keras-facenet. This model was trained on MS-CELEB-1M and achieved 99.4% LFW accuracy.
However,…