Unity插件 – 人脸地标检测器 Dlib FaceLandmark Detector

File size: 178.9MB

Version: 1.3.4

Original Unity Version: 2019.4.31 or later

DlibFaceLandmarkDetector You can use the Dlib C++ library for object detection and shape prediction.

DlibFaceLandmarkDetector can use the Dlib19.7 C++ library for Object Detection and ShapePrediction.

functions: -You can detect frontal faces and facial feature points (68 points, 17 points, 6 points) in Texture2D, WebCamTexture and image byte arrays. Alternatively, you can detect other objects by modifying the debugged data file.

-ObjectDetector is designed by using the classic Directed Gradient Histogram (HOG) function in conjunction with a linear classifier, image pyramid and sliding window detection scheme. In addition to face detectors, you can also train your own detectors. If you want to train your own detector, please refer to this page.