To make face and landmarks detection easy on Android based on SeetaFace2.
SeetaFace2可以快速实现人脸识别和人脸关键点检测,该工程只是将其简单封装并对接Bitmap接口, 使Android开发时可以快速接入。
- 只需要人脸检测(含人脸检测模型1.65MB)
implementation 'com.hzy.face:seeta2:1.0.0'
- 人脸识别和关键点检测(含人脸检测和81关键点模型4.5MB)
implementation 'com.hzy.face:seeta2mark:1.0.0'
- 也可以手动下载Model, 存放在/assets/seeta目录下:
Face Detection | Face Landmarks |
---|---|
- SeetaFace2 人脸检测使用方便,模型文件也不是很大,比较适合移动端使用
- 该工程只是将其对接Bitmap接口以方便安卓设备实际使用,更多扩展和功能请参考 SeetaFace2
- for more information: https://github.com/seetafaceengine/SeetaFace2
下载Demo体验下载地址
// init
Seeta2Detector.INSTANCE.init(context);
// detect
Seeta2Detector.INSTANCE.detect(bitmap);
// landmarks
Seeta2Detector.INSTANCE.mark81(bitmap);
// destory
Seeta2Detector.INSTANCE.destory();
- GitHub: https://huzongyao.github.io/
- ITEye博客:https://hzy3774.iteye.com/
- 新浪微博: https://weibo.com/hzy3774
- QQ: 377406997
- Gmail: hzy3774@gmail.com
- Foxmail: hzy3774@qq.com
- WeChat: hzy3774