"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

March 06, 2019

Day #216 - My Date with OpenVino

The Steps are detailed in link

On Running the following Pre-requisites were mentioned. 
1. OpenCL Driver - Intel Driver Update Utility.
2. Visual studio 2017
3. Python 3.6 64 bit

Followed Steps provided on VS2017 Package and Details
conda install python=3.6.5

After installation goto the environment and run
1. Goto Folder and Run C:\Intel\computer_vision_sdk\bin\setupvars.bat


2. Run C:\Intel\computer_vision_sdk_2018.5.456\deployment_tools\model_optimizer\install_prerequisites


3. protobuf not installed error
4. pip install protobug
5. Re-Again - demo_squeezenet_download_convert_run.bat

6. Run Next Demo demo_security_barrier_camera.bat
7. Output is the image



After the Output seems my system and myself are on the same page. The date is Over!!!

Available Models - C:\Intel\computer_vision_sdk_2018.5.456\deployment_tools\computer_vision_algorithms\share\cva

Models located in C:\Intel\computer_vision_sdk_2018.5.456\deployment_tools\computer_vision_algorithms\share\cva\PersonReidentification\doc\examples

Outside the build file it builds executable and inference engine
C:\Users\#user#\Documents\Intel\OpenVINO\inference_engine_samples_2017\intel64\Release\classification_sample.exe -i C:\Intel\computer_vision_sdk_2018.5.456\deployment_tools\demo\\car.png -m "C:\Users\#user#\Documents\Intel\OpenVINO\openvino_models\ir\FP32\classification\squeezenet\1.1\caffe\squeezenet1.1.xml" -d CPU


There is a build file which needs to be understood and built to fix it. I was quickly trying to leverage the exe.

More Examples - https://software.intel.com/en-us/articles/OpenVINO-IE-Samples#multi-channel-face-detection-sample

Happy Mastering DL!!!

No comments: