/face_detection_failover_system

Face Detection with Failover Systems Algorithm Specialize for KYC Selfie Face Detection

Primary LanguagePython

Face Detection Failover systems

Face Detection that can detect face and correcting if face is rotated

flowchart TD;
    A[Face Detection] --> B[YOLOv5-Face];
    B --> C{is Face Detected?};
    C --> D{is Keypoints not rotated?};
    

cd ~

gsutil cp gs://aimlmodels/face_detection/yolov5face.zip .

unzip yolov5face.zip