-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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