[QUESTION] Error when loading YOLOv5 with C++ and OpenCV

This page summarizes the projects mentioned and recommended in the original post on /r/opencv

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • yolov5-opencv-cpp-python

    Example of using ultralytics YOLO V5 with OpenCV 4.5.4, C++ and Python

  • I am trying to run object detection using YOLOv5 with C++ and Opencv's dnn. I mainly followed this example: https://github.com/doleron/yolov5-opencv-cpp-python/blob/main/cpp/yolo.cpp

  • yolov5

    YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite

  • PS: if you want to run it and check the output for yourselves you can download the model from https://github.com/ultralytics/yolov5/releases

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • darknet

    YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet ) (by AlexeyAB)

  • Note I've only tested up to YOLOv4, not YOLOv5. If you're not familiar with the controversy, note that YOLOv5 is slower and less accurate than YOLOv4. They "stole" the YOLO name and released it more-or-less at the same time as AlexeyAB released YOLOv4. See here for technical details: https://github.com/AlexeyAB/darknet/issues/5920

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts