facenet-pytorch icon indicating copy to clipboard operation
facenet-pytorch copied to clipboard

Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models

Results 82 facenet-pytorch issues
Sort by recently updated
recently updated
newest added

Thank you for your great work in facenet-pytorch, I'm a novice at these things, it really gives me useful help.However, I met a problem when I was using MTCNN.I want...

Hi ! Thanks for sharing your great work. I tried to use it as a features extractor for my work and I used the cosine similarity to evaluate the similarity...

How does one load the models from a folder? Reviewing https://github.com/timesler/facenet-pytorch/blob/master/models/mtcnn.py does not indicate a user set for the file path of the model. Any pointers appreciated, thank you.

Hi Tim, Is it possibe to know how this method works (https://github.com/timesler/facenet-pytorch/blob/dd0b0e4b5b124b599f75b87e570910e5d80c8848/models/utils/detect_face.py#L203). I cannot understand how it can handle batches of images and the overall logic, there is no comment....

Hi, I am having an issue running the face recognition in real time as the frame drops to around 1 or 2 when running the algorithm comparing the embedding data...

Hi everyone, I don't know if this is the right repo to ask this question but I'm new to GitHub...so let's try! Me and my university project group have developed...

HI, thanks for this great implementation! I have a question though. Is it possible to deploy mtcnn to TensorRT?

Face alignment plays an important role in facial analysis (e.g. emotion detection, face recognition). MTCNN has already extracted 5 facial landmark points. We can compare those landmark points with reference...

Hi, thanks for this package. I was having issues when installing your package in editable mode with ``` pip install -e .``` Instead of being able to ```import facenet_pytorch```, I...