seetaface / SeetaFaceEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceIdentification build error

hengshan123 opened this issue · comments

I have compiled detector and alignment success on ubuntu16.04. When i compile FaceIdentification, i copy the so of detection and alignment and *.h into build dir. But i still get error:

test_face_verification.cpp:(.text.startup+0x2c):对‘seeta::FaceDetection::FaceDetection(char const*)’未定义的引用
test_face_verification.cpp:(.text.startup+0x3d):对‘seeta::FaceDetection::SetMinFaceSize(int)’未定义的引用
test_face_verification.cpp:(.text.startup+0x51):对‘seeta::FaceDetection::SetScoreThresh(float)’未定义的引用
test_face_verification.cpp:(.text.startup+0x65):对‘seeta::FaceDetection::SetImagePyramidScaleFactor(float)’未定义的引用

I also met the flow problem

参考这个博客 我解决了问题 http://blog.csdn.net/eli00001/article/details/53506038