You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
2.0 KiB

1 year ago
  1. <?xml version="1.0"?>
  2. <settings>
  3. <section name="BestShotMobile::Settings">
  4. <!-- 0 - None, 1 - Online, 2 - Offline -->
  5. <param name="LivenessType" type="Value::Int1" x="0" />
  6. </section>
  7. <section name="LivenessNone::Settings">
  8. <param name="AGSThreshold" type="Value::Float1" x="0.2" />
  9. <!-- x - pitch, y - yaw, z - roll -->
  10. <param name="HeadPoseThreshold" type="Value::Float3" x="20.0" y="20.0" z="30.0" />
  11. </section>
  12. <section name="LivenessOnline::Settings">
  13. <param name="AGSThreshold" type="Value::Float1" x="0.2" />
  14. <!-- x - pitch, y - yaw, z - roll -->
  15. <param name="HeadPoseThreshold" type="Value::Float3" x="20.0" y="20.0" z="30.0" />
  16. <param name="MinFaceSize" type="Value::Int1" x="220" />
  17. <param name="MinFrameSize" type="Value::Int1" x="480" />
  18. <param name="MinBorderPaddings" type="Value::Int1" x="25" />
  19. <param name="URL" type="Value::String" text="" />
  20. <param name="Luna-Account-Id" type="Value::String" text="" />
  21. </section>
  22. <section name="LivenessOffline::Settings">
  23. <param name="AGSThreshold" type="Value::Float1" x="0.2" />
  24. <!-- x - pitch, y - yaw, z - roll -->
  25. <param name="HeadPoseThreshold" type="Value::Float3" x="20.0" y="20.0" z="30.0" />
  26. <param name="MinCheckCount" type="Value::Int1" x="3" />
  27. </section>
  28. <section name="LivenessOfflineOSL::Settings">
  29. <param name="AGSThreshold" type="Value::Float1" x="0.2" />
  30. <!-- x - pitch, y - yaw, z - roll -->
  31. <param name="HeadPoseThreshold" type="Value::Float3" x="25.0" y="25.0" z="25.0" />
  32. <param name="MinFaceSize" type="Value::Int1" x="200" />
  33. <param name="MinBorderPaddings" type="Value::Int1" x="10" />
  34. </section>
  35. </settings>