This commit is contained in:
dean
2026-03-31 17:15:29 +09:00
parent 650b1695f0
commit 5e04df73af

View File

@@ -48,22 +48,22 @@ swagger:
local-port: 9080
file:
sync-root-dir: /app/original-images/
sync-tmp-dir: ${file.sync-root-dir}tmp/
sync-file-extention: tfw,tif
# sync-root-dir: /app/original-images/
# sync-tmp-dir: ${file.sync-root-dir}tmp/
# sync-file-extention: tfw,tif
dataset-dir: /home/kcomu/data/request/
dataset-dir: /data/request/
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
train:
docker:
image: kamco-cd-train:latest
requestDir: /home/kcomu/data/request
responseDir: /home/kcomu/data/response
basePath: /home/kcomu/data
requestDir: /data/request
responseDir: /data/response
basePath: /data
containerPrefix: kamco-cd-train
shmSize: 16g
ipcHost: true