yolov10-ncnn ncnn deploy yolov10 Requirements cmake OpenCV ncnn build mkdir build cd build cmake .. make -j4 usage detect image ./build/yolov10_ncnn 0 ../img/bus.jpg detect video ./build/yolov10_ncnn 1 reference https://github.com/THU-MIG/yolov10 https://github.com/zhouweigogogo/yolov10-ncnn https://github.com/Tencent/ncnn