OpenVINO开发小组
直播中

李玉鑫

7年用户 1271经验值
私信 关注
[问答]

无法使用Microsoft Visual Studio 2017为Windows 10构建开源OpenVINO怎么解决?

无法使用 Microsoft Visual Studio 2017 为 Windows 10 构建开源OpenVINO™。
   
            

回帖(1)

李桢

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
举报

更多回帖

发帖
×
20
完善资料,
赚取积分