0
点赞
收藏
分享

微信扫一扫

yolov5-onnxruntime


​​link​​

​​code in git​​

build the project and mind your onnxruntim path

mkdir build
cd build
cmake .. -DONNXRUNTIME_DIR=/home/oem/Downloads/yolov5-onnxruntime-master/onnxruntime-linux-x64-1.7.0 -DCMAKE_BUILD_TYPE=Release
make

./yolo_ort --model_path  ../models/yolov5s.onnx --image ../images/bus.jpg --class_names ../models/coco.names --gpu

yolov5-onnxruntime_目标检测


举报

相关推荐

0 条评论