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.
6392 Discussions

Is it possible to isolate the detection at the closest face in the camera?

CSaba3
Beginner
442 Views

OpenVino R3.1 - Face Detection

0 Kudos
3 Replies
MAURICIOAL_R_Intel
Moderator
290 Views

Hello CSaba3,

 

As this is a coding issue, it has to be done by yourself. You will need to add some logic to only display the biggest detected face. An idea from our end is to compare all the face rectangles detected and only display the biggest one. This means that the biggest rectangle is the closest face to the camera.

 

Regards,

Mauricio R.

0 Kudos
CSaba3
Beginner
290 Views

Hello Mauricio R.

 

I had the same idea! I'm only a beginner trying to work my way around Open Vino. Thank you for indulging my question!

 

I also have another issue, I cannot run my application in GPU. It always return an error: [ ERROR ] ..\thirdparty\clDNN\src\gpu\convolution_gpu.cpp at line: 210

Error has occured for: convolution:conv1

Best_kernel.empty()(true) should be false

Cannot find a proper kernel with these arguments

 

Regards,

Christler

0 Kudos
MAURICIOAL_R_Intel
Moderator
290 Views

Thank you for your response.

 

To continue with your GPU issue, please provide us additional information to replicate your issue from our end.

 

Which version of OpenVINO are you using?

Which GPU are you using?

What OS are you using?

Which model are you using?

Are you using one of our sample/demo applications?

If you converted the model using the model optimizer, can you provide us your Model Optimizer command?

 

Regards,

Mauricio R.

 

0 Kudos
Reply