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.

Face detection error

yleal
Principiante
703 Visualizações

Hi, I am trying to run the model of face_detection_mtcnn_demo using some images but no one works, could you tell me which images are the ones that I should use, please? I mean, which path is the correct for the demo face_detection_mtcnn_demo?

0 Kudos
2 Respostas
Hairul_Intel
Moderador
677 Visualizações

Hi yleal,

Thank you for reaching out to us.

 

If you provide a single image as an input, the Face Detection MTCNN Python Demo processes and renders it quickly, then exits. To continuously visualize inference results on the screen, apply the loop option, which enforces processing a single image in a loop.

 

Here is the command for running the demo with image as an input:

python face_detection_mtcnn_demo.py -m_o public\mtcnn\mtcnn-o\FP16\mtcnn-o.xml -m_p public\mtcnn\mtcnn-p\FP16\mtcnn-p.xml -m_r public\mtcnn\mtcnn-r\FP16\mtcnn-r.xml -i image.jpg --loop

 

 

Regards,

Hairul


Hairul_Intel
Moderador
640 Visualizações

Hi yleal,

This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.

 

 

Regards,

Hairul


Responder