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

Hi, I have an error when no boxes are detected for the whole batch, even in the first stage (is that expected? I work with images where there may be...

I am using open-cv to read the camera feed and passing to `facenet-pytorch mtcnn` module for face detection. The bottleneck I see is in the `mtcnn.detect()` which takes `0.08 to...

I followed this [part](https://yuque.antfin-inc.com/israel-hq/personal_cloud/kv1x2f) in the README and executed the kaggle notebook for performance comparison. I'm using MacBook Pro with the following processor : 2.6 GHz 6-Core Intel Core i7....

I am struggling to understand it based on provided readme and provided examples - does this project support retraining of the face detector? Or does it only provide fine-tuning script...

I am referring to [facenet-pytorch/examples/finetune.ipynb](https://github.com/timesler/facenet-pytorch/blob/master/examples/finetune.ipynb) I have a few doubts **1) How is data structured for training?** >The dataset should follow the VGGFace2/ImageNet-style directory layout. Modify data_dir to the location...

``My project about recognize face. My dataset have 500 class with 70 image/class include one RGB Image(.png) and one Depthmap(.npy) of face. I colect depthmap by Camera Intel D435 as...

I have used MTCNN to extract faces on a news video. I want to identify the face of Donald Trump. My images: https://www.dropbox.com/s/k137md6qyvu2kbf/images.zip?dl=0. My approach: 1) Detect faces with MTCNN,...

Hi, just wanted to know if you have any idea of how I would use this project with PyTorchVideo (https://pytorchvideo.org/). Is it possible for example to use model transmuter to...