Install YOLO with OpenCV - maciejjankowski/2019 GitHub Wiki
Install YOLO with OpenCV (2019)
- get
cmake - get opencv and opencv-contrib
- read how to configure opencv with cmake and here at pyimagesearch
- remember to configure cmake with extra options:
- Add
OPENCV_ENABLE_NONFREE=ON - Add
OPENCV_EXTRA_MODULES_PATH=<your contrib/modules folder> - (if you run into problems: delete cache, regenerate, reconfigure)
- follow instructions to build yolo with opencv support https://www.learnopencv.com/deep-learning-based-object-detection-using-yolov3-with-opencv-python-c/ https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/
Also filed here
- B OpenCV – Releases - GitHub releases page for OpenCV with access to all versions of the open-source computer vision library. · #computer-vision #c-cpp #python · M
- B CMake – Download - Official CMake distribution for downloading build system software in binaries and source code formats. · #build-tools #c-cpp · M
- B OpenCV Contrib – Extra Modules Releases - GitHub releases for OpenCV contrib modules providing additional computer vision algorithms and tools. · #computer-vision #opencv · M
- B CMake Error: CMakeLists.txt Not Found – StackOverflow - StackOverflow solution for configuring OpenCV with CMake, addressing missing CMakeLists.txt errors. · #cmake #opencv #troubleshooting · M
- B YOLO Object Detection with OpenCV - PyImageSearch guide for detecting objects in images and video using YOLO and OpenCV framework. · #object-detection #opencv #python · M
- B YOLOv3 – Deep Learning Object Detection - Tutorial on YOLOv3 object detection using OpenCV with C++ and Python implementation examples. · #object-detection #deep-learning #opencv · M
- B Ubuntu 18.04: How to Install OpenCV - Step-by-step PyImageSearch guide for installing OpenCV 4 with Python 3 bindings on Ubuntu. · #opencv #python #linux · M
Across all years: Highlights · Index-All-Years
2019: Home · Best-Of · By tag · By category · For Maciek · Dead links · Noise
Other years: 2018 · 2020 · 2021 · 2022 · 2023 · 2024 · 2025 · 2026