keras-facenet
keras-facenet copied to clipboard
Facenet implementation by Keras2
Why did you manually add the inceptionnetv2 instead of importing it from the tensorflow API?
I need a baseline thanks.
Unable to load the pre-trained model shared using Google Drive. Got the following error. ValueError: bad marshal data (unknown type code)
Could you please let me know the license type of this repository
Hi, I'm getting the following error when I run the 9th cell, I tried changing image_dirpath and rechecking for loops, but none of them worked: FileNotFoundError Traceback (most recent call...
I would like to re-train the model on custom data-set. How can we achieve that?
I am using Histogram equalisation for sharpening the image, which works well for me. I would like to change the input layer size from 160*160*3 to 160*160*1. Is their any...
Hi folks, I added a predict_proba function to the **clf** SVC object to estimate the probability of prediction and it goes something like this: ` pred = le.inverse_transform(clf.predict(embs)) pred1 =...
Getting the following error while loading the model (on tensorflow-gpu (1.13.1)) Any guess? model_path = '../model/keras/model/facenet_keras.h5' model = load_model(model_path) --- WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/python/framework/op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be...