Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

Interactive Face Detection C++ Demo with identification

Siméon
New Contributor I
1,152 Views

Hello,

I'm using the Interactive Face Detection C++ Demo for my project. I could see that there are some differences with the Python one that has the ```face-reidentification-retail-0095``` model. Is there a C++ model that also has it? I need the face recognition/identification, age/gender detector and the emotion detector. 

Because when I run the C++ demo, sometimes a same person got several IDs, specially if the gender changes. I would use the identification to keep the same ID.

I don't know if it's simple to add the identification model in the recognition demo, I'm a very beginner with OpenVINO and I couldn't find documentation about it.

 

Thanks in advance,
Simeon.

0 Kudos
2 Replies
Munesh_Intel
Moderator
1,122 Views

Hi Simeon,

The demos supported on the ‘face-reidentification-retail-0095’ model are Smart Classroom Demo and Interactive Face Recognition Demo.

More information is available at the following page:

https://docs.openvinotoolkit.org/2020.3/_demos_README.html#demos_that_support_pre_trained_models

 

Alternatively, I would suggest you try implementing face recognition based on FaceNet.

The following github link is about FaceNet C++ implementation in OpenVINO.

https://github.com/MekkaSiekka/Face-Recognition-with-OpenVino-Toolkit

 

Regards,

Munesh

0 Kudos
Siméon
New Contributor I
1,095 Views

Thanks for the reply and sorry for th late one. I'll check your links and come back later if I have questions

Regards,
Simeon

0 Kudos
Reply