mirror of
https://github.com/deepinsight/insightface.git
synced 2026-04-18 18:03:04 +00:00
Fix the issue of rga image processing for face detection
This commit is contained in:
@@ -98,7 +98,7 @@ int main(int argc, char* argv[]) {
|
||||
/* Maximum number of faces detected */
|
||||
maxDetectNum = 20;
|
||||
/* Face detection image input level */
|
||||
detectPixelLevel = 160;
|
||||
detectPixelLevel = 320;
|
||||
/* Handle of the current face SDK algorithm context */
|
||||
session = NULL;
|
||||
ret = HFCreateInspireFaceSessionOptional(option, detMode, maxDetectNum, detectPixelLevel, -1, &session);
|
||||
|
||||
Reference in New Issue
Block a user