* Add script to redirect git submodules to gitee mirrors and updates these recursively for PRC developer
* Fix type, add comment for review finding
* Fix shellcheck findings
* [Python API] Move ngraph python api to the new destination
* fix building tests
* fix code-style checks
* building in azure
* fix building wheels
* apply fixes
* Static library for ngraph::frontend_manager
* Static + Shared versions
* Fix CI
* USE_STATIC_FRONTEND_MANAGER macro
* Set USE_STATIC_FRONTEND_MANAGER compile definition as public
* Revert back incorrectly removed line
* Apply more review comments
* Change the build dir for cpp samples
* Add info about `-sample-options` to the help message
* Use `python -m pip` instead of `pip3`
* Add the line of code to update pip
* Update help messages
* Add python venv creation
* Use `model-optimizer/requirements.txt` instead of `install_prerequisites.bat`
* [demo_benchmark_app.bat] Update the help message
* [demo_benchmark_app.bat] Add venv creation
* [demo_benchmark_app.bat] Replace model_optimizer prerequisites with the requirements.txt
* Change the venv location
* Remove the mention of FPGA from the help message
* Fix venv folder path
* Change venv folder to `venv_openvino`
* Remove sudo package installation from demo scripts
* Change the build_dir path (benchmark_app.sh, squeezenet_download_convert_run)
* Remove redundant pip_binary
* Revert 'inference_engine_samples_build' as the build folder for .bat
* Add check for python 3.8
* Update help messages
* Use `model-optimizer/requirements.txt` instead of `install_prerequisites.sh`
* Add `--user` for python package installation (demo_security_barrier_camera.sh)
* Add python venv creation
* Create venv in $HOME instead of $ROOT_DIR
* Make the step messages look the same as in the .bat scripts
* Make the same changes to demo_benchmark_app.sh as in other .sh scripts
* Remove a mention of FPGA from a help message
* Set venv folder to `venv_openvino`
* Added pugixml as submodule
* CVS-34900: updated pugixml to v1.11.4
* Fixed link with pugixml
* USe pugixml::static
* Try to fix bug
* Removed GITHUB_PULL_REQUEST
* Replaced OpenVINO_MAIN_SOURCE_DIR -> OpenVINO_SOURCE_DIR
* Removed some usages of IE_MAIN_SOURCE_DIR
* Use ngraph target directly
* Added compile_tool to PATH
* Installed benchmark_app
* Fixed ngraph unit tests in Debug
* Install of VPU_FIRMWARE to <root>/tests folder
* Conditional installation of benchmark_app
* Fix unknown command line flag errors if -sample-options is used
* Fix raw escape sequences output with dashes
* Fix raw escape sequences output with run_again message
* try change sampleoptions to array
* Updated install_NEO_OCL_driver.sh & install_openvino_dependencies.sh with rhel8 case
* install_NEO_OCL_driver: Fixed conditional
* script: Updated with actual revisions
* Refactor install_openvino_dependencies script: extra options and cleanup
* install_dependencies: added more python tools
* install_openvino_dependencies: extra OS checks
Verify consistency for future edits
* install_openvino_dependencies: clarify messages
* Demo script improvements.
- Detect Visual Studio version installed into not-default location
- Fix change directory for a case VS and OpenVINO resideds on different disks
- Align indents
* fix indents
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* [MO] fix file permissions for install location
* enable make install for OMZ
* Add option description
* remove OMZ fetching & install
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* export TBB_DIR in setupvars