AIAS/face_landmark_sdk_cpu
2021-07-10 20:01:41 +08:00
..
build/output Add face landmark detection. 2021-07-10 20:01:41 +08:00
doc/img Add face landmark detection. 2021-07-10 20:01:41 +08:00
lib Add face landmark detection. 2021-07-10 20:01:41 +08:00
src Add face landmark detection. 2021-07-10 20:01:41 +08:00
face_landmark_sdk_cpu.iml Add face landmark detection. 2021-07-10 20:01:41 +08:00
pom.xml Add face landmark detection. 2021-07-10 20:01:41 +08:00
README.md Add face landmark detection. 2021-07-10 20:01:41 +08:00

人脸关键点SDK

识别输入图片中的所有人脸关键点每张人脸检测出68个关键点人脸轮廓17个点左右眉毛各5个点左右眼睛各6个点鼻子9个点嘴巴20个点

  • 关键点定义 landmark

SDK功能

  • 人脸检测
  • 人脸关键点检测每张人脸检测出68个关键点

运行例子 - FaceLandmarkExample

  • 测试图片 tiger

运行成功后,命令行应该看到下面的信息:

[INFO ] - [0.026217185, 0.24056429, -0.0071445643,...,...., 0.5127686, 0.85029036]
[INFO ] - [
	class: "Face", probability: 0.99995, bounds: [x=0.179, y=0.236, width=0.130, height=0.232]
	class: "Face", probability: 0.99989, bounds: [x=0.490, y=0.207, width=0.112, height=0.225]
	class: "Face", probability: 0.99984, bounds: [x=0.831, y=0.283, width=0.115, height=0.212]
]

帮助

添加依赖库lib/aias-face-landmark-lib-0.1.0.jar