add make dataset

This commit is contained in:
2026-02-08 20:29:19 +09:00
parent 045e3da923
commit bf5537c384
75 changed files with 0 additions and 171 deletions

View File

@@ -1,2 +0,0 @@
#Sun Feb 08 18:46:40 KST 2026
gradle.version=8.14.3

View File

@@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
<profile name="Gradle Imported" enabled="true">
<outputRelativeToContentRoot value="true" />
<processorPath useClasspath="false">
<entry name="$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.42/8365263844ebb62398e0dc33057ba10ba472d3b8/lombok-1.18.42.jar" />
</processorPath>
<module name="kamco-geojson-scheduler.main" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="21" />
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_STRING" value="-parameters" />
</component>
</project>

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="delegatedBuild" value="false" />
<option name="testRunner" value="PLATFORM" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="corretto-21" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</GradleProjectSettings>
</option>
</component>
</project>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="corretto-21" project-jdk-type="JavaSDK" />
</project>

View File

@@ -1 +0,0 @@
com.kamco.cd.geojsonscheduler.GeoJsonSchedulerApplication

View File

@@ -1,11 +0,0 @@
spring:
datasource:
url: jdbc:postgresql://192.168.2.127:15432/kamco_cds
username: kamco_cds
password: kamco_cds_Q!W@E#R$
hikari:
minimum-idle: 2
maximum-pool-size: 5
training-data:
geojson-dir: /kamco-nfs/dataset

View File

@@ -1,8 +0,0 @@
spring:
datasource:
url: jdbc:postgresql://localhost:5432/kamco_cds
username: kamco_cds
password: kamco_cds
training-data:
geojson-dir: /tmp/geojson

View File

@@ -1,11 +0,0 @@
spring:
datasource:
url: jdbc:postgresql://127.0.0.1:15432/kamco_cds
username: kamco_cds
password: kamco_cds_Q!W@E#R$
hikari:
minimum-idle: 2
maximum-pool-size: 5
training-data:
geojson-dir: /kamco-nfs/dataset

View File

@@ -1,33 +0,0 @@
spring:
application:
name: kamco-geojson-scheduler
profiles:
active: local
datasource:
driver-class-name: org.postgresql.Driver
hikari:
minimum-idle: 2
maximum-pool-size: 2
connection-timeout: 20000
idle-timeout: 300000
max-lifetime: 1800000
batch:
job:
enabled: true
initialize-schema: never
training-data:
docker:
image: kamco-cd-dataset:latest
user: "1000:1000"
dataset-volume: /kamco-nfs/dataset:/dataset
images-volume: /kamco-nfs/images:/kamco-nfs:ro
input-root: /dataset
output-root: /dataset
patch-size: 512
overlap-pct: 50
train-val-test-ratio:
- "0.7"
- "0.2"
- "0.1"
keep-empty-ratio: 0.1

View File

@@ -1,2 +0,0 @@
Manifest-Version: 1.0

View File

@@ -1,2 +0,0 @@
Manifest-Version: 1.0

View File

@@ -1,11 +0,0 @@
spring:
datasource:
url: jdbc:postgresql://192.168.2.127:15432/kamco_cds
username: kamco_cds
password: kamco_cds_Q!W@E#R$
hikari:
minimum-idle: 2
maximum-pool-size: 5
training-data:
geojson-dir: /kamco-nfs/model_output/labeling/

View File

@@ -1,8 +0,0 @@
spring:
datasource:
url: jdbc:postgresql://localhost:5432/kamco_cds
username: kamco_cds
password: kamco_cds
training-data:
geojson-dir: /tmp/geojson

View File

@@ -1,11 +0,0 @@
spring:
datasource:
url: jdbc:postgresql://10.100.0.10:25432/temp
username: temp
password: temp123!
hikari:
minimum-idle: 2
maximum-pool-size: 5
training-data:
geojson-dir: /kamco-nfs/model_output/labeling/

View File

@@ -1,17 +0,0 @@
spring:
application:
name: kamco-geojson-scheduler
profiles:
active: local
datasource:
driver-class-name: org.postgresql.Driver
hikari:
minimum-idle: 2
maximum-pool-size: 2
connection-timeout: 20000
idle-timeout: 300000
max-lifetime: 1800000
batch:
job:
enabled: true
initialize-schema: always