Replaced DLDT to OpenVINO (#12580)
* Replaced DLDT to OpenVINO * Fixed samples build dir * Fixed build folders
This commit is contained in:
@@ -15,7 +15,7 @@ usage() {
|
||||
}
|
||||
|
||||
samples_type=$(basename "$( dirname "${BASH_SOURCE[0]-$0}" )" )
|
||||
build_dir="$HOME/inference_engine_${samples_type}_samples_build"
|
||||
build_dir="$HOME/openvino_${samples_type}_samples_build"
|
||||
sample_install_dir=""
|
||||
|
||||
# parse command line options
|
||||
|
||||
@@ -8,7 +8,7 @@ SETLOCAL EnableDelayedExpansion
|
||||
set "ROOT_DIR=%~dp0"
|
||||
FOR /F "delims=\" %%i IN ("%ROOT_DIR%") DO set SAMPLES_TYPE=%%~nxi
|
||||
|
||||
set "SAMPLE_BUILD_DIR=%USERPROFILE%\Documents\Intel\OpenVINO\inference_engine_%SAMPLES_TYPE%_samples_build"
|
||||
set "SAMPLE_BUILD_DIR=%USERPROFILE%\Documents\Intel\OpenVINO\openvino_%SAMPLES_TYPE%_samples_build"
|
||||
set SAMPLE_INSTALL_DIR=
|
||||
|
||||
:: command line arguments parsing
|
||||
|
||||
Reference in New Issue
Block a user