User Tools

Site Tools


object_detection

Object Detection

Machine learning approaches:

  • Viola–Jones object detection framework based on Haar features
  • Scale-invariant feature transform (SIFT)
  • Histogram of oriented gradients (HOG) features

Deep learning approaches:

Pre-trained models

  • COCO SSD MobileNet v1 model

Training from scratch

  • collect images
  • label images
  • run training
  • test effectiveness

Transfer Training

  • start with a pre-trained model
  • add your own images and labels

Python libraries with built-in object detection algorithms

  • OpenCV
  • TensorFlow

What is a model?

  • the output of a training session?
  • Data structure of a “model” or “network”?

Inference Graph?

YOLO

Pose Estimation

object_detection.txt · Last modified: 2024/02/14 00:45 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki