Table of Contents

OpenVINO

Neural Compute Stick (NCS)

Demo 01

C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\demo\demo_security_barrier_camera.bat

Demo 02

## Remove audio input to avoid a bug on OpenVINO 2020.2.117
ffmpeg.exe -an -i sample.mov sample.mp4
C:\Program Files (x86)\IntelSWTools\openvino\bin\setupvars.bat
object_detection_demo_ssd_async.exe -m person-detection-retail-0013.xml -i sample.mp4 -d MYRIAD -t 0.10 -r
interactive_face_detection_demo.exe -m face-detection-retail-0005.xml -i sample.mp4 -o sample_face.mp4 -d MYRIAD -t 0.15 -r

References

OpenVINO
https://docs.openvino.ai/