국유인 반영 파일 경로 수정
This commit is contained in:
@@ -69,7 +69,7 @@ public class GukYuinApiService {
|
|||||||
@Value("${file.nfs}")
|
@Value("${file.nfs}")
|
||||||
private String nfs;
|
private String nfs;
|
||||||
|
|
||||||
@Value("${file.output-dir}")
|
@Value("${file.output-dir}") // 국유인 반영 파일 경로
|
||||||
private String outputDir;
|
private String outputDir;
|
||||||
|
|
||||||
@Value("${file.dataset-dir}")
|
@Value("${file.dataset-dir}")
|
||||||
|
|||||||
@@ -88,6 +88,7 @@ file:
|
|||||||
nfs: /data
|
nfs: /data
|
||||||
pt-path: ${file.nfs}/ckpt/model/v6-cls-checkpoints/
|
pt-path: ${file.nfs}/ckpt/model/v6-cls-checkpoints/
|
||||||
pt-FileName: yolov8_6th-6m.pt
|
pt-FileName: yolov8_6th-6m.pt
|
||||||
|
output-dir: /kamco-nfs/dataset/export/
|
||||||
|
|
||||||
inference:
|
inference:
|
||||||
nfs: /data
|
nfs: /data
|
||||||
|
|||||||
Reference in New Issue
Block a user