Computer Vision

    版本為 06:16, 27 Nov 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    Image Classification - 圖像分類

    Face recognition

    With dlib

    With dnn library (deep neurak network)

    • Face detection with OpenCV and deep learning
      Deep learning face detector is based on the Single Shot Detector (SSD) framework with a ResNet base network.
    • OpenCV Face Recognition
      1. Detect faces
      2. Compute 128-d face embeddings to quantify a face
      3. Train a Support Vector Machine (SVM) on top of the embeddings
      4. Recognize faces in images and video streams
    Powered by MindTouch Core