|
@@ -45,8 +45,8 @@ public class FaceVerifyTest {
|
|
|
FaceVerifyProperties properties = new FaceVerifyProperties();
|
|
|
properties.setBaiduLocalEnabled(true);
|
|
|
properties.setBaiduLocalAppId("test");
|
|
|
- // properties.setBaiduLocalUrlPrefix("http://192.168.10.102:8301");
|
|
|
- properties.setBaiduLocalUrlPrefix("http://192.168.0.117:8300");
|
|
|
+ properties.setBaiduLocalUrlPrefix("http://192.168.20.253");
|
|
|
+ // properties.setBaiduLocalUrlPrefix("http://192.168.0.118");
|
|
|
|
|
|
faceVerifyService = new FaceVerifyServiceImpl();
|
|
|
faceVerifyService.setProperties(properties);
|