Hello, David!
I want to use facenet with tensorflow to calc embeddings in my dataset.
You wrote in README about Python/Tensorflow implementation and made commit https://github.com/davidsandberg/facenet/commit/baae1cf0264ead6cb4303d1e50632ddf903e1fc4 about batch embeds calculating.
Is it ready? Could you please share your model which you are using and tell how to use it?
Thanks,
Roman
Hi @nerevar!
Currently there is no tool you can use for this out-of-the-box, but there are several examples, like validate_on_lfw.py, that you can use to put together your own piece of code.
And you can then use the model 20161116-234200 as described on the Validate on LFW page.
Thanks for your reply, seems that is what I need :)
Most helpful comment
Thanks for your reply, seems that is what I need :)