Building a Facial Recognition Pipeline with Deep Learning in Tensorflow
In my last tutorial , you learned about convolutional neural networks and the theory behind them. In this tutorial, you’ll learn how to use a convolutional neural network to perform facial recognition using Tensorflow, Dlib, and Docker. Overview Introduction to Facial Recognition Preprocessing Images using Facial Detection and Alignment Generating Facial Embeddings in Tensorflow Training an…