Spaces:
Sleeping
Sleeping
Update core/config.py
Browse files- core/config.py +2 -2
core/config.py
CHANGED
|
@@ -11,8 +11,8 @@ THRESHOLDS = {
|
|
| 11 |
# The absolute gate: Average score across models must be > 65%
|
| 12 |
REQUIRED_AVERAGE_CONFIDENCE = 65.0
|
| 13 |
|
| 14 |
-
# Advanced Quality Gate
|
| 15 |
-
MIN_FACE_AREA =
|
| 16 |
|
| 17 |
# Application Configuration
|
| 18 |
COOL_DOWN_SEC = 5
|
|
|
|
| 11 |
# The absolute gate: Average score across models must be > 65%
|
| 12 |
REQUIRED_AVERAGE_CONFIDENCE = 65.0
|
| 13 |
|
| 14 |
+
# Advanced Quality Gate (Upgraded for 720p)
|
| 15 |
+
MIN_FACE_AREA = 12000 # Rejects low-detail faces (requires more pixel data)
|
| 16 |
|
| 17 |
# Application Configuration
|
| 18 |
COOL_DOWN_SEC = 5
|