From 85bd3cf5e95a36c78eb20341bd2a99c99b942398 Mon Sep 17 00:00:00 2001 From: htjcAdmin Date: Thu, 24 Apr 2025 15:36:02 +0800 Subject: [PATCH] =?UTF-8?q?/*=E6=A8=A1=E6=8B=9F=E7=BA=A2=E5=A4=96=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E7=B1=BB=E5=9E=8B=E8=AE=BE=E7=BD=AE=E4=B8=BAinfra=5Fy?= =?UTF-8?q?u3*/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspect/simulator/service/impl/AlgorithmServiceImpl.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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<>();