From 46c732366164bcfac83d0a191c31c3ed746cb387 Mon Sep 17 00:00:00 2001 From: melad Date: Wed, 17 Jul 2024 18:33:48 +0300 Subject: [PATCH] Rename roc v3 template format to RANK_ONE_3_1 --- .../com/simprints/face/infra/rocv3/detection/RocV3Detector.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face/infra/roc-v3/src/main/java/com/simprints/face/infra/rocv3/detection/RocV3Detector.kt b/face/infra/roc-v3/src/main/java/com/simprints/face/infra/rocv3/detection/RocV3Detector.kt index 9155690dff..c9a17dac19 100644 --- a/face/infra/roc-v3/src/main/java/com/simprints/face/infra/rocv3/detection/RocV3Detector.kt +++ b/face/infra/roc-v3/src/main/java/com/simprints/face/infra/rocv3/detection/RocV3Detector.kt @@ -156,7 +156,7 @@ class RocV3Detector @Inject constructor() : FaceDetector { } companion object { - const val RANK_ONE_TEMPLATE_FORMAT_3_1 = "RANK_ONE_EMBEDDED_3_1" + const val RANK_ONE_TEMPLATE_FORMAT_3_1 = "RANK_ONE_3_1" const val MAX_FACE_DETECTION = 1 const val FALSE_DETECTION_RATE = 0.1f const val RELATIVE_MIN_SIZE = 0.2f