Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 778 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 778 Bytes

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