An open API service indexing awesome lists of open source software.

https://github.com/hercules45/realtime-object-detection-yolo

Easy-to-use Jupyter Notebook for live object detection with YOLOv8 and OpenCV. Requires minimal setup.
https://github.com/hercules45/realtime-object-detection-yolo

object-detection opencv real-time ultralytics webcam yolo yolov8

Last synced: 9 months ago
JSON representation

Easy-to-use Jupyter Notebook for live object detection with YOLOv8 and OpenCV. Requires minimal setup.

Awesome Lists containing this project

README

          

# Live Object Detection with YOLO (Jupyter Notebook)

This Jupyter Notebook (`object_detection.ipynb`) performs live object detection using a pre-trained YOLOv8 model and OpenCV. It captures video from your webcam, detects objects, and displays the results.

## Usage

1. **Open `object_detection.ipynb` in Jupyter Notebook or JupyterLab.**
2. **Run the cells sequentially.** The notebook will:
* Install `ultralytics` (if not already installed).
* Download the `yolov8n.pt` model weights (if needed) into a `weights` subdirectory.
* Start capturing video from your webcam.
* Display the live video with object detections.
3. **Press 'q' to quit.**