seetaface / SeetaFaceEngine

Other
4.59k stars 1.78k forks source link

FaceIdentification build error #177

Open hengshan123 opened 6 years ago

hengshan123 commented 6 years ago

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)’未定义的引用

zhouzhouguoguo commented 6 years ago

I also met the flow problem

hengshan123 commented 6 years ago

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