-
Hi Paviro,
Thanks for the great feature, I really love it!
I've installed all the modules. Captured my face and the Facetrainer recognized my face. So far, so good. After that installed the MMM-…
-
Hi @rragundez,
I have tried your code "04_Recognize_Faces_in_a_Live_VIdeo_Feed.ipynb" and got the following error:
> AttributeError: 'module' object has no attribute 'MinDistancePredictCollector…
-
I am using javacv with android studio, everything is working good, except for the Face Recognizer.
I get the above error when i declare a FaceRecognizer and when i try to get a Eigen/Fisher/LBPH recog…
-
Hello,
I'm using JavaCV version 0.9 in Android to perform Face Recognition. Here is my code:
```
imageFiles = directoryApp.listFiles(pngFilter);
opencv_core.MatVector images …
-
It seems like `camera.read()` isn't able to read images. It results in 0x0 images which cause the `cv2.cvtColor(frame, cv2.COLOR_RGB2GRAY)` to crash with:
```
Loading training data...
ALGORITHM: …
-
For some reason after the first couples of runs the module takes considerably a lot of time trying to detect the face. How should this be enhanced.
[MMM-Facial-Recognition] Facerecognition started...…
-
![2016-08-31-010126_1024x768_scrot](https://cloud.githubusercontent.com/assets/21345980/18110221/fd73f0e4-6f16-11e6-8de2-2c8c9246f556.png)
![2016-08-31-010222_1024x768_scrot](https://cloud.githubuserc…
-
Hello, I used the configuration of the sample but there was a problem.
mm-0 [MMM-Facial-Recognition] Facerecognition started...
mm-0 [MMM-Facial-Recognition] Loading training data...
mm-0 [MMM-Facial…
xdker updated
7 years ago
-
Hi,
first of all: thank you for this module!
The facerecognition_tester is working well. It detects my face and is writing down my name.
I copied the training.xml to the MMM-Facial_Recoginiti…
-
I got the following mistake after execute ther 4. step of the recognition-test-tool introduction
_4. Enter the tools/facerecognition_tester directory from a terminal and run python facerecognition.py…