Skip to content

Latest commit

 

History

History

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Introduction

This part was how to command on the terminal in your Ubuntu . You can use the batch file demo

Before you use ./demo . You need to replace /Your_path/ to your file path on the batch file.

You can also cammand on your terminal as below (ex: Interactive Face Detection)

init the environment
source /opt/intel/openvino/bin/setupvars.sh

go to the exe file
cd /Your_path/Athena-A1/intel64/Release

Run ./interactive_face_detection_demo
-i : output from ipcam
-m : input face-detection-retail-0004 IR file
-d : deploy device on CPU , GPU MYRIAD(VPU)
-m_ag : input age-gender-recognition-retail-0013 IR file
-d_ag : deploy device on CPU , GPU MYRIAD(VPU)
-m_em : input emotions-recognition-retail-0003 IR file
-d_em : deploy device on CPU , GPU MYRIAD(VPU)

./interactive_face_detection_demo -i ipcam -m PATH/face_detection/face-detection-retail-0004/face-detection-retail-0004.xml -d GPU -m_ag PATH/face_detection/age-gender-recognition-retail-0013/age-gender-recognition-retail-0013.xml -d_ag GPU -m_em PATH/face_detection/emotions-recognition-retail-0003/emotions-recognition-retail-0003.xml -d_em GPU You can see the output from the IP cam
Other demo command was similar to interactive_face_detection_demo .