YOLOv5 OpenCV DNN C++导出的 ONNX 模型示例的推理:
- https://github.com/Hexmagic/ONNX-yolov5/blob/master/src/test.cpp
- https://github.com/doleron/yolov5-opencv-cpp-python
YOLOv5 OpenVINO C++推理示例:
- GitHub - dacquaviva/yolov5-openvino-cpp-python: Example of using ultralytics YOLOv5 with Openvino in C++ and Python.
- https://github.com/UNeedCryDear/yolov5-seg-opencv-dnn-cpp
TensorFlow.js Web 浏览器推理
GitHub - hpc203/yolov5-dnn-cpp-python: 用opencv的dnn模块做yolov5目标检测,包含C++和Python两个版本的程序
6.1