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)
forked from yyccR/test_openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
xuanjiawang/test_openvino
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
测试桌面端openvino c++算法
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 96.8%
- C 3.1%
- CMake 0.1%