In this tutorial, we will use deep learning to build a more robust smile detector than the one we built in the previous tutorial where we used a Haar cascade smile detector. We will use the SMILES dataset to train our convolutional neural network...
In this tutorial, we are going to implement a smile detector algorithm using OpenCV and a pre-trained Haar cascade. Smile detention is a subset of facial recognition technology and can be used for different purposes such as for ensuring that people ...