Face Analysis based on Deep Learning#
With the advancement of deep learning technology, the performance of face analysis has also improved.
I will introduce a high-performing open-source face analysis library and explain how to use it.
InsightFace: 2D and 3D Face Analysis Project#
※ License : Please refer to the above site !
Here, we share various models, and I would like to introduce the buffalo_l model pack.buffalo_l provides blob box, key points, detection score, landmark 2D/3D, gender, age, embedding, and pose information.
I will demonstrate the process of face analysis using Python.