兰坪人脸识别key更新,jar包提交

This commit is contained in:
fl 2025-03-06 10:30:04 +08:00
parent e1c1a4b8d0
commit 2a5bdb65e8
3 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,7 @@
<artifactId>arcsoft</artifactId> <artifactId>arcsoft</artifactId>
<version>3.0</version> <version>3.0</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/arcsoft-sdk-face-3.0.0.0-linux.jar</systemPath> <systemPath>${project.basedir}/lib/arcsoft-sdk-face-3.0.0-linux.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -14,6 +14,7 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
/** /**
* 虹软
* 人脸识别工具类 * 人脸识别工具类
* @author zys * @author zys
*/ */