midasklr / yolov5ncnn

ncnn of yolov5 v5.0 branch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

能否在release里放一下make后的可执行文件?

Baiyuetribe opened this issue · comments

编译运行
动态库用的是官方编译好的ncnn-20210507-ubuntu-1604-shared

mkdir build 
cd build
cmake ..
make -j8
./yolov5 ../bus.jpg

这样可以直接下载测试