Browse Source

[update]:防止由于车牌占用大,导致检测模型识别失败 的测试用例

master
divenswu 1 year ago
parent
commit
8d60fa00e4
  1. 2
      open-anpr-test/src/main/java/com/visual/open/anpr/exps/PlateRecognitionExample.java

2
open-anpr-test/src/main/java/com/visual/open/anpr/exps/PlateRecognitionExample.java

@ -17,7 +17,7 @@ public class PlateRecognitionExample {
//本地开发模式
public static String serverHost = "http://127.0.0.1:8080";
//docker部署模式
// public static String serverHost = "http://127.0.0.1:56790";
//public static String serverHost = "http://127.0.0.1:56790";
//远程测试服务
//public static String serverHost = "http://open-anpr.diven.nat300.top";

Loading…
Cancel
Save