Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xikuqi committed Apr 24, 2019
1 parent 6e46de5 commit 6d7f9bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added faces-data.db
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/com/cnsugar/ai/face/FaceHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static float compare(BufferedImage image1, BufferedImage image2) {
*
* @param key 人脸照片唯一标识
* @param img 人脸照片
* @return -1表示失败
* @return
* @throws IOException
*/
public static boolean register(String key, byte[] img) throws IOException {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/seetaface.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libs.path=F:\\ai-face\\SeetaFace2JNI\\x64\\Release;F:\\ai-face\\SeetaFaceEngine2
bindata.dir=F:\\ai-face\\SeetaFaceEngine2\\bindata

##sqlite config
sqlite.db.file=F:\\Project\\cnsugar\\seetaface\\faces-data.db
sqlite.db.file=./faces-data.db
sqlite.conn.maxTotal=50
sqlite.conn.maxIdle=5
sqlite.conn.minIdle=0
Expand Down

0 comments on commit 6d7f9bf

Please sign in to comment.