C++推理
YOLOv5 OpenCV DNN C++导出的 ONNX 模型示例的推理:
- ONNX-yolov5/test.cpp at master · Hexmagic/ONNX-yolov5 · GitHub
- GitHub - doleron/yolov5-opencv-cpp-python: Example of using ultralytics YOLO V5 with OpenCV 4.5.4, C++ and Python
YOLOv5 OpenVINO C++推理示例:
- GitHub - dacquaviva/yolov5-openvino-cpp-python: Example of using ultralytics YOLOv5 with Openvino in C++ and Python.
- GitHub - UNeedCryDear/yolov5-seg-opencv-onnxruntime-cpp: yolov5 segmentation with onnxruntime and opencv