Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkneen committed Aug 21, 2024
1 parent 6f096c9 commit 5aceb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/face_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_face_analyser() -> Any:

if FACE_ANALYSER is None:
FACE_ANALYSER = insightface.app.FaceAnalysis(name='buffalo_l', providers=modules.globals.execution_providers)
FACE_ANALYSER.prepare(ctx_id=0, det_size=(640, 640))
FACE_ANALYSER.prepare(ctx_id=0, det_size=(1280, 720))
return FACE_ANALYSER


Expand Down

0 comments on commit 5aceb77

Please sign in to comment.