In this session, a popular Object detection ML model called Yolov8 is discussed with a practical demonstration using the Ultralytics AI package.
Yolo model uses one pass for performing object detection. It is much faster than other object detection algorithms. Video demonstrated object detection using 5 steps.
Yolo version 8 pretrained model is loaded from Ultralytics.
Object detection model puts a bounding box for each known object along with indicating the label and the score.
You can download the pretrained the model from below link:
https://docs.ultralytics.com/models/yolov8/#overview
Download
0 formats
No download links available.
Python programming lecture series part-25. Object Detection using Yolov8 | NatokHD