Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.53 KB

object-detection.md

File metadata and controls

40 lines (24 loc) · 1.53 KB

Object Detection

  • Object detection - Wikipedia #ril

    Methods

    • Methods for object detection generally fall into either MACHINE LEARNING-BASED approaches or DEEP LEARNING-BASED approaches.

      For Machine Learning approaches, it becomes necessary to first DEFINE FEATURES?? using one of the methods below, then using a technique such as SUPPORT VECTOR MACHINE (SVM) to do the CLASSIFICATION.

      On the other hand, deep learning techniques that are able to do END-TO-END object detection without specifically defining features, and are typically based on convolutional neural networks (CNN) (卷積神經網路).

    • 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:

  • How we teach computers to understand pictures | Fei Fei Li - YouTube

參考資料 {: #reference }

更多:

相關: