User's Manual

Chapter 3 Drivers Installation 33
UPS-NANO
Q. #7 Type: cd ~/inference_engine_samples_build/intel64/Release/
7. Run demo face detection by use MYRIAD
R. #1 Type: cd ~/inference_engine_samples_build/intel64/Release/
S. #2 Type: sudo su
T. #3 Type: source /opt/intel/computer_vision_sdk/bin/setupvars.sh
U. #4 Type: ./interactive_face_detection_demo -i "cam" -m
/opt/intel/computer_vision_sdk/deployment_tools/intel_models/face-
detection-adas-0001/FP16/face-detection-adas-0001.xml -d MYRIAD
8. Run demo face detection by use CPU
V. #1 Type: cd ~/inference_engine_samples_build/intel64/Release/
W. Type: sudo su
X. #3 Type: source /opt/intel/computer_vision_sdk/bin/setupvars.sh
Y. #4 Type: ./interactive_face_detection_demo -i "cam" -m
/opt/intel/computer_vision_sdk/deployment_tools/intel_models/face-
detection-adas-0001/FP16/face-detection-adas-0001.xml -d CPU
9. Run demo face detection by use GPU
Z. #1 Type: cd ~/inference_engine_samples_build/intel64/Release/
AA. #2 Type: sudo su
BB. #3 Type: source /opt/intel/computer_vision_sdk/bin/setupvars.sh
CC. #4 Type: ./interactive_face_detection_demo -i "cam" -m
DD. /opt/intel/computer_vision_sdk/deployment_tools/intel_models/face-
detection-adas-0001/FP16/face-detection-adas-0001.xml -d GPU