|
@@ -136,6 +136,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
private ISceneColdStorageService sceneColdStorageService;
|
|
|
@Autowired
|
|
|
private IWbService wbService;
|
|
|
+ @Autowired
|
|
|
+ private IAiService aiService;
|
|
|
|
|
|
|
|
|
@Override
|
|
@@ -372,6 +374,9 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
String pushToken = fdageData.getString("pushToken");
|
|
|
this.pushMsgToApp(pushChannel,pushToken, cameraType, scenePlus.getTitle(), scenePlusExt.getWebSite());
|
|
|
|
|
|
+ //ai识别
|
|
|
+ aiService.detectScenePano(sceneCode, path);
|
|
|
+
|
|
|
// //删除计算目录
|
|
|
if(CollUtil.isEmpty(notDeleteNasNumList) || !notDeleteNasNumList.contains(sceneCode)){
|
|
|
CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/"));
|