Skip to content

提一个bug,有一张图片在检测人脸关键点的时候,程序退出 #39

@akbarxie

Description

@akbarxie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions