tamerthamoqa / facenet-realtime-face-recognition

A small-scale flask server facial recognition system, using a pre-trained facenet model with real-time web camera face recognition functionality, and a pre-trained Multi-Task Cascading Convolutional Neural Network (MTCNN) for face detection and cropping.
MIT License
98 stars 29 forks source link

Embedding multiple angles of the face, using multiple images into one embedding .npy #41

Open Nguyen-Van-Chan opened 5 months ago

Nguyen-Van-Chan commented 5 months ago

Hello friend .Each person is 1 embedings. I want to embed multiple photos of one person, how about that? Isn't it odd that every time it's me.npy, me2.npy, ... ?? . I wonder like that. Thank you so much.