兰坪人脸识别key更新
This commit is contained in:
parent
040914ea8a
commit
c2f20432c6
|
|
@ -18,18 +18,18 @@ import java.util.List;
|
||||||
* @author zys
|
* @author zys
|
||||||
*/
|
*/
|
||||||
public class ArcFaceHelper {
|
public class ArcFaceHelper {
|
||||||
|
|
||||||
private static final String APP_ID = "52XE2dQBtdmMsfDMvyKmPCCtcrvJ6oHr2mN3dWt6uoAE";
|
private static final String APP_ID = "52XE2dQBtdmMsfDMvyKmPCD1nGBSGQWQGUyJh5z9JhND";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* x64
|
* x64
|
||||||
*/
|
*/
|
||||||
private static final String WIN64_SDK_KEY = "GZ7EyzpdhzPmuBh4GeZckiwjiuuztk5hYbkgbnLAwAS3";
|
private static final String WIN64_SDK_KEY = "GggpcEphVxXLXcpEZz6tdC19o3QhbuktDm3YTUhUGr7J";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* linux_64
|
* linux_64
|
||||||
*/
|
*/
|
||||||
private static final String LINUX64_SDK_KEY = "GZ7EyzpdhzPmuBh4GeZckiwjaoLu4aTEpkcDERQX3jmV";
|
private static final String LINUX64_SDK_KEY = "GggpcEphVxXLXcpEZz6tdC19evqXbbhMyYt71DGLwnCp";
|
||||||
|
|
||||||
private static FaceEngine faceEngine = null;
|
private static FaceEngine faceEngine = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue