Object Detection

Get an overview of how to use object detection using Hugging Face models.

Overview

Object detection is similar to image classification, but we’re interested in particular object(s) instances. It can be used for object tracking and image annotation as well.

In classical computer vision, techniques like Histogram of Gradients (HoG), Shift-Invariant Features Transform (SIFT), or Haar features were ...