### Build in Linuxmkdir build//copy the "face detection lib"and"face_detection.h"to the //directory "build"for building the test example.cd build cmake .. makeIf everything goes fine, move onto test the program. Note: you should copy the face detetion model [seeta_fd_frontal_v1.0.bin](../FaceDetection/model/seeta_fd_frontal_v1.0.bin) to the directory "build" before testing.cd .. ./build/fa_testThe alignment results are stored in"result.jpg".
运行test后build下为:
6. 第三步进入Indentification 同样根据Readme
Linux & Mac OS
//Change current working directory to `SeetaFace/FaceIdentification` //and run the following command:mkdir build cd build cmake .. && make//If everything goes fine, move onto test the program: ./build/src/test/test_face_recognizer.bin