- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I've been trying to run the sample demos for successful installation of openVino, but I keep getting the following error:
I've also looked into the folder and when I head to "Intel\OpenVino *Only the inferencing folder comes up and the openVino_models folder doesn't appear. See below
Errors in BOLD
INTEL_OPENVINO_DIR is set to C:\Program Files (x86)\IntelSWTools\openvino
Python 3.7.4
ECHO is off.
Requirement already satisfied: pyyaml in c:\users\sebastian hernandez\appdata\roaming\python\python37\site-packages (5.1.2)
Requirement already satisfied: requests in c:\users\sebastian hernandez\appdata\roaming\python\python37\site-packages (2.18.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\sebastian hernandez\appdata\roaming\python\python37\site-packages (from requests) (2019.6.16)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\sebastian hernandez\appdata\roaming\python\python37\site-packages (from requests) (3.0.4)
Requirement already satisfied: idna<2.7,>=2.5 in c:\users\sebastian hernandez\appdata\roaming\python\python37\site-packages (from requests) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:\users\sebastian hernandez\appdata\roaming\python\python37\site-packages (from requests) (1.22)
You are using pip version 19.0.3, however version 19.2.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Download public squeezenet1.1 model
Models have been loaded previously. Skip loading model step.
Model path: C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO\openvino_models\models\FP16\classification\squeezenet\1.1\caffe\squeezenet1.1.prototxt
python "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\tools\model_downloader\downloader.py" --name squeezenet1.1 --output_dir C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO\openvino_models\models\FP16 --cache_dir C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO\openvino_models\ir\cache
error: unrecognized arguments: Hernandez\Documents\Intel\OpenVINO\openvino_models\models\FP16 Hernandez\Documents\Intel\OpenVINO\openvino_models\ir\cache
usage: downloader.py [-h] [-c CONFIG.YML] [--name PAT[,PAT...]]
[--list FILE.LST] [--all] [--print_all] [-o DIR]
[--cache_dir DIR] [--num_attempts N]
optional arguments:
-h, --help show this help message and exit
-c CONFIG.YML, --config CONFIG.YML
path to YML configuration file
--name PAT[,PAT...] download only topologies whose names match at least
one of the specified patterns
--list FILE.LST download only topologies whose names match at least
one of the patterns in the specified file
--all download all topologies from the configuration file
--print_all print all available topologies
-o DIR, --output_dir DIR
path where to save topologies
--cache_dir DIR directory to use as a cache for downloaded files
--num_attempts N attempt each download up to N times
list_topologies.yml - default configuration file
squeezenet1.1 model downloading completed
Waiting for 0 seconds, press a key to continue ...
Target folder C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO\openvino_models\ir\FP16\classification\squeezenet\1.1\caffe already exists. Skipping IR generation with Model Optimizer.
If you want to convert a model again, remove the entire C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO\openvino_models\ir\FP16\classification\squeezenet\1.1\caffe folder.
Waiting for 0 seconds, press a key to continue ...
###############|| Generate VS solution for Inference Engine samples using cmake ||###############
Waiting for 0 seconds, press a key to continue ...
"vswhere tool is not found"
Creating Visual Studio 14 2015 x64 files in C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO\inference_engine_samples_build...
-- Selecting Windows SDK version to target Windows 10.0.18362.
-- The C compiler identification is MSVC 19.0.24215.1
-- The CXX compiler identification is MSVC 19.0.24215.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check size of __int32
-- Check size of __int32 - done
-- Found InferenceEngine: C:/Program Files (x86)/IntelSWTools/openvino/deployment_tools/inference_engine/lib/intel64/Release/inference_engine.lib (Required is at least version "2.0")
-- Performing Test HAVE_CPUID_INFO
-- Performing Test HAVE_CPUID_INFO - Success
-- Host CPU features:
-- 3DNOW not supported
-- 3DNOWEXT not supported
-- ABM not supported
-- ADX supported
-- AES supported
-- AVX supported
-- AVX2 supported
-- AVX512CD not supported
-- AVX512F not supported
-- AVX512ER not supported
-- AVX512PF not supported
-- BMI1 supported
-- BMI2 supported
-- CLFSH supported
-- CMPXCHG16B supported
-- CX8 supported
-- ERMS supported
-- F16C supported
-- FMA supported
-- FSGSBASE supported
-- FXSR supported
-- HLE supported
-- INVPCID supported
-- LAHF supported
-- LZCNT supported
-- MMX supported
-- MMXEXT not supported
-- MONITOR supported
-- MOVBE supported
-- MSR supported
-- OSXSAVE supported
-- PCLMULQDQ supported
-- POPCNT supported
-- PREFETCHWT1 not supported
-- RDRAND supported
-- RDSEED supported
-- RDTSCP supported
-- RTM supported
-- SEP supported
-- SHA not supported
-- SSE supported
-- SSE2 supported
-- SSE3 supported
-- SSE4.1 supported
-- SSE4.2 supported
-- SSE4a not supported
-- SSSE3 supported
-- SYSCALL supported
-- TBM not supported
-- XOP not supported
-- XSAVE supported
-- TBB include: C:/Program Files (x86)/IntelSWTools/openvino/deployment_tools/inference_engine/external/tbb/include
-- TBB Release lib: C:/Program Files (x86)/IntelSWTools/openvino/deployment_tools/inference_engine/lib/intel64/Release/tbb.lib
-- TBB Debug lib: C:/Program Files (x86)/IntelSWTools/openvino/deployment_tools/inference_engine/lib/intel64/Debug/tbb_debug.lib
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Sebastian Hernandez/Documents/Intel/OpenVINO/inference_engine_samples_build
Waiting for 0 seconds, press a key to continue ...
###############|| Build Inference Engine samples using MS Visual Studio (MSBuild.exe) ||###############
Waiting for 0 seconds, press a key to continue ...
C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Samples.sln /p:Configuration=Release /t:classification_sample_async /clp:ErrorsOnly /m
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.
Waiting for 0 seconds, press a key to continue ...
###############|| Run Inference Engine classification sample ||###############
Waiting for 0 seconds, press a key to continue ...
The system cannot find the path specified.
0 file(s) copied.
classification_sample_async.exe -i "C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\demo\\car.png" -m "C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO\openvino_models\ir\FP16\classification\squeezenet\1.1\caffe\squeezenet1.1.xml" -d MYRIAD
[ INFO ] InferenceEngine:
API version ............ 2.0
Build .................. 27579
Description ....... API
[ INFO ] Parsing input parameters
[ INFO ] Parsing input parameters
[ INFO ] Files were added: 1
[ INFO ] C:\Program Files (x86)\IntelSWTools\openvino\deployment_tools\demo\\car.png
[ INFO ] Creating Inference Engine
MYRIAD
myriadPlugin version ......... 2.0
Build ........... 27579
[ INFO ] Loading network files
[ ERROR ] Error loading xmlfile: C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO\openvino_models\ir\FP16\classification\squeezenet\1.1\caffe\squeezenet1.1.xml, File was not found at line: 1 pos: 0
Error
P.S.
All dependencies have been installed.
CPU i9 9900kf
Windows 10 latest update
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Hernandez, Sebastian
The space in your User name is probably why:
C:\Users\Sebastian Hernandez\Documents\Intel\OpenVINO
Other customers have suffered this problem also. Can you kindly create another User this time without a space in the UserID ? For instance SebastianHernandez or Sebastian_Hernandez would work.
Thanks,
Shubha

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page