diff --git a/label/review-to-geojson/.gradle/9.3.1/executionHistory/executionHistory.bin b/label/review-to-geojson/.gradle/9.3.1/executionHistory/executionHistory.bin index 2e2499a..2201e41 100644 Binary files a/label/review-to-geojson/.gradle/9.3.1/executionHistory/executionHistory.bin and b/label/review-to-geojson/.gradle/9.3.1/executionHistory/executionHistory.bin differ diff --git a/label/review-to-geojson/.gradle/9.3.1/executionHistory/executionHistory.lock b/label/review-to-geojson/.gradle/9.3.1/executionHistory/executionHistory.lock index 60dad19..94348d3 100644 Binary files a/label/review-to-geojson/.gradle/9.3.1/executionHistory/executionHistory.lock and b/label/review-to-geojson/.gradle/9.3.1/executionHistory/executionHistory.lock differ diff --git a/label/review-to-geojson/.gradle/9.3.1/fileHashes/fileHashes.bin b/label/review-to-geojson/.gradle/9.3.1/fileHashes/fileHashes.bin index 0f8ac9b..ba6db61 100644 Binary files a/label/review-to-geojson/.gradle/9.3.1/fileHashes/fileHashes.bin and b/label/review-to-geojson/.gradle/9.3.1/fileHashes/fileHashes.bin differ diff --git a/label/review-to-geojson/.gradle/9.3.1/fileHashes/fileHashes.lock b/label/review-to-geojson/.gradle/9.3.1/fileHashes/fileHashes.lock index ee84508..4b47ca0 100644 Binary files a/label/review-to-geojson/.gradle/9.3.1/fileHashes/fileHashes.lock and b/label/review-to-geojson/.gradle/9.3.1/fileHashes/fileHashes.lock differ diff --git a/label/review-to-geojson/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/label/review-to-geojson/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 98ed7bc..e3bb4a8 100644 Binary files a/label/review-to-geojson/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/label/review-to-geojson/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/label/review-to-geojson/.gradle/file-system.probe b/label/review-to-geojson/.gradle/file-system.probe index a6c301c..0e8176e 100644 Binary files a/label/review-to-geojson/.gradle/file-system.probe and b/label/review-to-geojson/.gradle/file-system.probe differ diff --git a/label/review-to-geojson/.idea/vcs.xml b/label/review-to-geojson/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/label/review-to-geojson/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/label/review-to-geojson/build/libs/TrainingDataReview-0.0.1-SNAPSHOT-plain.jar b/label/review-to-geojson/build/libs/TrainingDataReview-0.0.1-SNAPSHOT-plain.jar index 3d2e9b4..e510113 100644 Binary files a/label/review-to-geojson/build/libs/TrainingDataReview-0.0.1-SNAPSHOT-plain.jar and b/label/review-to-geojson/build/libs/TrainingDataReview-0.0.1-SNAPSHOT-plain.jar differ diff --git a/label/review-to-geojson/build/libs/review-to-geojson.jar b/label/review-to-geojson/build/libs/review-to-geojson.jar index 5c0570f..9e09b34 100644 Binary files a/label/review-to-geojson/build/libs/review-to-geojson.jar and b/label/review-to-geojson/build/libs/review-to-geojson.jar differ diff --git a/label/review-to-geojson/build/resources/main/application-dev.yml b/label/review-to-geojson/build/resources/main/application-dev.yml index 9a80c35..fcc267b 100644 --- a/label/review-to-geojson/build/resources/main/application-dev.yml +++ b/label/review-to-geojson/build/resources/main/application-dev.yml @@ -37,25 +37,6 @@ spring: transaction: default-timeout: 300 # 5분 트랜잭션 타임아웃 - data: - redis: - host: 192.168.2.109 - port: 6379 - password: kamco - - servlet: - multipart: - enabled: true - max-file-size: 4GB - max-request-size: 4GB - file-size-threshold: 10MB - -server: - tomcat: - max-swallow-size: 4GB - max-http-form-post-size: 4GB - - logging: level: root: INFO diff --git a/label/review-to-geojson/build/resources/main/application-local.yml b/label/review-to-geojson/build/resources/main/application-local.yml index f7010ff..ca1e7d2 100644 --- a/label/review-to-geojson/build/resources/main/application-local.yml +++ b/label/review-to-geojson/build/resources/main/application-local.yml @@ -16,36 +16,16 @@ spring: open-in-view: false datasource: url: jdbc:postgresql://192.168.2.127:15432/kamco_cds - #url: jdbc:postgresql://localhost:5432/kamco_cds # 로컬호스트 username: kamco_cds password: kamco_cds_Q!W@E#R$ hikari: minimum-idle: 1 maximum-pool-size: 5 - data: - redis: - host: 192.168.2.109 - port: 6379 - password: kamco - - servlet: - multipart: - enabled: true - max-file-size: 4GB - max-request-size: 4GB - file-size-threshold: 10MB - -server: - tomcat: - max-swallow-size: 4GB - max-http-form-post-size: 4GB - logging: level: org.hibernate.SQL: debug org.hibernate.orm.jdbc.bind: trace - training-data: - geojson-dir: /Users/bokmin/kamco-nfs/model_output/labeling/ \ No newline at end of file + geojson-dir: /kamco-nfs/dataset/request/ \ No newline at end of file diff --git a/label/review-to-geojson/build/resources/main/application-prod.yml b/label/review-to-geojson/build/resources/main/application-prod.yml index 471febd..f839d85 100644 --- a/label/review-to-geojson/build/resources/main/application-prod.yml +++ b/label/review-to-geojson/build/resources/main/application-prod.yml @@ -23,7 +23,6 @@ spring: datasource: url: jdbc:postgresql://kamco-cd-postgis:5432/kamco_cds - #url: jdbc:postgresql://localhost:15432/kamco_cds username: kamco_cds password: kamco_cds_Q!W@E#R$ hikari: @@ -37,86 +36,12 @@ spring: transaction: default-timeout: 300 # 5분 트랜잭션 타임아웃 - data: - redis: - host: 127.0.0.1 - port: 16379 - password: kamco - - servlet: - multipart: - enabled: true - max-file-size: 4GB - max-request-size: 4GB - file-size-threshold: 10MB - -server: - tomcat: - max-swallow-size: 4GB - max-http-form-post-size: 4GB - -jwt: - secret: "kamco_token_9b71e778-19a3-4c1d-97bf-2d687de17d5b" - access-token-validity-in-ms: 86400000 # 1일 - refresh-token-validity-in-ms: 604800000 # 7일 - -token: - refresh-cookie-name: kamco # 개발용 쿠키 이름 - refresh-cookie-secure: true # 로컬 http 테스트면 false - logging: level: root: INFO - org.springframework.web: DEBUG - org.springframework.security: DEBUG - - # 헬스체크 노이즈 핵심만 다운 - org.springframework.security.web.FilterChainProxy: INFO - org.springframework.security.web.authentication.AnonymousAuthenticationFilter: INFO - org.springframework.security.web.authentication.Http403ForbiddenEntryPoint: INFO - org.springframework.web.servlet.DispatcherServlet: INFO - - -mapsheet: - upload: - skipGdalValidation: true - shp: - baseurl: /app/detect/result #현재사용안함 - -file: - sync-root-dir: /kamco-nfs/images/ - sync-tmp-dir: /kamco-nfs/repo/tmp # image upload temp dir - sync-file-extention: tfw,tif - - #dataset-dir: D:/kamco-nfs/model_output/ #변경 model_output - dataset-dir: /kamco-nfs/model_output/export/ # 마운트경로 AI 추론결과 - dataset-tmp-dir: ${file.dataset-dir}tmp/ - - #model-dir: D:/kamco-nfs/ckpt/model/ - model-dir: /kamco-nfs/ckpt/model/ # 학습서버에서 트레이닝한 모델업로드경로 - model-tmp-dir: ${file.model-dir}tmp/ - model-file-extention: pth,json,py - - pt-path: /kamco-nfs/ckpt/v6-cls-checkpoints/ - pt-FileName: yolov8_6th-6m.pt - dataset-response: /kamco-nfs/dataset/response/ - -inference: - url: http://127.0.0.1:8000/jobs - batch-url: http://127.0.0.1:8000/batches - geojson-dir: /kamco-nfs/requests/ # 학습서버에서 트레이닝한 모델업로드경로 - jar-path: /kamco-nfs/repo/jar/shp-exporter.jar # 추론실행을 위한 파일생성경로 - inference-server-name: server1,server2,server3,server4 - -gukyuin: - url: http://127.0.0.1:5301 - cdi: ${gukyuin.url}/api/kcd/cdi + org.springframework.web: INFO + org.springframework.security: INFO training-data: geojson-dir: /kamco-nfs/dataset/request/ -layer: - geoserver-url: https://kamco.geo-dev.gs.dabeeo.com - wms-path: geoserver/cd - wmts-path: geoserver/cd/gwc/service - workspace: cd diff --git a/label/review-to-geojson/src/main/resources/application-dev.yml b/label/review-to-geojson/src/main/resources/application-dev.yml index 9a80c35..fcc267b 100644 --- a/label/review-to-geojson/src/main/resources/application-dev.yml +++ b/label/review-to-geojson/src/main/resources/application-dev.yml @@ -37,25 +37,6 @@ spring: transaction: default-timeout: 300 # 5분 트랜잭션 타임아웃 - data: - redis: - host: 192.168.2.109 - port: 6379 - password: kamco - - servlet: - multipart: - enabled: true - max-file-size: 4GB - max-request-size: 4GB - file-size-threshold: 10MB - -server: - tomcat: - max-swallow-size: 4GB - max-http-form-post-size: 4GB - - logging: level: root: INFO diff --git a/label/review-to-geojson/src/main/resources/application-local.yml b/label/review-to-geojson/src/main/resources/application-local.yml index f7010ff..ca1e7d2 100644 --- a/label/review-to-geojson/src/main/resources/application-local.yml +++ b/label/review-to-geojson/src/main/resources/application-local.yml @@ -16,36 +16,16 @@ spring: open-in-view: false datasource: url: jdbc:postgresql://192.168.2.127:15432/kamco_cds - #url: jdbc:postgresql://localhost:5432/kamco_cds # 로컬호스트 username: kamco_cds password: kamco_cds_Q!W@E#R$ hikari: minimum-idle: 1 maximum-pool-size: 5 - data: - redis: - host: 192.168.2.109 - port: 6379 - password: kamco - - servlet: - multipart: - enabled: true - max-file-size: 4GB - max-request-size: 4GB - file-size-threshold: 10MB - -server: - tomcat: - max-swallow-size: 4GB - max-http-form-post-size: 4GB - logging: level: org.hibernate.SQL: debug org.hibernate.orm.jdbc.bind: trace - training-data: - geojson-dir: /Users/bokmin/kamco-nfs/model_output/labeling/ \ No newline at end of file + geojson-dir: /kamco-nfs/dataset/request/ \ No newline at end of file diff --git a/label/review-to-geojson/src/main/resources/application-prod.yml b/label/review-to-geojson/src/main/resources/application-prod.yml index 471febd..f839d85 100644 --- a/label/review-to-geojson/src/main/resources/application-prod.yml +++ b/label/review-to-geojson/src/main/resources/application-prod.yml @@ -23,7 +23,6 @@ spring: datasource: url: jdbc:postgresql://kamco-cd-postgis:5432/kamco_cds - #url: jdbc:postgresql://localhost:15432/kamco_cds username: kamco_cds password: kamco_cds_Q!W@E#R$ hikari: @@ -37,86 +36,12 @@ spring: transaction: default-timeout: 300 # 5분 트랜잭션 타임아웃 - data: - redis: - host: 127.0.0.1 - port: 16379 - password: kamco - - servlet: - multipart: - enabled: true - max-file-size: 4GB - max-request-size: 4GB - file-size-threshold: 10MB - -server: - tomcat: - max-swallow-size: 4GB - max-http-form-post-size: 4GB - -jwt: - secret: "kamco_token_9b71e778-19a3-4c1d-97bf-2d687de17d5b" - access-token-validity-in-ms: 86400000 # 1일 - refresh-token-validity-in-ms: 604800000 # 7일 - -token: - refresh-cookie-name: kamco # 개발용 쿠키 이름 - refresh-cookie-secure: true # 로컬 http 테스트면 false - logging: level: root: INFO - org.springframework.web: DEBUG - org.springframework.security: DEBUG - - # 헬스체크 노이즈 핵심만 다운 - org.springframework.security.web.FilterChainProxy: INFO - org.springframework.security.web.authentication.AnonymousAuthenticationFilter: INFO - org.springframework.security.web.authentication.Http403ForbiddenEntryPoint: INFO - org.springframework.web.servlet.DispatcherServlet: INFO - - -mapsheet: - upload: - skipGdalValidation: true - shp: - baseurl: /app/detect/result #현재사용안함 - -file: - sync-root-dir: /kamco-nfs/images/ - sync-tmp-dir: /kamco-nfs/repo/tmp # image upload temp dir - sync-file-extention: tfw,tif - - #dataset-dir: D:/kamco-nfs/model_output/ #변경 model_output - dataset-dir: /kamco-nfs/model_output/export/ # 마운트경로 AI 추론결과 - dataset-tmp-dir: ${file.dataset-dir}tmp/ - - #model-dir: D:/kamco-nfs/ckpt/model/ - model-dir: /kamco-nfs/ckpt/model/ # 학습서버에서 트레이닝한 모델업로드경로 - model-tmp-dir: ${file.model-dir}tmp/ - model-file-extention: pth,json,py - - pt-path: /kamco-nfs/ckpt/v6-cls-checkpoints/ - pt-FileName: yolov8_6th-6m.pt - dataset-response: /kamco-nfs/dataset/response/ - -inference: - url: http://127.0.0.1:8000/jobs - batch-url: http://127.0.0.1:8000/batches - geojson-dir: /kamco-nfs/requests/ # 학습서버에서 트레이닝한 모델업로드경로 - jar-path: /kamco-nfs/repo/jar/shp-exporter.jar # 추론실행을 위한 파일생성경로 - inference-server-name: server1,server2,server3,server4 - -gukyuin: - url: http://127.0.0.1:5301 - cdi: ${gukyuin.url}/api/kcd/cdi + org.springframework.web: INFO + org.springframework.security: INFO training-data: geojson-dir: /kamco-nfs/dataset/request/ -layer: - geoserver-url: https://kamco.geo-dev.gs.dabeeo.com - wms-path: geoserver/cd - wmts-path: geoserver/cd/gwc/service - workspace: cd