You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where is the location of your server? (i.e. City, or In/Out China)
in China, Shanxi
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?
The text was updated successfully, but these errors were encountered:
xyx2011
changed the title
What the effective way to tag aligned face and to recognize them quickly?
What's the effective way to tag aligned face and to recognize them quickly?
Sep 8, 2018
Provide Your Network Information
Where is the location of your server? (i.e. City, or In/Out China)
in China, Shanxi
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?
The text was updated successfully, but these errors were encountered: