open_model_zoo icon indicating copy to clipboard operation
open_model_zoo copied to clipboard

C++ Face Recognition demo

Open ivan-vikhrev opened this issue 2 years ago • 4 comments

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.

ivan-vikhrev avatar Jan 31 '23 13:01 ivan-vikhrev

cc @akorobeinikov

ivan-vikhrev avatar Jan 31 '23 13:01 ivan-vikhrev

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

Wovchena avatar Feb 02 '23 07:02 Wovchena

Please fix build/intel64/Release/face_recognition_demo tests. I will fix the rest

Wovchena avatar Feb 24 '23 08:02 Wovchena

Please fix build/intel64/Release/face_recognition_demo tests. I will fix the rest

Done

ivan-vikhrev avatar Feb 28 '23 12:02 ivan-vikhrev