file 경로 넣기
This commit is contained in:
@@ -46,6 +46,20 @@ springdoc:
|
||||
member:
|
||||
init_password: kamco1234!
|
||||
|
||||
swagger:
|
||||
local-port: 9080
|
||||
|
||||
file:
|
||||
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-tmp-dir: ${file.dataset-dir}tmp/
|
||||
|
||||
pt-path: /home/kcomu/data/response/v6-cls-checkpoints/
|
||||
pt-FileName: yolov8_6th-6m.pt
|
||||
|
||||
train:
|
||||
docker:
|
||||
image: "kamco-cd-train:latest"
|
||||
@@ -54,3 +68,4 @@ train:
|
||||
containerPrefix: "kamco-cd-train"
|
||||
shmSize: "16g"
|
||||
ipcHost: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user