Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoenrollconfig #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions guard/templates/autoEnroll/autoEnrollDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- name: "sf-gitlab-registry-creds"
containers:
- name: auto-enroll
image: registry.gitlab.com/innovatrics/smartface/integrations-auto-enroll:0.2.10
image: registry.gitlab.com/innovatrics/smartface/integrations-auto-enroll:0.2.12
imagePullPolicy: Always
ports:
- containerPort: 80
Expand All @@ -31,13 +31,13 @@ spec:
value: "600"
- name: Config__RegisterFaceConfidence
value: "1000"
- name: Config__Conditions_YawAngle__Min
- name: Config__Conditions__YawAngle__Min
value: "-20"
- name: Config__Conditions_YawAngle__Max
- name: Config__Conditions__YawAngle__Max
value: "20"
- name: Config__Conditions_RollAngle__Min
- name: Config__Conditions__RollAngle__Min
value: "-20"
- name: Config__Conditions_RollAngle__Max
- name: Config__Conditions__RollAngle__Max
value: "20"
- name: Config__Conditions__Sharpness__Min
value: "-8000"
Expand All @@ -47,8 +47,12 @@ spec:
value: "2000"
- name: Config__DebugOutputFolder
value: ""
- name: Config__DuplicateSearchThreshold
value: "32"
- name: Config__MaxParallelActionBlocks
value: "1"
- name: Config__Conditions__FramePaddingRelative
value: "0.15"

- name: Source__GraphQL__Host
value: {{ .Values.smartface.graphqlApi.dnsHost }}
Expand Down