add make dataset
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +0,0 @@
|
|||||||
#Sun Feb 08 18:46:40 KST 2026
|
|
||||||
gradle.version=8.14.3
|
|
||||||
Binary file not shown.
Binary file not shown.
8
kamco-make-dataset-generation/.idea/.gitignore
generated
vendored
8
kamco-make-dataset-generation/.idea/.gitignore
generated
vendored
@@ -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
|
|
||||||
19
kamco-make-dataset-generation/.idea/compiler.xml
generated
19
kamco-make-dataset-generation/.idea/compiler.xml
generated
@@ -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>
|
|
||||||
19
kamco-make-dataset-generation/.idea/gradle.xml
generated
19
kamco-make-dataset-generation/.idea/gradle.xml
generated
@@ -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>
|
|
||||||
8
kamco-make-dataset-generation/.idea/misc.xml
generated
8
kamco-make-dataset-generation/.idea/misc.xml
generated
@@ -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>
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
com.kamco.cd.geojsonscheduler.GeoJsonSchedulerApplication
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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/
|
|
||||||
@@ -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
|
|
||||||
@@ -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/
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user