"# SeetaFace6-Android"
人脸识别+人脸对比+活体检测
tep 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.pcyfox:Seeta6-Android:V1.0.31'
}