|
|
|
@ -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<AnalyseResPoint> 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<AnalyseResPoint> 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<AnalyseResPoint> analyseResPoints = new ArrayList<>(); |
|
|
|
|