Merge pull request 'feat/infer_dev_260107' (#244) from feat/infer_dev_260107 into develop
Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/244
This commit is contained in:
@@ -82,17 +82,17 @@ mapsheet:
|
|||||||
|
|
||||||
|
|
||||||
file:
|
file:
|
||||||
#sync-root-dir: D:/app/original-images/
|
#sync-root-dir: D:/kamco-nfs/images/
|
||||||
sync-root-dir: /app/original-images/
|
sync-root-dir: /kamco-nfs/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: D:/app/dataset/
|
#dataset-dir: D:/kamco-nfs/dataset/
|
||||||
dataset-dir: /app/dataset/
|
dataset-dir: /kamco-nfs/dataset/export/
|
||||||
dataset-tmp-dir: ${file.dataset-dir}tmp/
|
dataset-tmp-dir: ${file.dataset-dir}tmp/
|
||||||
|
|
||||||
#model-dir: D:/app/model/
|
#model-dir: D:/kamco-nfs/ckpt/model/
|
||||||
model-dir: /app/model/
|
model-dir: /kamco-nfs/ckpt/model/
|
||||||
model-tmp-dir: ${file.model-dir}tmp/
|
model-tmp-dir: ${file.model-dir}tmp/
|
||||||
|
|
||||||
inference:
|
inference:
|
||||||
|
|||||||
@@ -68,17 +68,17 @@ mapsheet:
|
|||||||
|
|
||||||
|
|
||||||
file:
|
file:
|
||||||
#sync-root-dir: D:/app/original-images/
|
sync-root-dir: D:/kamco-nfs/images/
|
||||||
sync-root-dir: /Users/bokmin/kamco_file/geojson/
|
#sync-root-dir: /kamco-nfs/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: D:/app/dataset/
|
dataset-dir: D:/kamco-nfs/dataset/
|
||||||
dataset-dir: /Users/bokmin/kamco_file/dataset/
|
#dataset-dir: /kamco-nfs/dataset/export/
|
||||||
dataset-tmp-dir: ${file.dataset-dir}tmp/
|
dataset-tmp-dir: ${file.dataset-dir}tmp/
|
||||||
|
|
||||||
#model-dir: D:/app/model/
|
model-dir: D:/kamco-nfs/ckpt/model/
|
||||||
model-dir: /Users/bokmin/kamco_file/model/
|
#model-dir: /kamco-nfs/ckpt/model/
|
||||||
model-tmp-dir: ${file.model-dir}tmp/
|
model-tmp-dir: ${file.model-dir}tmp/
|
||||||
|
|
||||||
inference:
|
inference:
|
||||||
|
|||||||
Reference in New Issue
Block a user