-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to increase number of simultaneous face detection in one frame #2
Comments
@rahulsharma11 Yes, see facecaffe/face_demo.cpp: std::string FaceDemo::Recognize(cv::Mat &frame, int face_num) |
Ok....Thanks. |
@rahulsharma11 sorry, i forget. you should also change the default setting here: |
Hi @xcls1117 , Can you please just verify that only these changes would be sufficient by yourself? if possible? |
Hi, |
Hi,
Thanks for the awesome project.
Here i tested for the max number of simultaneous face recognition/detection (in one frame) is 3 . Can i increase this number?
In older version "FaceRecognition" there is a parameter "maxFaceNum" that can be used to increase simultaneous number of face detection. Is there something same in this project?
Thanks.
The text was updated successfully, but these errors were encountered: