markson14 / FaceRecognitionCpp

Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
47 stars 24 forks source link

Recording ground truth. And "Segmentation fault (core dumped)" #9

Open brealisty opened 1 year ago

brealisty commented 1 year ago

the step "Recording ground truth:mkdir img and set record to 1 to record ground truth image for face recognition." where is the record? Is this dir "img" face database? should be as follow: -img -person1 -1.jpg -person2 -1.jpg

os:linux 18.04 opencv(4.6.0) tvm(0.10) after changing the tvm path in CMakeLists.txt, prefix and arcface_model in facetracking.hpp. complie this project, get some "error: 'make_unique is not a member of std.....'"(seems tvm version to hight), so I modify SET(CMAKE_CXX_STANDARD 11) to SET(CMAKE_CXX_STANDARD 11) in this project's CMakeLists.txt. no error but some warnning,and run ./FaceRecognitionCPP, get "Segmentation fault (core dumped)"