|
|
- <?xml version="1.0"?>
- <settings>
- <section name="BestShotMobile::Settings">
- <!-- 0 - None, 1 - Online, 2 - Offline -->
- <param name="LivenessType" type="Value::Int1" x="0" />
- </section>
-
- <section name="LivenessNone::Settings">
- <param name="AGSThreshold" type="Value::Float1" x="0.2" />
- <!-- x - pitch, y - yaw, z - roll -->
- <param name="HeadPoseThreshold" type="Value::Float3" x="20.0" y="20.0" z="30.0" />
- </section>
-
- <section name="LivenessOnline::Settings">
- <param name="AGSThreshold" type="Value::Float1" x="0.2" />
- <!-- x - pitch, y - yaw, z - roll -->
- <param name="HeadPoseThreshold" type="Value::Float3" x="20.0" y="20.0" z="30.0" />
- <param name="MinFaceSize" type="Value::Int1" x="220" />
- <param name="MinFrameSize" type="Value::Int1" x="480" />
- <param name="MinBorderPaddings" type="Value::Int1" x="25" />
- <param name="URL" type="Value::String" text="" />
- <param name="Luna-Account-Id" type="Value::String" text="" />
- </section>
-
- <section name="LivenessOffline::Settings">
- <param name="AGSThreshold" type="Value::Float1" x="0.2" />
- <!-- x - pitch, y - yaw, z - roll -->
- <param name="HeadPoseThreshold" type="Value::Float3" x="20.0" y="20.0" z="30.0" />
- <param name="MinCheckCount" type="Value::Int1" x="3" />
- </section>
-
- <section name="LivenessOfflineOSL::Settings">
- <param name="AGSThreshold" type="Value::Float1" x="0.2" />
- <!-- x - pitch, y - yaw, z - roll -->
- <param name="HeadPoseThreshold" type="Value::Float3" x="25.0" y="25.0" z="25.0" />
- <param name="MinFaceSize" type="Value::Int1" x="200" />
- <param name="MinBorderPaddings" type="Value::Int1" x="10" />
- </section>
- </settings>
-
|