Updated Graph API (markdown)

Dmitry Matveev 2021-03-25 21:16:46 +03:00
parent f04e60439e
commit 04bca30bfe

@ -30,6 +30,8 @@ source path-to-unpacked-openvino/bin/setupvars.sh
cmake /path-to-opencv -DWITH_INF_ENGINE=ON -DINF_ENGINE_RELEASE=2021030000 cmake /path-to-opencv -DWITH_INF_ENGINE=ON -DINF_ENGINE_RELEASE=2021030000
``` ```
*NOTE*: Set `INF_ENGINE_RELEASE` to the proper version, depending on the package you use.
## Building with PlaidML support ## Building with PlaidML support
* Follow instruction to build PlaidML2: https://plaidml.github.io/plaidml/docs/building * Follow instruction to build PlaidML2: https://plaidml.github.io/plaidml/docs/building
```bash ```bash
@ -50,7 +52,7 @@ cmake /path-to-opencv -DPlaidML2_DIR=path-to-miniconda3/share/plaidml2 -DWITH_PL
/path-to-opencv-build/bin/opencv_test_gapi --gtest_filter=*GAPI_PlaidML_Pipelines* /path-to-opencv-build/bin/opencv_test_gapi --gtest_filter=*GAPI_PlaidML_Pipelines*
``` ```
## Building with Microsoft ONNX Runtime support: ## Building with Microsoft ONNX Runtime support
* Build and install the ONNX RT (currently tested with v1.5.1): * Build and install the ONNX RT (currently tested with v1.5.1):