新增模型
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
<!-- <systemPath>${project.basedir}/src/main/resources/libs/arcsoft-sdk-face-3.0.0.0.jar-->
|
<!-- <systemPath>${project.basedir}/src/main/resources/libs/arcsoft-sdk-face-3.0.0.0.jar-->
|
||||||
<!-- </systemPath>-->
|
<!-- </systemPath>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
<!-- JavaCV 整合(包含 OpenCV/FFmpeg 的平台二进制,跨平台最省心) -->
|
<!-- 一行解决:包含 FFmpeg/OpenCV 等全部平台原生库 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bytedeco</groupId>
|
<groupId>org.bytedeco</groupId>
|
||||||
<artifactId>javacv-platform</artifactId>
|
<artifactId>javacv-platform</artifactId>
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bytedeco</groupId>
|
<groupId>org.bytedeco</groupId>
|
||||||
<artifactId>javacv-platform</artifactId>
|
<artifactId>javacv-platform</artifactId>
|
||||||
<version>1.5.10</version> <!-- 建议用 1.5.10 或更高版本 -->
|
<version>1.5.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- OpenCV 平台包(含 DNN 模块) -->
|
<!-- OpenCV 平台包(含 DNN 模块) -->
|
||||||
@@ -108,18 +108,7 @@
|
|||||||
<version>4.9.0-1.5.10</version>
|
<version>4.9.0-1.5.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- FFmpeg 平台包(用于视频流解码、推流) -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.bytedeco</groupId>
|
|
||||||
<artifactId>ffmpeg-platform</artifactId>
|
|
||||||
<version>6.1.1-1.5.10</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.testng</groupId>
|
|
||||||
<artifactId>testng</artifactId>
|
|
||||||
<version>RELEASE</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user