|
|
@ -178,19 +178,7 @@ public class AnalyseResponseServiceImpl implements IAnalyseResponseService { |
|
|
bDefect, |
|
|
bDefect, |
|
|
analyseResPoint.getType(), |
|
|
analyseResPoint.getType(), |
|
|
algType); |
|
|
algType); |
|
|
if (bDefect || (AlgConstants.METER.equals(algType) |
|
|
|
|
|
|| AlgConstants.XB.equals(algType) |
|
|
|
|
|
|| AlgConstants.INFRA_1800.equals(algType) |
|
|
|
|
|
|| AlgConstants.INFRA_YU3.equals(algType) |
|
|
|
|
|
|| AlgConstants.INFRA_CAMERA.equals(algType) |
|
|
|
|
|
|| AlgConstants.INFRA_CAMERA_REVERSE.equals(algType) |
|
|
|
|
|
|| AlgConstants.INFRARED2.equals(algType) |
|
|
|
|
|
|| "isolator".equals(algType) |
|
|
|
|
|
|| "gis_meter".equals(algType) |
|
|
|
|
|
|| "correction".equals(algType) |
|
|
|
|
|
|| "switch".equals(algType) |
|
|
|
|
|
) |
|
|
|
|
|
) { |
|
|
|
|
|
|
|
|
if (bDefect || AlgConstants.BIG_MODEL_ALG_LIST.contains(algType)) { |
|
|
/* |
|
|
/* |
|
|
* 先检查结果有缺无缺陷,如果有缺陷不用判断算法直接调用大模型;* |
|
|
* 先检查结果有缺无缺陷,如果有缺陷不用判断算法直接调用大模型;* |
|
|
* 如果无缺陷,再去判断算法,如果算法是meter, infrared就继续调用大模型。* |
|
|
* 如果无缺陷,再去判断算法,如果算法是meter, infrared就继续调用大模型。* |
|
|
|