License |
License |
---|---|
GroupId | GroupIdcom.github.luues |
ArtifactId | ArtifactIdcommons-ai-face |
Last Version | Last Version1.2.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-ai-face
A simple JAVA face recognition database based on the encapsulation of seetaface2 of CAS supports face recognition, 1:1 comparison and 1:N comparison
|
Filename | Size |
---|---|
commons-ai-face-1.2.1.RELEASE.pom | |
commons-ai-face-1.2.1.RELEASE.jar | 139 MB |
commons-ai-face-1.2.1.RELEASE-sources.jar | 139 MB |
commons-ai-face-1.2.1.RELEASE-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luues/commons-ai-face/ -->
<dependency>
<groupId>com.github.luues</groupId>
<artifactId>commons-ai-face</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues/commons-ai-face/
implementation 'com.github.luues:commons-ai-face:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues/commons-ai-face/
implementation ("com.github.luues:commons-ai-face:1.2.1.RELEASE")
'com.github.luues:commons-ai-face:jar:1.2.1.RELEASE'
<dependency org="com.github.luues" name="commons-ai-face" rev="1.2.1.RELEASE">
<artifact name="commons-ai-face" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues', module='commons-ai-face', version='1.2.1.RELEASE')
)
libraryDependencies += "com.github.luues" % "commons-ai-face" % "1.2.1.RELEASE"
[com.github.luues/commons-ai-face "1.2.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.xerial : sqlite-jdbc | jar | 3.27.2.1 |
org.apache.commons : commons-pool2 | jar | 2.6.2 |
org.slf4j : jul-to-slf4j | jar | 1.7.26 |