Browse Source

深巡+全景图计算demo

dengsixing 11 hours ago
parent
commit
9cf70d5831

+ 1 - 0
src/main/java/com/fdkankan/contro/mq/service/impl/BuildSxTestServiceImpl.java

@@ -120,6 +120,7 @@ public class BuildSxTestServiceImpl implements IBuildSceneService {
                 relocationMaxindex = -1;
             }
             String extrasPath = message.getPath() + "/extras/";
+            FileUtil.del(message.getPath());
             fYunFileService.downloadFileByCommand(extrasPath, String.format(UploadFilePath.scene_result_data_path, num) + "pose/");
             List<String> imgKeyList = fYunFileService.listRemoteFiles(String.format(UploadFilePath.IMG_VIEW_PATH, qjkkNum) + "panoramas/");
             JSONObject query = new JSONObject();