无法使用 Microsoft Visual Studio 2017 为 Windows 10 构建开源OpenVINO™。
2023-8-15 14:50:18
可使用 Windows 10 上的 Microsoft Visual Studio 2017 构建的最新版本 OpenVINO™ Toolkit 是 2021.2。
- 建立 开源OpenVINO™工具套件:
git clone https://github.com/openvinotoolkit/openvino.git
cd openvino
git checkout tags/
git submodule update --init --recursive
mkdir build cd build
cmake -G "Visual Studio 15 2017" -A x64 -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release --verbose -j8
- 将线程构建模块 (TBB) 和 OpenCV* 二进制文件的路径添加到环境变量中:
openvino_repo\inference-engine\temp\tbb\bin
openvino_repo\inference-engine\temp\opencv_version\opencv\bin
可使用 Windows 10 上的 Microsoft Visual Studio 2017 构建的最新版本 OpenVINO™ Toolkit 是 2021.2。
- 建立 开源OpenVINO™工具套件:
git clone https://github.com/openvinotoolkit/openvino.git
cd openvino
git checkout tags/
git submodule update --init --recursive
mkdir build cd build
cmake -G "Visual Studio 15 2017" -A x64 -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release --verbose -j8
- 将线程构建模块 (TBB) 和 OpenCV* 二进制文件的路径添加到环境变量中:
openvino_repo\inference-engine\temp\tbb\bin
openvino_repo\inference-engine\temp\opencv_version\opencv\bin
举报