SkelShop Documentation
Face embedders
Initializing search
    frankier/skelshop
    • Getting started
    • User guide
    • Developer guide
    • Reference
    • Issues
    • Discussion & Questions
    frankier/skelshop
    • Getting started
      • Introduction
      • Pipelines overview
        • Pose estimators
        • Shot segmentors
        • Within-shot pose trackers
        • Face chip detectors/croppers
        • Face embedders
      • Benchmarks
      • Guide: configuring the face embedding pipeline
      • Person identification
      • Automation with snakemake
      • Misc. usage examples
      • Pipeline internals
      • Tracking
      • Formats
      • Reading and writing the formats from your own code
      • Contributing
      • CLI reference
    • Issues
    • Discussion & Questions

    Face embedders

    Currently only dlib's face embedding model is supported. This uses Euclidean distance as a distance metric. Some information about is is available in this blog post.

    Previous Face chip detectors/croppers
    Next Benchmarks
    Made with Material for MkDocs