We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think the cpp sample for face detection hasn't been updated:
the code requests face_detect
face_detect
INSPIRE_LAUNCH->Load("test_res/pack/Megatron"); auto archive = INSPIRE_LAUNCH->getMArchive(); auto ret = archive.LoadModel("face_detect", detModel);
but the models included in the zip file doesn't have it:
== Megatron v0.1.3 == yaml tag yaml version yaml face_detect_160 yaml face_detect_320 yaml face_detect_640 yaml landmark yaml refine_net yaml pose_quality yaml feature yaml mask_detect yaml rgb_anti_spoofing yaml face_attribute yaml blink_predict detection model loaded -13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think the cpp sample for face detection hasn't been updated:
the code requests
face_detect
but the models included in the zip file doesn't have it:
The text was updated successfully, but these errors were encountered: