* Update setupvars.bat with CMAKE_BUILD_TYPE
setupvars.bat paths set depends on CMAKE_BUILD_TYPE.
RelWithDebInfo didn't work correctly.
* Check binaries path before patching setupvars
* Fix loosing semicolon in setupvars,bat
* Moved and merged mo/ and extensions/ into openvino/tools/mo
* edited imports
* edited docs to use mo script from entry_point
* edited MO transformations list loading and setup.py
* changed full path -> 'mo' entry point in docs (leftovers)
* corrected package_BOM
* updated resolving --transformation_config in cli_parser.py
* pkgutil-style __init__.py, added summarize_graph into entry points
* updated DOCs for the new --transformations_config
* fix select
* updated install instructions, fixed setup.py for windows and python_version < 3.8
* fixed typo in requirements.txt
* resolved conflicts
* removed creating custom __init__.py from setup.py
* corrected folder with caffe proto
* corrected loading user defined extensions
* fix openvino.tools.mo import in serialize.py
* corrected layer tests for new namespace
* fix in get_testdata.py
* moved model-optimizer into tools/
* renamed import in POT
* corrected mo.yml
* correct CMakeLists.txt for the newest tools/mo
* corrected find_ie_version.py
* docs and openvino-dev setup.py update for the newest tools/mo
* miscellaneous leftovers and fixes
* corrected CI files, pybind11_add_module in CMakeLists.txt and use of tools/mo path instead of tools/model_optimizer
* add_subdirectory pybind11 for tools/mo
* POT path fix
* updated setupvars.sh setupvars.bat
* Revert "updated setupvars.sh setupvars.bat"
This reverts commit c011142340.
* removed model-optimizer env variables from setupvars
* updated CMakeLists.txt to pack MO properly with tests component
* corrected left imports, corrected loading requirements for layer tests
* mo doc typo correction
* minor corrections in docs; removed summarize_graph from entry_points
* get_started_windows.md, MonoDepth_how_to.md corrections, mo path corrections
* 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