/Camera_Inferencing_YOLOv8_Object_Detection

This Python script uses YOLOv8 from Ultralytics for real-time object detection using OpenCV. The script initializes a camera, loads the YOLOv8 model, and processes frames from the camera, annotating detected objects with bounding boxes.

Primary LanguagePython

Stargazers