open_model_zoo
open_model_zoo copied to clipboard
C++ Face Recognition demo
C++ version of face recognition demo, unlike python version it has support of antispoof model.
Demo requires c++17 standard for compilation, cause it utilizes std::filesystem
for creating an initial gallery of faces. If it is a problem, the implementation could be changed.
cc @akorobeinikov
I haven't looked into it yet. We still use C++11. You may find this helpful https://github.com/openvinotoolkit/open_model_zoo/blob/2029eefe2e57a0fd984069db1a28e7d7585fcfcc/demos/common/cpp/utils/src/images_capture.cpp#L82
Please fix build/intel64/Release/face_recognition_demo
tests. I will fix the rest
Please fix build/intel64/Release/face_recognition_demo tests. I will fix the rest
Done