Dlib FaceLandmark Detector可以在Texture2D,WebCamTexture和图像字节数组中检测正面人脸和面部地标(68点,17点,6点),此外,可以通过更改已训练的数据文件来检测不同的对象。
Unity官方 | Dlib FaceLandmark Detector | 文件大小:171 MB | 文件数量:75
更新日志:
1.2.6 2019年1月20日
[Common]Added “sp_human_face_17.dat”, “sp_human_face_17_mobile.dat” and “sp_human_face_6.dat”.
[Common]Changed the training dataset of Shape Predictor model. Since the training dataset consists of Flickr CC0 licensed images, the Shape Predictor model files are available for commercial use.
[Common]Added BenchmarkExample.