diff --git a/imagery-make-dataset/.gradle/8.14/executionHistory/executionHistory.bin b/imagery-make-dataset/.gradle/8.14/executionHistory/executionHistory.bin index d4cebab..4a8f967 100644 Binary files a/imagery-make-dataset/.gradle/8.14/executionHistory/executionHistory.bin and b/imagery-make-dataset/.gradle/8.14/executionHistory/executionHistory.bin differ diff --git a/imagery-make-dataset/.gradle/8.14/executionHistory/executionHistory.lock b/imagery-make-dataset/.gradle/8.14/executionHistory/executionHistory.lock index e3e4274..eee7929 100644 Binary files a/imagery-make-dataset/.gradle/8.14/executionHistory/executionHistory.lock and b/imagery-make-dataset/.gradle/8.14/executionHistory/executionHistory.lock differ diff --git a/imagery-make-dataset/.gradle/8.14/fileHashes/fileHashes.bin b/imagery-make-dataset/.gradle/8.14/fileHashes/fileHashes.bin index 33d545f..41fa9d9 100644 Binary files a/imagery-make-dataset/.gradle/8.14/fileHashes/fileHashes.bin and b/imagery-make-dataset/.gradle/8.14/fileHashes/fileHashes.bin differ diff --git a/imagery-make-dataset/.gradle/8.14/fileHashes/fileHashes.lock b/imagery-make-dataset/.gradle/8.14/fileHashes/fileHashes.lock index 0cdd40f..a933aca 100644 Binary files a/imagery-make-dataset/.gradle/8.14/fileHashes/fileHashes.lock and b/imagery-make-dataset/.gradle/8.14/fileHashes/fileHashes.lock differ diff --git a/imagery-make-dataset/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/imagery-make-dataset/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 465e7e7..fba4e95 100644 Binary files a/imagery-make-dataset/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/imagery-make-dataset/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/imagery-make-dataset/.gradle/buildOutputCleanup/outputFiles.bin b/imagery-make-dataset/.gradle/buildOutputCleanup/outputFiles.bin index 2dc0167..7276dba 100644 Binary files a/imagery-make-dataset/.gradle/buildOutputCleanup/outputFiles.bin and b/imagery-make-dataset/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/imagery-make-dataset/.gradle/file-system.probe b/imagery-make-dataset/.gradle/file-system.probe index b5e0dd8..8632153 100644 Binary files a/imagery-make-dataset/.gradle/file-system.probe and b/imagery-make-dataset/.gradle/file-system.probe differ diff --git a/imagery-make-dataset/build/libs/imagery-make-dataset.jar b/imagery-make-dataset/build/libs/imagery-make-dataset.jar index d19a73f..37207e7 100644 Binary files a/imagery-make-dataset/build/libs/imagery-make-dataset.jar and b/imagery-make-dataset/build/libs/imagery-make-dataset.jar differ diff --git a/imagery-make-dataset/build/reports/problems/problems-report.html b/imagery-make-dataset/build/reports/problems/problems-report.html index faf97aa..0428dc4 100644 --- a/imagery-make-dataset/build/reports/problems/problems-report.html +++ b/imagery-make-dataset/build/reports/problems/problems-report.html @@ -650,7 +650,7 @@ code + .copy-button { diff --git a/imagery-make-dataset/build/resources/main/application-prod.yml b/imagery-make-dataset/build/resources/main/application-prod.yml index 6ff2f2c..64457ac 100644 --- a/imagery-make-dataset/build/resources/main/application-prod.yml +++ b/imagery-make-dataset/build/resources/main/application-prod.yml @@ -61,20 +61,20 @@ management: - "health" file: - sync-root-dir: /kamco-nfs/images/ - sync-tmp-dir: /kamco-nfs/repo/tmp # image upload temp dir + sync-root-dir: /data/images/ + sync-tmp-dir: /data/repo/tmp # image upload temp dir sync-file-extention: tfw,tif - #dataset-dir: D:/kamco-nfs/model_output/ #변경 model_output - dataset-dir: /kamco-nfs/model_output/export/ # 마운트경로 AI 추론결과 + #dataset-dir: D:/data/model_output/ #변경 model_output + dataset-dir: /data/model_output/export/ # 마운트경로 AI 추론결과 dataset-tmp-dir: ${file.dataset-dir}tmp/ - #model-dir: D:/kamco-nfs/ckpt/model/ - model-dir: /kamco-nfs/ckpt/model/ # 학습서버에서 트레이닝한 모델업로드경로 + #model-dir: D:/data/ckpt/model/ + model-dir: /data/ckpt/model/ # 학습서버에서 트레이닝한 모델업로드경로 model-tmp-dir: ${file.model-dir}tmp/ model-file-extention: pth,json,py - pt-path: /kamco-nfs/ckpt/v6-cls-checkpoints/ + pt-path: /data/ckpt/v6-cls-checkpoints/ pt-FileName: yolov8_6th-6m.pt - dataset-response: /kamco-nfs/dataset/response/ + dataset-response: /data/dataset/response/ diff --git a/imagery-make-dataset/build/tmp/compileJava/previous-compilation-data.bin b/imagery-make-dataset/build/tmp/compileJava/previous-compilation-data.bin index 4b40727..a778f58 100644 Binary files a/imagery-make-dataset/build/tmp/compileJava/previous-compilation-data.bin and b/imagery-make-dataset/build/tmp/compileJava/previous-compilation-data.bin differ diff --git a/imagery-make-dataset/src/main/resources/application-prod.yml b/imagery-make-dataset/src/main/resources/application-prod.yml index 6ff2f2c..64457ac 100644 --- a/imagery-make-dataset/src/main/resources/application-prod.yml +++ b/imagery-make-dataset/src/main/resources/application-prod.yml @@ -61,20 +61,20 @@ management: - "health" file: - sync-root-dir: /kamco-nfs/images/ - sync-tmp-dir: /kamco-nfs/repo/tmp # image upload temp dir + sync-root-dir: /data/images/ + sync-tmp-dir: /data/repo/tmp # image upload temp dir sync-file-extention: tfw,tif - #dataset-dir: D:/kamco-nfs/model_output/ #변경 model_output - dataset-dir: /kamco-nfs/model_output/export/ # 마운트경로 AI 추론결과 + #dataset-dir: D:/data/model_output/ #변경 model_output + dataset-dir: /data/model_output/export/ # 마운트경로 AI 추론결과 dataset-tmp-dir: ${file.dataset-dir}tmp/ - #model-dir: D:/kamco-nfs/ckpt/model/ - model-dir: /kamco-nfs/ckpt/model/ # 학습서버에서 트레이닝한 모델업로드경로 + #model-dir: D:/data/ckpt/model/ + model-dir: /data/ckpt/model/ # 학습서버에서 트레이닝한 모델업로드경로 model-tmp-dir: ${file.model-dir}tmp/ model-file-extention: pth,json,py - pt-path: /kamco-nfs/ckpt/v6-cls-checkpoints/ + pt-path: /data/ckpt/v6-cls-checkpoints/ pt-FileName: yolov8_6th-6m.pt - dataset-response: /kamco-nfs/dataset/response/ + dataset-response: /data/dataset/response/