This repository demonstrates how to use a pretrained YOLOv11 model from the Ultralytics library for image-based object detection.
The notebook includes:
- Installing Ultralytics
- Setting up dependencies
- Loading pretrained YOLOv11 models
- Testing a single image
- Comparative display: original vs YOLO output
- Python 3.8+
- Ultralytics YOLO library
- OpenCV
Install dependencies via:
pip install -r requirements.txt