-
Notifications
You must be signed in to change notification settings - Fork 254
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
提一个bug,有一张图片在检测人脸关键点的时候,程序退出 #39
Comments
真的會退出... 你解決了嗎? |
你看一下他检测到的人脸个数为0,你提前做个预判就可以了
| |
军伟
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
在2019年02月14日 17:46,Ming-Hsuan-Tu 写道:
真的會退出... 你解決了嗎?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
不過這看起來是沒有 detect 到臉的關係 |
是的,@seetaface也没人鸟我,哎,这个,我也很无奈
| |
军伟
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
在2019年02月14日 17:48,Ming-Hsuan-Tu 写道:
不過這看起來是沒有 detect 到臉的關係
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cv::Mat mat2 = cv::imread(imageB_Path.c_str());
seeta::cv::ImageData image2 = mat2;
int probe_face_num = 0 ;
SeetaRect *face2 = FD.Detect(image2, &probe_face_num);
SeetaPointF points2[5];
PD.DetectEx(image2, *face2, points2);//这一句程序退出
图片如下:
The text was updated successfully, but these errors were encountered: