scroer
Join our community
Showing more like

I made a face recognition program in Python by using the pre-trained model to compute face embedding. Next based on these face embedding I am able to classify between all the faces in my data. It works fine but is really slow when executed in real-time. I have a low-end i3 laptop without GPU.