|
@@ -25,7 +25,8 @@ public class FaceApiTest {
|
|
|
properties.setBaiduSecret("xxx");
|
|
|
properties.setBaiduLocalEnabled(true);
|
|
|
properties.setBaiduLocalAppId("test");
|
|
|
- properties.setBaiduLocalUrlPrefix("http://192.168.0.118");
|
|
|
+ properties.setBaiduLocalUrlPrefix("http://192.168.20.253");
|
|
|
+ // properties.setBaiduLocalUrlPrefix("http://192.168.0.118");
|
|
|
// properties.setBaiduExpectFaceCompareScore(70d);
|
|
|
|
|
|
FaceVerifyServiceImpl faceVerifyService = new FaceVerifyServiceImpl();
|