The OpenVINO toolkit installation also provides various demo and sample applications. Just to test the installation, let's see whether we can run the interactive face detection demo.
First, we will move to the samples directory in the deployment_tools/inference_engine folder. You will find the various demo applications here, such as image classification and inference pipeline.
The interactive face detection demo takes in video as input and performs face detection coupled with age, gender, head-pose, emotion, and facial landmark detection. Depending on the kind of detection you want to perform, you can use a model from the list of the following pre-trained models:
- You can perform face detection only with face-detection-adas-0001.
- For face detection along with other operations, you can use the following:
- Age and gender recognition: age-gender...