diff --git a/src/main/java/com/inspect/simulator/service/impl/AlgorithmServiceImpl.java b/src/main/java/com/inspect/simulator/service/impl/AlgorithmServiceImpl.java index c6fa88b..545ad94 100644 --- a/src/main/java/com/inspect/simulator/service/impl/AlgorithmServiceImpl.java +++ b/src/main/java/com/inspect/simulator/service/impl/AlgorithmServiceImpl.java @@ -57,7 +57,7 @@ public class AlgorithmServiceImpl implements AlgorithmService { analyseResPoint.setValue("0"); analyseResPoint.setConf("0.85"); analyseResPoint.setCode("2000"); - analyseResPoint.setType("meter"); + analyseResPoint.setType("infra_yu3"); analyseResPoint.setResImageUrl(analyseRequest.getObjectList().get(0).getImageUrlList()[0]); List analyseResPoints = new ArrayList<>(); analyseResPoints.add(analyseResPoint); @@ -93,6 +93,7 @@ public class AlgorithmServiceImpl implements AlgorithmService { analyseResPoint.setValue("1"); analyseResPoint.setConf("0.95"); analyseResPoint.setCode("2000"); + analyseResPoint.setType("infra_yu3"); analyseResPoint.setResImageUrl(analyseRequest.getObjectList().get(0).getImageUrlList()[0]); List analyseResPoints = new ArrayList<>(); analyseResPoints.add(analyseResPoint); @@ -201,7 +202,7 @@ public class AlgorithmServiceImpl implements AlgorithmService { } analyseResPoint.setConf(String.format("%.2f", (double) infraredInfo.getFrameMax())); analyseResPoint.setResImageUrl(infraredInfo.getOutPath()); - + analyseResPoint.setType("infra_yu3"); analyseResPoint.setCode("2000"); // analyseResPoint.setResImageUrl(analyseRequest.getObjectList().get(0).getImageUrlList()[0]); List analyseResPoints = new ArrayList<>();