-
-
Notifications
You must be signed in to change notification settings - Fork 48
Requirements check
matiasdelellis edited this page Nov 25, 2019
·
2 revisions
We understand that the complexity of this application is in its dependencies. On this page we will try to summarize some basic checks, to know if you meet the basic requirement.
For this we write a small tool so you can make sure you meet the requirements.
[matias@nube ~]$ git clone https://github.com/matiasdelellis/pdlib-min-test-suite.git
Clonando en 'pdlib-min-test-suite'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 0), reused 9 (delta 0), pack-reused 0
Desempaquetando objetos: 100% (9/9), listo.
[matias@nube ~]$ cd pdlib-min-test-suite/
[matias@nube pdlib-min-test-suite]$ make php-test
php scripts/face_detect.php
Welcome to pdlib min test suite for Facerecognition app
First we try to open the models... Done
Processing file: input/Big Bang Theory.jpg
Number of faces detected: 7
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Processing file: input/Big Bang Theory.png
Number of faces detected: 7
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
Face landmarks... Done
Face descriptor... Done
If you have no errors, you can work with our application. 😬
Please, but if you have any errors, this tool can do much more than that, and we suggest you see its documentation and report errors or ask for help there.