-
hi @davidsandberg
I'm trying to train a new model with and without pre-train model
but during the training of skills poorly trains
about 100> epochs do not rise 15-20 percent accuracy on LFW
but …
-
The app works great with mobilefacenet tflite model but when i switch to facenet model and changing input size to 160 and output to 512, it crashes as soon as a face is seen
-
I had downloaded lfw dataset from the web i trained with the below commands
The following the commands i used marjorly
step 1)
python train_softmax.py --models_base_dir /home//Desktop/facenet…
-
error occur in this line
model = load_model('facenet_model/model.h5', custom_objects={'triplet_loss': triplet_loss})
can u plz tell me how can i resolve this error
-------------------------------…
-
Hello, guys! Recently I got some issues while running facenet code. After nearly ten epochs training, it will show the following mistakes. I have tried the solutions such as change decode_images(...,c…
-
Is it possible to convert MTCNN to ONNX?
-
### Is your feature request related to a problem? Please describe.
This project uses FaceNet for face recognition.
dataset used = [5 Celebrity Faces Dataset](https://www.kaggle.com/datasets/dansbeck…
-
Hi Im a newbie and I was trying the face_recognize examples. the face_recognize (without facenet) is very fast but it is unreliable even if I did have multiple photos of the person. how many photos do…
-
Hello, I try to convert the pb model to tensorflow.js model, but I encountered some problem. I follow the official tutorial to convert model over [here](https://www.tensorflow.org/js/tutorials/conver…
-
I managed to have it finish a smaller session earlier but now with 3000+ images I'm getting these errors. Looks like there are a few things not working and I'm not sure if its my build.
(tinder_ai…