Skip to content
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

Open
akbarxie opened this issue Feb 1, 2019 · 5 comments

Comments

@akbarxie
Copy link

akbarxie commented Feb 1, 2019

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);//这一句程序退出
图片如下:
255

@akbarxie
Copy link
Author

@seetaface

@twmht
Copy link

twmht commented Feb 14, 2019

真的會退出... 你解決了嗎?

@akbarxie
Copy link
Author

akbarxie commented Feb 14, 2019 via email

@twmht
Copy link

twmht commented Feb 14, 2019

不過這看起來是沒有 detect 到臉的關係

@akbarxie
Copy link
Author

akbarxie commented Feb 14, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants