Skip to content
#

bounding-box

Here are 100 public repositories matching this topic...

Developed an object and face detection system using YOLOv8 and OpenCV. The model detects multiple object classes in images, counts the number of persons detected, and applies Haar Cascade to locate faces within the person regions. The solution runs in Google Colab and visualizes results with annotated bounding boxes.

  • Updated Sep 4, 2025
  • Jupyter Notebook

This mini project focuses on detecting doors and windows in architecture blueprints using a custom-labeled dataset with the YOLOv8 model family. The workflow includes manual annotation, preprocessing, data augmentation, training with different YOLO models, and evaluating performance metrics.

  • Updated Jul 8, 2025
  • Jupyter Notebook

This is a project about the work of a transfer learning (from binary image classification) to multi category image classification and regression, as well as some data processing, regularization, and data augmentation as well as Object Detection using Bounding Boxes (bbox)

  • Updated Jun 13, 2025
  • Jupyter Notebook

This project performs real-time object detection using your laptop camera or external webcam with OpenCV and the MobileNetSSD model. It captures live video frames, detects common objects (like person, chair, dog, etc.), and draws bounding boxes around them in real-time. The goal is to help beginners understand object detection using OpenCV’s.

  • Updated Jun 8, 2025
  • JavaScript

Detection is performed by combining two approaches: Yolo bounding box and pose landmarks, where both outputs are mapped into a 10x10 grid (made with OpenCV), which serves as a reference for the wheelchair to avoid obstacles. Commands are sent from the NUC to the ESP32, which then moves the motor.

  • Updated Apr 18, 2025
  • Python

Improve this page

Add a description, image, and links to the bounding-box topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bounding-box topic, visit your repo's landing page and select "manage topics."

Learn more