Skip to content
Anshu Agarwal edited this page Jun 19, 2018 · 1 revision

T-sne visualization of face embeddings


We will see how can we extract face embeddings from images using dlib and visualize the same.

screen shot 2018-06-19 at 11 11 42 am screen shot 2018-06-19 at 12 13 48 pm

Run code in the python notebook to generate embeddings.

Run command below to visualize the tensboard. Replace the logdir path with your custom path tensorboard --logdir=/Users/anshu/meet-up/internship/recognition/face-embeddings/embeddings-logs/ --port=6006

Clone this wiki locally