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.

77 lines
4.2 KiB

1 year ago
  1. <?xml version="1.0"?>
  2. <settings>
  3. <section name="system">
  4. <param name="verboseLogging" type="Value::Int1" x="2" />
  5. </section>
  6. <section name="DescriptorFactory::Settings">
  7. <param name="model" type="Value::Int1" x="59" />
  8. <param name="useMobileNet" type="Value::Int1" x="1" />
  9. <param name="distance" type="Value::String" text="L2" />
  10. <param name="descriptorCountWarningLevel" type="Value::Float1" x="0.9" />
  11. </section>
  12. <section name="FaceDetV2::Settings">
  13. <param name="FirstThreshold" type="Value::Float1" x="0.51385"/>
  14. <param name="SecondThreshold" type="Value::Float1" x="0.248"/>
  15. <param name="ThirdThreshold" type="Value::Float1" x="0.76"/>
  16. <param name="minFaceSize" type="Value::Int1" x="50" />
  17. <param name="scaleFactor" type="Value::Float1" x="0.7" />
  18. <param name="paddings" type="Value::Float4" x="-0.20099958" y="0.10210337" z="0.20363552" w="0.08490226" />
  19. <param name="redetectTolerance" type="Value::Int1" x="0" />
  20. <param name="useLNet" type="Value::Int1" x="0" />
  21. </section>
  22. <section name="LNet::Settings">
  23. <param name="planName" type="Value::String" text="LNet_fast_v2" />
  24. <param name="size" type="Value::Int1" x="96" />
  25. <param name="mean" type="Value::Float3" x="0.0" y="0.0" z="0.0" />
  26. <param name="sigma" type="Value::Float3" x="0.0" y="0.0" z="0.0" />
  27. </section>
  28. <section name="HeadPoseEstimator::Settings">
  29. <param name="useEstimationByImage" type="Value::Int1" x="1"/>
  30. <param name="useEstimationByLandmarks" type="Value::Int1" x="0"/>
  31. </section>
  32. <section name="EyeEstimator::Settings">
  33. <param name="useStatusPlan" type="Value::Int1" x="1"/>
  34. </section>
  35. <section name="LivenessOneShotRGBEstimator::Settings">
  36. <param name="useMobileNet" type="Value::Int1" x="1" />
  37. <!--Parameters for backend version (useMobileNet == 0) -->
  38. <param name="realThreshold" type="Value::Float1" x="0.5"/>
  39. <param name="qualityThreshold" type="Value::Float1" x="0.5" />
  40. <param name="calibrationCoeff" type="Value::Float1" x="0.94"/>
  41. <!--Parameters for mobile version (useMobileNet == 1) -->
  42. <param name="mobileRealThreshold" type="Value::Float1" x="0.5"/>
  43. <param name="mobileQualityThreshold" type="Value::Float1" x="0.5" />
  44. <param name="mobileCalibrationCoeff" type="Value::Float1" x="0.99"/>
  45. </section>
  46. <section name="MedicalMaskEstimatorV3::Settings">
  47. <param name="maskExtendedThreshold" type="Value::Float1" x="0.65"/>
  48. <param name="noMaskExtendedThreshold" type="Value::Float1" x="0.65"/>
  49. <param name="maskNotInPlaceExtendedThreshold" type="Value::Float1" x="0.65"/>
  50. <param name="occludedFaceExtendedThreshold" type="Value::Float1" x="0.5"/>
  51. <param name="maskThreshold" type="Value::Float1" x="0.65"/>
  52. <param name="noMaskThreshold" type="Value::Float1" x="0.65"/>
  53. <param name="occludedFaceThreshold" type="Value::Float1" x="0.65"/>
  54. </section>
  55. <section name="QualityEstimator::Settings">
  56. <param name="blurThreshold" type="Value::Float1" x="0.61"/>
  57. <param name="lightThreshold" type="Value::Float1" x="0.57"/>
  58. <param name="darknessThreshold" type="Value::Float1" x="0.50"/>
  59. <param name="illuminationThreshold" type="Value::Float1" x="0.1"/>
  60. <param name="specularityThreshold" type="Value::Float1" x="0.1"/>
  61. </section>
  62. <section name="GlassesEstimator::Settings">
  63. <param name="noGlassesThreshold" type="Value::Float1" x="0.986"/>
  64. <param name="eyeGlassesThreshold" type="Value::Float1" x="0.57"/>
  65. <param name="sunGlassesThreshold" type="Value::Float1" x="0.506"/>
  66. </section>
  67. </settings>