openvino-book / yolov8_openvino_cppLinks
YOLOv8 Inference C++ sample code based on OpenVINO C++ API
☆46Updated 2 years ago
Alternatives and similar repositories for yolov8_openvino_cpp
Users that are interested in yolov8_openvino_cpp are comparing it to the libraries listed below
Sorting:
- 用OpenVINO对yolov8导出的onnx模型进行C++的推理, 任务包括图像分类, 目标识别和语义分割, 步骤包括图片前处理, 推理, NMS等