Matthew Boakes
Matthew Boakes
I'm also looking at deploying a Processing GUI app to the Pi. It would be great to have the option for the `export DISPLAY=:0.0 ` command to run before the...
@ma7555 Why have you removed the `- x` and `- y` from the `width` and `height`. That is there as part of the fix for Pull Request #94 unless something...
How are you importing the module? `from mtcnn.mtcnn import MTCNN` seems to be outdated in the latest version and should be `from mtcnn import MTCNN`
I may have misunderstood what you are asking, but this project isn't about getting face encodings for recognition purposes. For that, you will need something else, such as [https://github.com/ageitgey/face_recognition](https://github.com/ageitgey/face_recognition).
@josephernest I'm not completely familiar with FaceNet but wouldn't that be providing the face recognition/identification encodings. This project would be more about cropping the image to the facial region for...