Skip to content

xuanjiawang/test_openvino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Openvino in Macos

Macos编译libopenvino.dylib动态库

https://github.com/openvinotoolkit/openvino/wiki/BuildingForMacOS_x86_64
https://github.com/openvinotoolkit/openvino/wiki/CMakeOptionsForCustomCompilation

git clone -b 2022.3.0 https://github.com/openvinotoolkit/openvino.git
cd openvino
git submodule update --init


mkdir build_macos && cd build_macos

# 通过参数 -DTHREADING=SEQ 可以取消tbb依赖库, 默认编译需要tbb库
cmake -DCMAKE_BUILD_TYPE=Release ..

cmake --build . --config Release --parallel $(sysctl -n hw.ncpu)

检测效果

检测效果

About

测试桌面端openvino c++算法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • C 3.1%
  • CMake 0.1%