mtcnn
mtcnn copied to clipboard
MTCNN face detection implementation for TensorFlow, as a PIP package.
Apologies if this is a Keras or TF issue, but how do I disable the stdout and stderr logging with mtcnn? Example Class: ``` #!/usr/bin/env python """ Face Detection Filter...
I was testing this repo and then I tested [another repo](https://github.com/blaueck/tf-mtcnn) which implements MTCNN in TF2. I was able to get ~30ish FPS using the linked repo on CPU. Using...
return `xmin, ymin, xmax, ymax` instead of `x, y, width, heigth`
Hi, First of all thanks so much for your effort in bringing MTCNN to Python in an easy usable way. I wanted to know if there is a way to...
I am using TensorFlow 1.8.0. with a Nvidia 960M GPU. I have obtained the following results on two sets of 5 images with different resolutions: No. of images; Resolution; Runtime;...
It is too slow for even Tesla K80(because I need to detect faces in video). Is there any way to predict on batch.
If I wanted increased resolution of the eye, could I somehow make the eye have 6 keypoints instead of the current 1 keypoint?
Hello, thanks for your work on package. We periodically get such exceptions with cudnn. Any hints what can cause such problem? **Env**: tensorflow-gpu==1.14 cuda 10.1 cudnn 7.6.5.32 mtcnn==0.0.9 ``` tensorflow.python.framework.errors_impl.InternalError:...
Hello everyone and author @ipazc, How can I set manual params similar to minNeighbors in Haar? I got detection wrong face while test this image in mtcnn. Thank alots. ![Screenshot...