This project demonstrates how to perform object detection on a specific cropped region of a video using YOLOv8 and OpenCV in Python.
It detects objects only within a defined region of interest (ROI), helping reduce computation and focus detection on important parts of a frame.
- Object detection using YOLOv8
- Crop and process a specific region of the video
- Draw bounding boxes and labels
- Display processed video frames in real-time