Ahmad Jawabreh

Results 4 comments of Ahmad Jawabreh

The accuracy of the face recognition system in your case depends on the quality of the training data, rather than the quantity. It is possible to have 100,000 samples for...

if you mean you want to make prediction on a single image using your trained model, check the pipeline in this repo, and check the test.py file and train.py file...

explain the error you got and how rather than pasting the error code so we can help, no one gonna read the error message you gave

Yes, it can be run in a Docker container. There are several Docker images available that provide a pre-configured environment for running FaceNet, such as this one: https://hub.docker.com/r/jfloff/keras-notebook/. To run...