import cv2
from openface.face_detection import FaceDetector
from openface.multitask_model import MultitaskPredictor
Initialize the FaceDetector
face_model_path = './weights/Alignment_RetinaFace.pth'
face_detector = FaceDetector(model_path=face_model_path, device='cuda')
github project no "openface" package, where i can find them? thanks much!
import cv2
from openface.face_detection import FaceDetector
from openface.multitask_model import MultitaskPredictor
Initialize the FaceDetector
face_model_path = './weights/Alignment_RetinaFace.pth'
face_detector = FaceDetector(model_path=face_model_path, device='cuda')
github project no "openface" package, where i can find them? thanks much!