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