2 Commits

Author SHA1 Message Date
dean
822dbb252f test 2026-03-31 17:15:45 +09:00
dean
5e04df73af test 2026-03-31 17:15:29 +09:00
2 changed files with 8 additions and 17 deletions

View File

@@ -26,15 +26,6 @@ public class UploadService {
private final UploadSessionCoreService uploadSessionCoreService; private final UploadSessionCoreService uploadSessionCoreService;
@Value("${file.sync-root-dir}")
private String syncRootDir;
@Value("${file.sync-tmp-dir}")
private String syncTmpDir;
@Value("${file.sync-file-extention}")
private String syncFileExtention;
@Value("${file.dataset-dir}") @Value("${file.dataset-dir}")
private String datasetDir; private String datasetDir;

View File

@@ -48,22 +48,22 @@ swagger:
local-port: 9080 local-port: 9080
file: file:
sync-root-dir: /app/original-images/ # sync-root-dir: /app/original-images/
sync-tmp-dir: ${file.sync-root-dir}tmp/ # sync-tmp-dir: ${file.sync-root-dir}tmp/
sync-file-extention: tfw,tif # sync-file-extention: tfw,tif
dataset-dir: /home/kcomu/data/request/ dataset-dir: /data/request/
dataset-tmp-dir: ${file.dataset-dir}tmp/ dataset-tmp-dir: ${file.dataset-dir}tmp/
pt-path: /home/kcomu/data/response/v6-cls-checkpoints/ pt-path: /data/response/v6-cls-checkpoints/
pt-FileName: yolov8_6th-6m.pt pt-FileName: yolov8_6th-6m.pt
train: train:
docker: docker:
image: kamco-cd-train:latest image: kamco-cd-train:latest
requestDir: /home/kcomu/data/request requestDir: /data/request
responseDir: /home/kcomu/data/response responseDir: /data/response
basePath: /home/kcomu/data basePath: /data
containerPrefix: kamco-cd-train containerPrefix: kamco-cd-train
shmSize: 16g shmSize: 16g
ipcHost: true ipcHost: true