Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ Demo SFace Recognizer #259

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

keanep
Copy link
Contributor

@keanep keanep commented Jun 3, 2024

Details

This pull request adds a C++ demo for the SFace recognizer requested in #135.

  • README.md was updated to include basic instructions for compiling and running the C++ demo.
  • CMakeLists.txt contains the cmake code necessary for building the C++ demo.
  • demo.cpp contains the source for the C++ demo.

Testing

The demo has two available modes.

Static Images: the user provides a target image (left), and a query image (right).

result

Dynamic Webcam: the user provides a target image (left), and webcam is used for the query image (right).

output_all

@fengyuentau fengyuentau self-assigned this Jun 3, 2024
@fengyuentau fengyuentau added the demo anything related to demo in Python / C++ label Jun 3, 2024
@fengyuentau fengyuentau self-requested a review June 3, 2024 03:58
Copy link
Member

@fengyuentau fengyuentau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contributions 👍 LGTM

@fengyuentau fengyuentau merged commit a0fda4c into opencv:main Jun 3, 2024
@fengyuentau fengyuentau added this to the 4.10.0 milestone Jun 3, 2024
@keanep keanep deleted the add_sface_cpp_demo branch June 3, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demo anything related to demo in Python / C++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants