TrungTran commited on
Commit
66f4f10
·
verified ·
1 Parent(s): fd39792

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def _load_detector():
124
  _DETECTOR = "unavailable"
125
 
126
 
127
- _FACE_PAD = 0.10 # 10% proportional padding — matches LAGENDA benchmark MAE=3.555
128
 
129
 
130
  def _detect_faces(img_rgb: np.ndarray,
 
124
  _DETECTOR = "unavailable"
125
 
126
 
127
+ _FACE_PAD = 0.2 # 20% proportional padding — matches LAGENDA benchmark MAE=3.456
128
 
129
 
130
  def _detect_faces(img_rgb: np.ndarray,