facenet-realtime-face-recognition icon indicating copy to clipboard operation
facenet-realtime-face-recognition copied to clipboard

Cassification algorithm?

Open FongMi opened this issue 3 years ago • 1 comments
trafficstars

Can you provide an example please?

FongMi avatar Jul 04 '22 09:07 FongMi

Hello @FongMi

You could use K-Nearest Neighbours with a distance threshold since in effect it would be the same calculations as in this repository. You could also collect at least 5 face embeddings per person from 5 images and train a support vector machine classifier (example from the David Sandberg facenet repository) but that would require re-training every time a new person is added or removed from the system.

tamerthamoqa avatar Jul 05 '22 17:07 tamerthamoqa