|
@@ -150,10 +150,10 @@ public class BuildObjServiceImpl implements IBuildSceneService {
|
|
fYunFileService.downloadFile(ossResultPath + "caches/reconstruction/final.bin", path + "/caches/reconstruction/final.bin");
|
|
fYunFileService.downloadFile(ossResultPath + "caches/reconstruction/final.bin", path + "/caches/reconstruction/final.bin");
|
|
fYunFileService.downloadFile(ossResultPath + "caches/reconstruction/chunk.json", path + "/caches/reconstruction/chunk.json");
|
|
fYunFileService.downloadFile(ossResultPath + "caches/reconstruction/chunk.json", path + "/caches/reconstruction/chunk.json");
|
|
fYunFileService.downloadFile(ossResultPath + "caches/floor_group_fix.json", path + "/caches/floor_group_fix.json");
|
|
fYunFileService.downloadFile(ossResultPath + "caches/floor_group_fix.json", path + "/caches/floor_group_fix.json");
|
|
- fYunFileService.downloadFileByCommand(ossResultPath + "caches/images/", path + "/caches/images");
|
|
|
|
- fYunFileService.downloadFileByCommand(ossResultPath + "caches/depthmap_csc/", path + "/caches/depthmap_csc");
|
|
|
|
- fYunFileService.downloadFileByCommand(ossResultPath + "caches/depthmap_vis/", path + "/caches/depthmap_vis");
|
|
|
|
- fYunFileService.downloadFileByCommand(ossResultPath + "caches/depthmap/", path + "/caches/depthmap");
|
|
|
|
|
|
+ fYunFileService.downloadFileByCommand(ossResultPath + "caches/images/", path + "/caches/images/");
|
|
|
|
+ fYunFileService.downloadFileByCommand(ossResultPath + "caches/depthmap_csc/", path + "/caches/depthmap_csc/");
|
|
|
|
+ fYunFileService.downloadFileByCommand(ossResultPath + "caches/depthmap_vis/", path + "/caches/depthmap_vis/");
|
|
|
|
+ fYunFileService.downloadFileByCommand(ossResultPath + "caches/depthmap/", path + "/caches/depthmap/");
|
|
fYunFileService.downloadFile(ossResultPath + "caches/panorama.json", path + "/caches/panorama.json");
|
|
fYunFileService.downloadFile(ossResultPath + "caches/panorama.json", path + "/caches/panorama.json");
|
|
fYunFileService.downloadFile(ossResultPath + "results/laserData/laser.ply", path + "/results/laserData/laser.ply");
|
|
fYunFileService.downloadFile(ossResultPath + "results/laserData/laser.ply", path + "/results/laserData/laser.ply");
|
|
|
|
|