Facenet: Use pre-trained model with tensorflow

Created on 11 Jan 2017  路  2Comments  路  Source: davidsandberg/facenet

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

Most helpful comment

Thanks for your reply, seems that is what I need :)

All 2 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings