Update face_analyser.py
320 was over optimized, put back to 640
This commit is contained in:
@@ -30,7 +30,7 @@ def get_face_analyser() -> Any:
|
|||||||
providers=modules.globals.execution_providers,
|
providers=modules.globals.execution_providers,
|
||||||
allowed_modules=['detection', 'recognition', 'landmark_2d_106']
|
allowed_modules=['detection', 'recognition', 'landmark_2d_106']
|
||||||
)
|
)
|
||||||
FACE_ANALYSER.prepare(ctx_id=0, det_size=(320, 320))
|
FACE_ANALYSER.prepare(ctx_id=0, det_size=(640, 640))
|
||||||
return FACE_ANALYSER
|
return FACE_ANALYSER
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user