Yet Another Face Recognition Demonstration on Images/Videos : Using Python and Tensorflow
Face verification and identification systems have become very popular in computer vision with advancement in deep learning models like Convolution Neural Networks (CNN). Few weeks before, I thought to explore face recognition using deep learning based models. This blog-post demonstrates building a face recognition system from scratch. Introduction A face recognition system comprises of two … Read more