Files
ai-box/README.md
2025-03-10 15:18:30 +08:00

301 B
Raw Blame History

AI工具箱

代码编译

注意在Windows下编译时需要打开Visual Studio命令行

# 编译第三方库
node thirdpart/install.js --with-onnx --with-mnn --with-opencv
# 编译主库
cmake -B build -G Ninja . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release