About 9,220,000 results
Open links in new tab
  1. Detect an object with OpenCV-Python - GeeksforGeeks

    Apr 13, 2025 · Object detection refers to identifying and locating objects within images or videos. OpenCV provides a simple way to implement object detection using Haar Cascades a classifier trained to detect objects based on positive and negative images.

  2. Object Detection with YOLO and OpenCV - GeeksforGeeks

    May 28, 2024 · YOLO (You Only Look Once) is a state-of-the-art model to detect objects in an image or a video very precisely and accurately with very high accuracy. In this tutorial, we will learn to run Object Detection with YOLO and plot the frames using OpenCV on both a recorded video and a camera.

    Missing:

    • Machine Learning

    Must include:

  3. Object Detection with OpenCV: A Step-by-Step Tutorial

    Mar 30, 2024 · OpenCV, a popular open-source computer vision library, can be used with pre-trained models like TensorFlow’s SSD to perform object detection by setting confidence thresholds and drawing bounding boxes around detected objects.

  4. Object Detection in Python: Comprehensive Guide - ML Journey

    Dec 20, 2024 · In this comprehensive guide, we will break down the fundamentals of object detection, introduce popular algorithms, explain how to set up Python for object detection, and provide code examples to get you started.

  5. Training an object detector from scratch in PyTorch

    Nov 1, 2021 · Learn to train an object detector using PyTorch and Python. The perfect guide for someone looking to try PyTorch for the first time or new to object detection.

  6. A step-by-step guide to object recognition using Python

    Nov 22, 2023 · In this article, I’ll walk you through the exhilarating process of teaching a machine to recognize objects, from setting up your Python environment to evaluating your model’s performance. It’s a journey filled with learning curves, but the reward of watching your creation correctly identify an object is immeasurably delightful.

  7. How to Perform Object Detection With YOLOv3 in Keras

    Oct 7, 2019 · In this tutorial, you will discover how to develop a YOLOv3 model for object detection on new photographs. After completing this tutorial, you will know: YOLO-based Convolutional Neural Network family of models for object detection and …

  8. A Beginner’s Guide to Object Detection in Python

    Sep 6, 2024 · Object detection is one of the most exciting areas in computer vision, allowing machines to recognize and locate objects in images or videos. This guide will introduce you to object detection using Python, helping you implement a basic …

  9. Object Detection Projects with Python | Aman Kharwal

    Dec 3, 2020 · In this article, I will introduce you to 12 object detection projects with the Python programming language. Object recognition or detection is the process of describing a set of related computer vision tasks that involve activities such as identifying objects in digital photographs that predict the class of an object in an image.

  10. Object Detection in Python: A Comprehensive Guide

    Apr 11, 2025 · In Python, there are numerous libraries and frameworks available that make object detection accessible and efficient. This blog post will delve into the core concepts, usage methods, common practices, and best practices of object detection in Python.

Refresh