fixed scripts permissions

This commit is contained in:
openvino-pushbot 2018-10-16 20:52:11 +03:00
parent eae43f8429
commit e607ee7021
15 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ The software was validated on:
### Software Requirements
- [CMake\*](https://cmake.org/download/) 3.9 or higher
- [OpenBLAS\*](https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download) or
- [OpenBLAS\*](https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download) and [mingw64\* runtime dependencies](https://sourceforge.net/projects/openblas/files/v0.2.14/mingw64_dll.zip/download).
- [Intel® C++ Compiler](https://software.intel.com/en-us/intel-parallel-studio-xe) 18.0 to build the Inference Engine on Windows.
### Build Steps

View File

@ -25,7 +25,7 @@ function (DownloadAndCheck from to fatal result)
list(GET output 0 status_code)
else()
message(STATUS "${WGET_EXECUTABLE} --no-cache ${from}")
execute_process(COMMAND ${WGET_EXECUTABLE} "--no-cache" "${from}" "-O" "${to}"
execute_process(COMMAND ${WGET_EXECUTABLE} "--no-cache" "--no-check-certificate" "${from}" "-O" "${to}"
TIMEOUT 2000
RESULT_VARIABLE status_code)
endif()

0
inference-engine/install_dependencies.sh Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
model-optimizer/mo.py Normal file → Executable file
View File

0
model-optimizer/mo_caffe.py Normal file → Executable file
View File

0
model-optimizer/mo_kaldi.py Normal file → Executable file
View File

0
model-optimizer/mo_mxnet.py Normal file → Executable file
View File

0
model-optimizer/mo_onnx.py Normal file → Executable file
View File

0
model-optimizer/mo_tf.py Normal file → Executable file
View File