Skip to main content

2 docs tagged with "Object Detection"

View all tags

Computer Vision (CV) - An Overview

Computer Vision (CV) enables machines to interpret and understand visual data from the world. It is widely applied in tasks such as object detection, image classification, and facial recognition.

YOLO Object Detection ML Algorithm

YOLO (You Only Look Once) is a popular deep learning algorithm for real-time object detection that divides images into grid cells and predicts bounding boxes and class probabilities for each cell.