3 Star 0 Fork 0

iTour/Detector-Inside

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-PC.sh 182 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ultcrt 提交于 2021-05-18 21:13 . Remove process thread
#!/bin/bash
if [ ! -d "build" ]; then
mkdir build
fi
cd build
cmake .. -DDLIB_USE_CUDA=1 -DNCNN_INSTALL_PATH=/home/ultcrt/ncnn/build/install
cmake --build . --config Release -j16
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/i-tour/detector-inside.git
git@gitee.com:i-tour/detector-inside.git
i-tour
detector-inside
Detector-Inside
master

搜索帮助