Skip to content

What's the effective way to tag aligned face and to recognize them quickly? #153

@xyx2011

Description

@xyx2011

Provide Your Network Information

  1. Where is the location of your server? (i.e. City, or In/Out China)
    in China, Shanxi

  2. Which cloud platform(AliYun/Qcloud/DigitalOcean/etc) are you using?

Self-hosted

Expected behavior

There is a API to take aligned faces and tag them (face A = 'bob', face B = 'Steve'), then when an unknown face come in from webcam, we can use this API to label who that person is under 1s.

Actual behavior

no such an API

Steps to reproduce the behavior (and fixes, if any)

simple solution: KNN (but doesn't scale well when there are 1000+ faces)
better solution: SVM (still doesn't scale well when there are 1000+ faces)

Does anyone have other ideas?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions