-
Hi,
After I download the pre-trained model "20161030-023650", I want to restore the model by load_model() in "facenet.py". Unfortunately, a KeyError occurs:
-------------------
In [15]: facenet.…
-
Hi,
I modified the facenet_train.py file to load the pretrained model that you provide but it seems to me there is some problem with the file, since whenever I try to load it using,
> ckpt = tf.tr…
-
I tried using the model as shared on the readme via google drive link, but encountered an error when verify the model with lfw dataset.
```
tensorflow.python.framework.errors.NotFoundError: Tensor na…
lilac updated
8 years ago
-
I As you mentioned in README files, I use “Facescrub” database. Unfortunately, when I ran your code the tripERR was swinging between different values (0.61, 0.48, 0.39, 0.44, 0.72, ....).
I changed so…
-
@bamos
I recently read the semi-hard negative code. I am not sure, but I think it may not work as assumed.
I am talking about that fragment from traininig/train.lua
if posDist < negDist and negDist…