insight
Face analysis & recognition open source project insight face
It should be the most cutting-edge (SOTA) face recognition open source project, including 2D and 3D face analysis libraries. It integrates all the functions required by the whole face recognition pipeline (detection, key point location & amp; registration, feature extraction), optimizes the training and deployment, and adopts the most cutting-edge and mature algorithms, such as detection SCRFD, Sdunets of key points, arcface of feature extraction, etc. Open source: https:// github. com/deepinsight/insightface pip install -U insightface Simple sample code: import cv2